Author: qboosh Date: Wed Feb 22 19:53:08 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.13.3 - removed obsolete gnuc-minor-def-fix patch - removed obsolete LOWHASH_EXPORTS hack (no longer needed) - removed obsolete FREEBL_NO_DEPEND export (now it blocked default correct behaviour, thus breakign build)
---- Files affected: packages/nss: nss.spec (1.114 -> 1.115) , nss-gnuc-minor-def-fix.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/nss/nss.spec diff -u packages/nss/nss.spec:1.114 packages/nss/nss.spec:1.115 --- packages/nss/nss.spec:1.114 Fri Nov 11 21:12:44 2011 +++ packages/nss/nss.spec Wed Feb 22 20:53:03 2012 @@ -3,8 +3,8 @@ Summary: NSS - Network Security Services Summary(pl.UTF-8): NSS - Network Security Services Name: nss -Version: 3.13.1 -Release: 2 +Version: 3.13.3 +Release: 1 Epoch: 1 License: MPL v1.1 or GPL v2+ or LGPL v2.1+ Group: Libraries @@ -14,13 +14,12 @@ # :pserver:[email protected]:/cvsroot mozilla/security/nss -r NSS_3_9_4_RTM #Source0: %{name}-%{version}.tar.bz2 Source0: http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_%{foover}_RTM/src/%{name}-%{version}.tar.gz -# Source0-md5: c500f96d33ba1390c8a35c667e05e542 +# Source0-md5: 006cb82fa900e9e664b4b14a9b7810ca Source1: %{name}-mozilla-nss.pc Source2: %{name}-config.in Source3: http://www.cacert.org/certs/root.der # Source3-md5: a61b375e390d9c3654eebd2031461f6b Patch0: %{name}-Makefile.patch -Patch1: %{name}-gnuc-minor-def-fix.patch URL: http://www.mozilla.org/projects/security/pki/nss/ BuildRequires: nspr-devel >= 1:4.8.9 BuildRequires: nss-tools @@ -102,7 +101,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %if 0%{!?debug:1} # strip before signing @@ -120,8 +118,6 @@ export USE_64=1 %endif -export FREEBL_NO_DEPEND=1 - %{__make} -j1 build_coreconf \ NSDISTMODE=copy \ NS_USE_GCC=1 \ @@ -143,10 +139,6 @@ OPTIMIZER="%{rpmcflags}" \ PLATFORM="pld" -# NOTE: LOWHASH_EXPORTS is a hack for lib/freebl brokeness: -# - LOWHASH_EXPORTS is defined in config.mk -# - it's used in manifest.mn, which can use only variables passed by make, not in config or Makefile -# remove this hack when problem is fixed in sources %{__make} -j1 all \ NSDISTMODE=copy \ NS_USE_GCC=1 \ @@ -158,8 +150,7 @@ BUILD_OPT=1 \ CC="%{__cc}" \ OPTIMIZER="%{rpmcflags}" \ - PLATFORM="pld" \ - LOWHASH_EXPORTS=nsslowhash.h + PLATFORM="pld" %install rm -rf $RPM_BUILD_ROOT @@ -280,6 +271,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.115 2012/02/22 19:53:03 qboosh +- updated to 3.13.3 +- removed obsolete gnuc-minor-def-fix patch +- removed obsolete LOWHASH_EXPORTS hack (no longer needed) +- removed obsolete FREEBL_NO_DEPEND export (now it blocked default correct behaviour, thus breakign build) + Revision 1.114 2011/11/11 20:12:44 megabajt - fixes typo in header file - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nss/nss.spec?r1=1.114&r2=1.115&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
