Hello community, here is the log from the commit of package mozilla-nspr checked in at Tue Aug 1 17:21:08 CEST 2006. -------- --- GNOME/mozilla-nspr/mozilla-nspr.changes 2006-07-15 09:36:54.000000000 +0200 +++ mozilla-nspr/mozilla-nspr.changes 2006-08-01 08:37:40.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Aug 1 08:37:28 CEST 2006 - stark@suse.de + +- version is still 4.6.2 + +------------------------------------------------------------------- New: ---- version.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozilla-nspr.spec ++++++ --- /var/tmp/diff_new_pack.0194JE/_old 2006-08-01 17:20:57.000000000 +0200 +++ /var/tmp/diff_new_pack.0194JE/_new 2006-08-01 17:20:57.000000000 +0200 @@ -14,12 +14,13 @@ BuildRequires: gcc-c++ License: MPL, GPL Version: 4.6.2 -Release: 3 +Release: 4 Summary: Netscape Portable Runtime URL: http://www.mozilla.org/projects/nspr/ Group: System/Libraries Source: nspr-%{version}.tar.bz2 Patch1: prdtoa.patch +Patch2: version.patch Patch3: pkgconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -56,6 +57,7 @@ %setup -n nspr-%{version} -q cd mozilla %patch1 +%patch2 %patch3 -p2 %build @@ -99,6 +101,8 @@ %{_libdir}/nspr/ %changelog -n mozilla-nspr +* Tue Aug 01 2006 - stark@suse.de +- version is still 4.6.2 * Sat Jul 15 2006 - stark@suse.de - added PR_SI_HOSTNAME_UNTRUNCATED flag to get the hostname as FQDN with PR_GetSystemInfo() if configured on a system ++++++ version.patch ++++++ Index: nsprpub/configure =================================================================== RCS file: /cvsroot/mozilla/nsprpub/configure,v retrieving revision 1.197.2.7 diff -u -p -r1.197.2.7 configure --- nsprpub/configure 14 Jul 2006 22:31:04 -0000 1.197.2.7 +++ nsprpub/configure 1 Aug 2006 06:36:14 -0000 @@ -687,7 +687,7 @@ test "$host_alias" != "$target_alias" && MOD_MAJOR_VERSION=4 MOD_MINOR_VERSION=6 -MOD_PATCH_VERSION=3 +MOD_PATCH_VERSION=2 NSPR_MODNAME=nspr20 _HAVE_PTHREADS= USE_PTHREADS= Index: nsprpub/pr/include/prinit.h =================================================================== RCS file: /cvsroot/mozilla/nsprpub/pr/include/prinit.h,v retrieving revision 3.29.2.4 diff -u -p -r3.29.2.4 prinit.h --- nsprpub/pr/include/prinit.h 10 May 2006 23:45:37 -0000 3.29.2.4 +++ nsprpub/pr/include/prinit.h 1 Aug 2006 06:36:33 -0000 @@ -63,11 +63,11 @@ PR_BEGIN_EXTERN_C ** The format of the version string is ** "<major version>.<minor version>[.<patch level>] [<Beta>]" */ -#define PR_VERSION "4.6.3 Beta" +#define PR_VERSION "4.6.2" #define PR_VMAJOR 4 #define PR_VMINOR 6 -#define PR_VPATCH 3 -#define PR_BETA PR_TRUE +#define PR_VPATCH 2 +#define PR_BETA PR_FALSE /* ** PRVersionCheck ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de