[nspr/f20] Update to NSPR_4_10_4_RTM

Elio Maldonado emaldonado at fedoraproject.org
Tue Mar 18 15:14:55 UTC 2014


commit c17328e4e1cd6057e432a6da089fb9c34bcfabe0
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Sat Mar 15 11:46:16 2014 -0700

    Update to NSPR_4_10_4_RTM
    
    - use the sources has they come from upstream, don't repackage .gz as .bz2
    - cherry-pick from master

 .gitignore |    2 +-
 nspr.spec  |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce4ed80..ed341a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/nspr-4.10.2.tar.bz2
+/nspr-4.10.4.tar.gz
diff --git a/nspr.spec b/nspr.spec
index 8e20ead..5564fdd 100644
--- a/nspr.spec
+++ b/nspr.spec
@@ -1,6 +1,6 @@
 Summary:        Netscape Portable Runtime
 Name:           nspr
-Version:        4.10.2
+Version:        4.10.4
 Release:        1%{?dist}
 License:        MPLv2.0
 URL:            http://www.mozilla.org/projects/nspr/
@@ -9,9 +9,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 Conflicts:      filesystem < 3
 
 # Sources available at ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
-# When CVS tag based snapshots are being used, refer to CVS documentation on
+# When hg tag based snapshots are being used, refer to hg documentation on
 # mozilla.org and check out subdirectory mozilla/nsprpub.
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.gz
 Source1:        nspr-config.xml
 
 Patch1:         nspr-config-pc.patch
@@ -139,6 +139,9 @@ done
 %{_mandir}/man*/*
 
 %changelog
+* Sat Mar 15 2014 Elio Maldonado <emaldona at redhat.com> - 4.10.4-1
+- Update to NSPR_4_10_4_RTM
+
 * Sun Dec 01 2013 Elio Maldonado <emaldona at redhat.com> - 4.10.2-1
 - Update to NSPR_4_10_2_RTM
 - Avoid unsigned integer wrapping in PL_ArenaAllocate
diff --git a/sources b/sources
index b5e2141..a01266f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79c9ce573f49a8669dd63698db9c4af4  nspr-4.10.2.tar.bz2
+db8e5c40dadcf3f71a20c01f503c573a  nspr-4.10.4.tar.gz


More information about the scm-commits mailing list