Hello community,

here is the log from the commit of package mozilla-nspr for 
openSUSE:12.1:Update:Test checked in at 2012-03-14 17:48:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/mozilla-nspr (Old)
 and      /work/SRC/openSUSE:12.1:Update:Test/.mozilla-nspr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozilla-nspr", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/mozilla-nspr/mozilla-nspr.changes       
2012-03-14 17:48:17.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.mozilla-nspr.new/mozilla-nspr.changes  
2012-03-14 17:48:19.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb 16 08:22:35 UTC 2012 - [email protected]
+
+- update to version 4.9 RTM
+- added testsuite in %check
+
+-------------------------------------------------------------------

Old:
----
  nspr-4.8.9.tar.bz2

New:
----
  nspr-4.9.0.tar.bz2

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

Other differences:
------------------
++++++ mozilla-nspr.spec ++++++
--- /var/tmp/diff_new_pack.QFRd2t/_old  2012-03-14 17:48:19.000000000 +0100
+++ /var/tmp/diff_new_pack.QFRd2t/_new  2012-03-14 17:48:19.000000000 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package mozilla-nspr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#               2006-2011 Wolfgang Rosenauer
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#               2006-2012 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 #
 
 
-
 Name:           mozilla-nspr
-Version:        4.8.9
-Release:        1
-License:        MPLv1.1 or GPLv2+ or LGPLv2.1+
+Version:        4.9.0
+Release:        0
 Summary:        Netscape Portable Runtime
+License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
+Group:          System/Libraries
 Url:            http://www.mozilla.org/projects/nspr/
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -31,7 +31,6 @@
 Obsoletes:      mozilla-nspr-64bit
 %endif
 #
-Group:          System/Libraries
 Source:         
ftp://ftp.mozilla.org/pub/nspr/releases/v%{version}/src/nspr-%{version}.tar.bz2
 Source1:        baselibs.conf
 Patch:          pkgconfig.patch
@@ -45,7 +44,6 @@
 
 
 %package devel
-License:        MPLv1.1 or GPLv2+ or LGPLv2.1+
 Summary:        Netscape Portable Runtime development files
 Group:          Development/Libraries/Other
 Requires:       mozilla-nspr = %{version}
@@ -98,6 +96,16 @@
 # #31667
 chmod -x %{buildroot}%{_includedir}/nspr4/prvrsion.h
 
+%check
+# Run test suite
+perl ./mozilla/nsprpub/pr/tests/runtests.pl 2>&1 | tee output.log
+TEST_FAILURES=`grep -c FAILED ./output.log` || :
+if [ $TEST_FAILURES -ne 0 ]; then
+  echo "error: test suite returned failure(s)"
+  exit 1
+fi
+echo "test suite completed"
+
 %clean
 rm -rf %{buildroot}
 

++++++ nspr-4.8.9.tar.bz2 -> nspr-4.9.0.tar.bz2 ++++++
++++ 8052 lines of diff (skipped)

++++++ pkgconfig.patch ++++++
--- /var/tmp/diff_new_pack.QFRd2t/_old  2012-03-14 17:48:19.000000000 +0100
+++ /var/tmp/diff_new_pack.QFRd2t/_new  2012-03-14 17:48:19.000000000 +0100
@@ -1,7 +1,7 @@
-diff -urN nspr-4.5.99.old/mozilla/nsprpub/config/Makefile.in 
nspr-4.5.99/mozilla/nsprpub/config/Makefile.in
---- nspr-4.5.99.old/mozilla/nsprpub/config/Makefile.in 2005-05-03 
11:16:45.000000000 +0200
-+++ nspr-4.5.99/mozilla/nsprpub/config/Makefile.in     2005-05-18 
12:05:53.000000000 +0200
-@@ -52,9 +52,9 @@
+diff -uprN '--exclude=CVS' nspr-4.9.0/mozilla/nsprpub/config/Makefile.in 
nspr-4.9.0.new/mozilla/nsprpub/config/Makefile.in
+--- nspr-4.9.0/mozilla/nsprpub/config/Makefile.in      2009-05-20 
21:54:24.000000000 +0200
++++ nspr-4.9.0.new/mozilla/nsprpub/config/Makefile.in  2012-02-04 
11:24:45.216139811 +0100
+@@ -52,9 +52,9 @@ VISIBILITY_FLAGS =
  
  # autoconf.mk must be deleted last (from the top-level directory)
  # because it is included by every makefile.
