Hello community,

here is the log from the commit of package libcppunit-1_12-0 for 
openSUSE:Factory checked in at 2011-11-14 11:59:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcppunit-1_12-0 (Old)
 and      /work/SRC/openSUSE:Factory/.libcppunit-1_12-0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcppunit-1_12-0", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcppunit-1_12-0/libcppunit-1_12-0.changes      
2011-09-23 02:07:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcppunit-1_12-0.new/libcppunit-1_12-0.changes 
2011-11-14 11:59:35.000000000 +0100
@@ -1,0 +2,12 @@
+Sun Nov 13 15:12:52 UTC 2011 - [email protected]
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+- Add missing "make" call in %build
+
+-------------------------------------------------------------------
+Sun Nov 13 09:14:42 UTC 2011 - [email protected]
+
+- add libtool as explicit buildrequire to avoid implicit dependency from 
prjconf
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcppunit-1_12-0.spec ++++++
--- /var/tmp/diff_new_pack.xi4j4s/_old  2011-11-14 11:59:36.000000000 +0100
+++ /var/tmp/diff_new_pack.xi4j4s/_new  2011-11-14 11:59:36.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libcppunit-1_12-0 (Version 1.12.0)
+# spec file for package libcppunit-1_12-0
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           libcppunit-1_12-0
 Provides:       cppunit = 1.10.2
 Obsoletes:      cppunit <= 1.10.2
 BuildRequires:  doxygen gcc-c++ pkgconfig update-desktop-files
-Url:            http://sourceforge.net/projects/cppunit/
+BuildRequires:  libtool
+URL:            http://sourceforge.net/projects/cppunit/
 License:        LGPLv2.1+
 Group:          Development/Libraries/C and C++
 Summary:        C++ Port of the JUnit Testing Framework
@@ -34,27 +34,13 @@
 Patch:          cppunit.diff
 Patch1:         cppunit-%{version}-quotefix.diff
 Patch2:         cppunit_libdl.diff
-AutoReqProv:    on
 
 %description
 CppUnit is the C++ port of the famous JUnit framework for unit testing.
 Test output is in XML for automatic testing and GUI based for
 supervised tests.
 
-
-
-Authors:
---------
-    Michael Feathers <[email protected]>
-    Jerome Lacoste <[email protected]>
-    E. Sommerlade <[email protected]>
-    J.E. Hoffmann <[email protected]>
-    Baptiste Lepilleur <[email protected]> <[email protected]>
-    Bastiaan Bakker <[email protected]>
-    Steve Robbins <[email protected]>
-
 %package -n libcppunit-devel
-License:        LGPLv2.1+
 Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/C and C++
 Provides:       cppunit-devel = 1.10.2
@@ -64,18 +50,6 @@
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
---------
-    Michael Feathers <[email protected]>
-    Jerome Lacoste <[email protected]>
-    E. Sommerlade <[email protected]>
-    J.E. Hoffmann <[email protected]>
-    Baptiste Lepilleur <[email protected]> <[email protected]>
-    Bastiaan Bakker <[email protected]>
-    Steve Robbins <[email protected]>
-
 %prep
 %setup -q -n cppunit-%version
 %patch
@@ -89,11 +63,8 @@
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"
-./configure          \
-   --prefix=/usr/    \
-   --libdir=%_libdir \
-   --mandir=%_mandir \
-   --enable-doxygen
+%configure --enable-doxygen
+make %{?_smp_mflags}
 
 %install
 # This package failed when testing with -Wl,-as-needed being default.
@@ -108,9 +79,6 @@
 install %SOURCE1 $RPM_BUILD_ROOT/usr/share/susehelp/meta/Development/Libraries/
 %suse_update_desktop_file 
$RPM_BUILD_ROOT/usr/share/susehelp/meta/Development/Libraries/cppunit-devel.desktop
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

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

Reply via email to