[nss-util/f17] Update to NSS_3_13_5_RTM

Elio Maldonado emaldonado at fedoraproject.org
Sun Jul 1 04:18:55 UTC 2012


commit be805f9b8f1c9889df1da1fa40b4c45190f28860
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Sat Jun 30 21:19:52 2012 -0700

    Update to NSS_3_13_5_RTM
    
    - Add -L${libdir} to the Libs: line in nss-util.pc.in

 .gitignore     |    2 +-
 nss-util.pc.in |    2 +-
 nss-util.spec  |   10 +++++++---
 sources        |    2 +-
 4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c391d2f..3671210 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/nss-util-3.13.4.tar.bz2
+/nss-util-3.13.5.tar.bz2
diff --git a/nss-util.pc.in b/nss-util.pc.in
index 079f83f..1310248 100644
--- a/nss-util.pc.in
+++ b/nss-util.pc.in
@@ -7,5 +7,5 @@ Name: NSS-UTIL
 Description: Network Security Services Utility Library
 Version: %NSSUTIL_VERSION%
 Requires: nspr >= %NSPR_VERSION%
-Libs: -lnssutil3
+Libs: -L${libdir} -lnssutil3
 Cflags: -I${includedir}
diff --git a/nss-util.spec b/nss-util.spec
index c66972d..2439a3d 100644
--- a/nss-util.spec
+++ b/nss-util.spec
@@ -1,9 +1,9 @@
-%global nspr_version 4.9
+%global nspr_version 4.9.1
 
 Summary:          Network Security Services Utilities Library
 Name:             nss-util
-Version:          3.13.4
-Release:          2%{?dist}
+Version:          3.13.5
+Release:          1%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -213,6 +213,10 @@ done
 %{_includedir}/nss3/utilrename.h
 
 %changelog
+* Sun Jul 01 2012 Elio Maldonado <emaldona at redhat.com> - 3.13.5-1
+- Update to NSS_3_13_5_RTM
+- Add -L${libdir} to the Libs: line in nss-util.pc.in
+
 * Sun Apr 08 2012 Elio Maldonado <emaldona at redhat.com> - 3.13.4-2
 - Resolves: Bug 805716 - Library needs partial RELRO support added
 - Patch coreconf/Linux.mk as done on RHEL 6.2
diff --git a/sources b/sources
index ddb16b1..60cc853 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f42e8f698679701542ae3500d48403e  nss-util-3.13.4.tar.bz2
+b4241737996ac0f4c95d31f294f878cf  nss-util-3.13.5.tar.bz2


More information about the scm-commits mailing list