@@ -13,7 +13,7 @@
  
  include $(topsrcdir)/config/config.mk
  
-@@ -139,6 +139,7 @@
+@@ -135,6 +135,7 @@ endef
  
  export:: $(TARGETS)
        rm -f $(dist_bindir)/nspr-config
@@ -21,9 +21,9 @@
  
  ifdef WRAP_SYSTEM_INCLUDES
  export::
-diff -urN nspr-4.5.99.old/mozilla/nsprpub/config/nspr.pc.in 
nspr-4.5.99/mozilla/nsprpub/config/mozilla-nspr.pc.in
---- nspr-4.5.99.old/mozilla/nsprpub/config/nspr.pc.in  1970-01-01 
01:00:00.000000000 +0100
-+++ nspr-4.5.99/mozilla/nsprpub/config/nspr.pc.in      2005-05-18 
12:03:36.000000000 +0200
+diff -uprN '--exclude=CVS' nspr-4.9.0/mozilla/nsprpub/config/nspr.pc.in 
nspr-4.9.0.new/mozilla/nsprpub/config/nspr.pc.in
+--- nspr-4.9.0/mozilla/nsprpub/config/nspr.pc.in       1970-01-01 
01:00:00.000000000 +0100
++++ nspr-4.9.0.new/mozilla/nsprpub/config/nspr.pc.in   2012-02-04 
11:24:45.216139811 +0100
 @@ -0,0 +1,12 @@
 +prefix=@prefix@
 +exec_prefix=@exec_prefix@
@@ -37,25 +37,25 @@
 +Cflags: -I${includedir}
 +
 +
-diff -urN nspr-4.5.99.old/mozilla/nsprpub/configure 
nspr-4.5.99/mozilla/nsprpub/configure
---- nspr-4.5.99.old/mozilla/nsprpub/configure  2005-05-13 09:33:07.000000000 
+0200
-+++ nspr-4.5.99/mozilla/nsprpub/configure      2005-05-18 12:07:00.000000000 
+0200
-@@ -5718,6 +5718,7 @@
- config/nsprincl.mk
- config/nsprincl.sh
- config/nspr-config
-+config/nspr.pc
- lib/Makefile 
- lib/ds/Makefile 
- lib/libc/Makefile 
-diff -urN nspr-4.5.99.old/mozilla/nsprpub/configure.in 
nspr-4.5.99/mozilla/nsprpub/configure.in
---- nspr-4.5.99.old/mozilla/nsprpub/configure.in       2005-05-13 
09:33:07.000000000 +0200
-+++ nspr-4.5.99/mozilla/nsprpub/configure.in   2005-05-18 12:06:42.000000000 
+0200
-@@ -2569,6 +2569,7 @@
- config/nsprincl.mk
- config/nsprincl.sh
- config/nspr-config
-+config/nspr.pc
- lib/Makefile 
- lib/ds/Makefile 
- lib/libc/Makefile 
+diff -uprN '--exclude=CVS' nspr-4.9.0/mozilla/nsprpub/configure 
nspr-4.9.0.new/mozilla/nsprpub/configure
+--- nspr-4.9.0/mozilla/nsprpub/configure       2012-02-04 10:59:12.000000000 
+0100
++++ nspr-4.9.0.new/mozilla/nsprpub/configure   2012-02-04 11:26:29.135863171 
+0100
+@@ -6694,6 +6694,7 @@ MAKEFILES="
+     config/nsprincl.mk
+     config/nsprincl.sh
+     config/nspr-config
++    config/nspr.pc
+     lib/Makefile
+     lib/ds/Makefile
+     lib/libc/Makefile
+diff -uprN '--exclude=CVS' nspr-4.9.0/mozilla/nsprpub/configure.in 
nspr-4.9.0.new/mozilla/nsprpub/configure.in
+--- nspr-4.9.0/mozilla/nsprpub/configure.in    2012-02-04 10:59:12.000000000 
+0100
++++ nspr-4.9.0.new/mozilla/nsprpub/configure.in        2012-02-04 
11:26:01.873276991 +0100
+@@ -3357,6 +3357,7 @@ MAKEFILES="
+     config/nsprincl.mk
+     config/nsprincl.sh
+     config/nspr-config
++    config/nspr.pc
+     lib/Makefile
+     lib/ds/Makefile
+     lib/libc/Makefile

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to