[nspr] Update to NSPR_4_10_5_RTM

Elio Maldonado emaldonado at fedoraproject.org
Tue May 6 16:06:30 UTC 2014


commit ca7991addb2375d96b1d465ab03724a72c045b78
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Tue May 6 08:34:00 2014 -0700

    Update to NSPR_4_10_5_RTM
    
    - Remove patch no longer needed due to the rebase

 .gitignore         |    2 +-
 nspr-ppc64le.patch | 2489 ----------------------------------------------------
 nspr.spec          |   13 +-
 sources            |    2 +-
 4 files changed, 8 insertions(+), 2498 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed341a1..704f5a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/nspr-4.10.4.tar.gz
+/nspr-4.10.5.tar.gz
diff --git a/nspr.spec b/nspr.spec
index 2fbdbba..02dfeab 100644
--- a/nspr.spec
+++ b/nspr.spec
@@ -1,7 +1,7 @@
 Summary:        Netscape Portable Runtime
 Name:           nspr
-Version:        4.10.4
-Release:        2%{?dist}
+Version:        4.10.5
+Release:        1%{?dist}
 License:        MPLv2.0
 URL:            http://www.mozilla.org/projects/nspr/
 Group:          System Environment/Libraries
@@ -15,8 +15,6 @@ Source0:        %{name}-%{version}.tar.gz
 Source1:        nspr-config.xml
 
 Patch1:         nspr-config-pc.patch
-# Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=977685
-Patch2:         nspr-ppc64le.patch
 
 %description
 NSPR provides platform independence for non-GUI operating system 
@@ -48,9 +46,6 @@ Header files for doing development with the Netscape Portable Runtime.
 
 cp ./nspr/config/nspr-config.in ./nspr/config/nspr-config-pc.in
 %patch1 -p0 -b .flags
-pushd nspr
-%patch2 -p1 -b .ppc64le
-popd
 
 %build
 
@@ -145,6 +140,10 @@ done
 %{_mandir}/man*/*
 
 %changelog
+* Tue May 06 2014 Elio Maldonado <emaldona at redhat.com> - 4.10.5-1
+- Update to NSPR_4_10_5_RTM
+- Remove patch no longer needed due to the rebase
+
 * Wed Apr 02 2014 Elio Maldonado <emaldona at redhat.com> - 4.10.4-2
 - Resolves: Bug 1083725 - Add ppc64le support to nspr
 - Use a patch by Ulrich Weigand already applied upstream
diff --git a/sources b/sources
index a01266f..5892351 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db8e5c40dadcf3f71a20c01f503c573a  nspr-4.10.4.tar.gz
+c903557c620b4b84457f57ddc80934c4  nspr-4.10.5.tar.gz


More information about the scm-commits mailing list