[nss-softokn/f20] Update to nss-3.16.1

Elio Maldonado emaldonado at fedoraproject.org
Thu May 8 00:54:15 UTC 2014


commit f7ef232db4b503fba24501f373ecd5a985401d91
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Wed May 7 16:16:26 2014 -0700

    Update to nss-3.16.1
    
    - Resolves: Bug 1094702 - nss-3.16.1 is available
    - Selective merge from mmaster

 .gitignore       |    2 +-
 nss-softokn.spec |   18 +++++++++---------
 sources          |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1b3f156..58a6df3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/nss-softokn-3.16.0.tar.gz
+/nss-softokn-3.16.1.tar.gz
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 7b25cf1..8b22a2f 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -1,6 +1,6 @@
 %global nspr_version 4.10.4
 %global nss_name nss
-%global nss_util_version 3.16.0
+%global nss_util_version 3.16.1
 %global unsupported_tools_directory %{_libdir}/nss/unsupported-tools
 %global saved_files_dir %{_libdir}/nss/saved
 
@@ -24,7 +24,7 @@
 
 Summary:          Network Security Services Softoken Module
 Name:             nss-softokn
-Version:          3.16.0
+Version:          3.16.1
 Release:          1%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
@@ -83,7 +83,7 @@ Conflicts:        prelink < 0.4.3
 Conflicts:        filesystem < 3
 
 %description freebl
-NSS Softoken Cryptographic Module Freelb Library
+NSS Softoken Cryptographic Module Freebl Library
 
 Install the nss-softokn-freebl package if you need the freebl 
 library.
@@ -95,7 +95,7 @@ Provides:         nss-softokn-freebl-static = %{version}-%{release}
 Requires:         nss-softokn-freebl%{?_isa} = %{version}-%{release}
 
 %description freebl-devel
-NSS Softoken Cryptographic Module Freelb Library Development Tools
+NSS Softoken Cryptographic Module Freebl Library Development Tools
 This package supports special needs of some PKCS #11 module developers and
 is otherwise considered private to NSS. As such, the programming interfaces
 may change and the usual NSS binary compatibility commitments do not apply.
@@ -126,7 +126,6 @@ Header and library files for doing development with Network Security Services.
 # activate if needed when doing a major update with new apis
 %patch10 -p0 -b .iquote
 
-
 %build
 
 # partial RELRO support as a security enhancement
@@ -240,7 +239,7 @@ export FREEBL_NO_DEPEND
 BUILD_OPT=1
 export BUILD_OPT
 
-%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64
+%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64 ppc64le
 USE_64=1
 export USE_64
 %endif
@@ -276,14 +275,11 @@ HOST=localhost DOMSUF=localdomain PORT=$MYRAND NSS_CYCLES=%{?nss_cycles} NSS_TES
 cd ../../../../
 
 TEST_FAILURES=`grep -c FAILED ./tests_results/security/localhost.1/output.log` || :
-# test suite is failing on arm and has for awhile let's run the test suite but make it non fatal on arm
-%ifnarch %{arm}
 if [ $TEST_FAILURES -ne 0 ]; then
   echo "error: test suite returned failure(s)"
   exit 1
 fi
 echo "test suite completed"
-%endif
 
 %install
 
@@ -388,6 +384,10 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
+* Wed May 07 2014 Elio Maldonado <emaldona at redhat.com> - 3.16.1-1
+- Update to nss-3.16.1
+- Resolves: Bug 1094702 - nss-3.16.1 is available
+
 * Tue Mar 18 2014 Elio Maldonado <emaldona at redhat.com> - 3.16.0-0
 - Update to nss-3.16.0
 
diff --git a/sources b/sources
index 95000dd..0c82db2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab04ec80226e61c5f2e856807337afd5  nss-softokn-3.16.0.tar.gz
+b82bd82a6f7d1612e44366b3d8dd2304  nss-softokn-3.16.1.tar.gz


More information about the scm-commits mailing list