[nss-util] - Fix a gnuc def typo

Elio Maldonado emaldonado at fedoraproject.org
Mon Nov 28 19:19:31 UTC 2011


commit e5493f263cf72ab350eb6511b82042c01eccc4f9
Author: Elio Maldonado <emaldona at localhost.localdomain>
Date:   Mon Nov 28 11:18:55 2011 -0800

    - Fix a gnuc def typo

 nss-util.spec |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/nss-util.spec b/nss-util.spec
index 2312a9a..61f6c4e 100644
--- a/nss-util.spec
+++ b/nss-util.spec
@@ -3,7 +3,7 @@
 Summary:          Network Security Services Utilities Library
 Name:             nss-util
 Version:          3.13.1
-Release:          1.1%{?dist}.test.1
+Release:          2%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -31,7 +31,8 @@ Source1:          nss-split-util.sh
 Source2:          nss-util.pc.in
 Source3:          nss-util-config.in
 
-# Patch from nss, remove when we rebase
+# Patch from originally in nss that belongs here
+# remove when we update and get the fix from upstream
 Patch24:           gnuc-minor-def-fix.patch
 
 %description
@@ -53,18 +54,18 @@ Header and library files for doing development with Network Security Services.
 
 %prep
 %setup -q
-# remove when we rebase
+# remove when we update and get the upstream fix
 %patch24 -p1 -b .gnuc-minor
 
 %build
 
 # Enable compiler optimizations and disable debugging code
-#BUILD_OPT=1
-#export BUILD_OPT
+BUILD_OPT=1
+export BUILD_OPT
 
 # Uncomment to disable optimizations
-RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/-O2/-O0/g'`
-export RPM_OPT_FLAGS
+#RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/-O2/-O0/g'`
+#export RPM_OPT_FLAGS
 
 # Generate symbolic info for debuggers
 XCFLAGS=$RPM_OPT_FLAGS
@@ -205,9 +206,8 @@ done
 %{_includedir}/nss3/utilrename.h
 
 %changelog
-* Sat Nov 26 2011 Elio Maldonado Batiz <emaldona at redhat.com> - 3.13.1-1.1.test.1
+* Mon Nov 28 2011 Elio Maldonado <emaldona at redhat.com> - 3.13.1-2
 - Fix a gnuc def typo
-- This is a debug build with optimizations disabled
 
 * Thu Nov 03 2011 Elio Maldonado <emaldona at redhat.com> - 3.13.1-1
 - Update to NSS_3_13_1_RTM


More information about the scm-commits mailing list