Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:11.4
checked in at Fri Aug 19 15:18:17 CEST 2011.



--------
--- old-versions/11.4/all/mozilla-nss/mozilla-nss.changes       2011-01-10 
00:11:31.000000000 +0100
+++ 11.4/mozilla-nss/mozilla-nss.changes        2011-08-12 22:57:46.000000000 
+0200
@@ -1,0 +2,32 @@
+Fri Aug 12 20:55:38 UTC 2011 - [email protected]
+
+- update to 3.12.11 RTM
+  * no upstream release notes available
+
+-------------------------------------------------------------------
+Wed Jul 13 16:45:23 CEST 2011 - [email protected]
+
+- Linux3.0 is the new Linux2.6 (make it build)
+
+-------------------------------------------------------------------
+Mon May 23 17:37:34 UTC 2011 - [email protected]
+
+- Do not include build dates in binaries, messes up
+  build compare
+
+-------------------------------------------------------------------
+Thu May 19 05:37:02 UTC 2011 - [email protected]
+
+- update to 3.12.10 RTM
+  * no changes except internal release information
+
+-------------------------------------------------------------------
+Thu Apr 28 06:34:50 UTC 2011 - [email protected]
+
+- update to 3.12.10beta1
+  * root CA changes
+  * filter certain bogus certs (bmo#642815)
+  * fix minor memory leaks
+  * other bugfixes
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/mozilla-nss
Destination is old-versions/11.4/UPDATES/all/mozilla-nss
calling whatdependson for 11.4-i586


Old:
----
  PayPalEE.cert
  nss-3.12.9.tar.bz2

New:
----
  nss-3.12.11.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mozilla-nss.spec ++++++
--- /var/tmp/diff_new_pack.E0ffIu/_old  2011-08-19 15:17:46.000000000 +0200
+++ /var/tmp/diff_new_pack.E0ffIu/_new  2011-08-19 15:17:46.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package mozilla-nss (Version 3.12.9)
+# spec file for package mozilla-nss
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2006-2011 Wolfgang Rosenauer
@@ -28,9 +28,9 @@
 %if %suse_version > 1030
 BuildRequires:  sqlite3-devel
 %endif
-License:        GPLv2+ ; LGPLv2.1+ ; MPL
-Version:        3.12.9
-Release:        2
+License:        MPLv1.1 or GPLv2+ or LGPLv2.1+
+Version:        3.12.11
+Release:        1.<RELEASE2>
 # bug437293
 %ifarch ppc64
 Obsoletes:      mozilla-nss-64bit
@@ -49,7 +49,7 @@
 Source7:        cert9.db
 Source8:        key4.db
 Source9:        pkcs11.txt
-Source10:       PayPalEE.cert
+#Source10:       PayPalEE.cert
 Patch1:         nss-opt.patch
 Patch3:         system-nspr.patch
 Patch4:         char.patch
@@ -76,7 +76,7 @@
 
 
 %package devel
-License:        GPLv2+ ; LGPLv2.1+ ; MPL
+License:        MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:        Network (Netscape) Security Services development files
 Group:          Development/Libraries/Other
 Requires:       mozilla-nspr-devel
@@ -97,7 +97,7 @@
 
 
 %package tools
-License:        GPLv2+ ; LGPLv2.1+ ; MPL
+License:        MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:        Tools for developing, debugging, and managing applications 
that use NSS
 Group:          System/Management
 PreReq:         mozilla-nss >= %{version}
@@ -108,7 +108,7 @@
 
 
 %package sysinit
-License:        GPLv2+ ; LGPLv2.1+ ; MPL
+License:        MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:        System NSS Initialization
 Group:          System/Management
 Requires:       mozilla-nss >= %{version}
@@ -122,7 +122,7 @@
 
 
 %package -n libfreebl3
-License:        GPLv2+ ; LGPLv2.1+ ; MPL
+License:        MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:        Freebl library for the Network Security Services
 Group:          System/Libraries
 
@@ -137,7 +137,7 @@
 
 
 %package -n libsoftokn3
-License:        GPLv2+ ; LGPLv2.1+ ; MPL
+License:        MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:        Network Security Services Soktoken Module
 Group:          System/Libraries
 Requires:       libfreebl3 = %{version}-%{release}
@@ -153,7 +153,7 @@
 
 
 %package certs
-License:        GPLv2+ ; LGPLv2.1+ ; MPL
+License:        MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:        CA certificates for NSS
 Group:          Productivity/Networking/Security
 
@@ -179,8 +179,13 @@
 #make generate
 
 %build
+modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
+DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
+TIME="\"$(date -d "${modified}" "+%%R")\""
+find . -name '*.[ch]' -print -exec sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
+
 cd mozilla/security/nss
-cp %SOURCE10 tests/libpkix/certs/PayPalEE.cert
+#cp %SOURCE10 tests/libpkix/certs/PayPalEE.cert
 export FREEBL_NO_DEPEND=1
 export NSPR_INCLUDE_DIR=`nspr-config --includedir`
 export NSPR_LIB_DIR=`nspr-config --libdir`



++++++ nss-3.12.9.tar.bz2 -> nss-3.12.11.tar.bz2 ++++++
++++ 44486 lines of diff (skipped)

++++++ nss.pc.in ++++++
--- /var/tmp/diff_new_pack.E0ffIu/_old  2011-08-19 15:17:48.000000000 +0200
+++ /var/tmp/diff_new_pack.E0ffIu/_new  2011-08-19 15:17:48.000000000 +0200
@@ -6,6 +6,6 @@
 Name: NSS
 Description: Network Security Services
 Version: %VERSION%
-Requires: nspr >= %NSPR_VERSION% 
+Requires: nspr >= %NSPR_VERSION%
 Libs: -lssl3 -lsmime3 -lnss3 -lnssutil3
 Cflags: -I${includedir}


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to