Hello community,

here is the log from the commit of package mozilla-nspr for openSUSE:Factory 
checked in at 2014-02-08 10:34:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozilla-nspr (Old)
 and      /work/SRC/openSUSE:Factory/.mozilla-nspr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozilla-nspr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozilla-nspr/mozilla-nspr.changes        
2013-12-15 09:55:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mozilla-nspr.new/mozilla-nspr.changes   
2014-02-08 10:34:28.000000000 +0100
@@ -1,0 +2,13 @@
+Thu Feb  6 06:16:02 UTC 2014 - w...@rosenauer.org
+
+- update to version 4.10.3
+  * bmo#749849: ensure we'll free the thread-specific data key.
+  * bmo#941461: don't compile android with unaligned memory access.
+  * bmo#932398: Add PR_SyncMemMap, a portable version of
+    msync/FlushViewOfFile.
+  * bmo#952621: Fix a thread-unsafe access to lock->owner in PR_Lock.
+  * bmo#957458: Fix several bugs in the lock rank checking code.
+  * bmo#936320: Use an alternative test for IPv6 support on Linux to
+    avoid opening a socket.
+
+-------------------------------------------------------------------

Old:
----
  nspr-4.10.2.tar.bz2

New:
----
  nspr-4.10.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mozilla-nspr.spec ++++++
--- /var/tmp/diff_new_pack.PvhhWk/_old  2014-02-08 10:34:28.000000000 +0100
+++ /var/tmp/diff_new_pack.PvhhWk/_new  2014-02-08 10:34:28.000000000 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package mozilla-nspr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#               2006-2013 Wolfgang Rosenauer
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#               2006-2014 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:           mozilla-nspr
-Version:        4.10.2
+Version:        4.10.3
 Release:        0
 Summary:        Netscape Portable Runtime
 License:        MPL-2.0
@@ -31,8 +31,7 @@
 Obsoletes:      mozilla-nspr-64bit
 %endif
 #
-# 
ftp://ftp.mozilla.org/pub/nspr/releases/v%{version}/src/nspr-%{version}.tar.bz2
-Source:         nspr-%{version}.tar.bz2
+Source:         
ftp://ftp.mozilla.org/pub/nspr/releases/v%{version}/src/nspr-%{version}.tar.gz
 Source1:        baselibs.conf
 Patch0:         config-guess-sub-update.diff
 Patch1:         ppc64le-support.patch
@@ -64,10 +63,13 @@
 
 %prep
 %setup -n nspr-%{version} -q
+pushd nspr
 %patch0 -p0
 %patch1 -p1
+popd
 
 %build
+pushd nspr
 # set buildtime to "last-modification-time"
 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
 BUILD_STRING="$(date -u -d "${modified}" "+%%F %%T")"
@@ -83,8 +85,10 @@
            --includedir=%{_includedir}/nspr4 \
            --prefix=%{_prefix}
 make SH_DATE="$BUILD_STRING" SH_NOW="$BUILD_TIME" %{?_smp_mflags}
+popd
 
 %install
+pushd nspr
 mkdir -p %{buildroot}%{_bindir}
 mkdir -p %{buildroot}%{_libdir}/nspr
 mkdir -p %{buildroot}%{_libdir}/pkgconfig
@@ -96,6 +100,7 @@
 cp -rL dist/include/nspr/* %{buildroot}%{_includedir}/nspr4/
 # #31667
 chmod -x %{buildroot}%{_includedir}/nspr4/prvrsion.h
+popd
 
 %check
 # Run test suite

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to