Hello community,

here is the log from the commit of package libunistring for openSUSE:Factory 
checked in at 2012-02-10 17:17:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libunistring (Old)
 and      /work/SRC/openSUSE:Factory/.libunistring.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libunistring", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunistring/libunistring.changes        
2011-10-02 10:16:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libunistring.new/libunistring.changes   
2012-02-10 17:17:40.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Jan 30 13:11:15 UTC 2012 - [email protected]
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libunistring.spec ++++++
--- /var/tmp/diff_new_pack.RDjge6/_old  2012-02-10 17:17:43.000000000 +0100
+++ /var/tmp/diff_new_pack.RDjge6/_new  2012-02-10 17:17:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libunistring
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,15 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           libunistring
 Version:        0.9.3
-Release:        1
-Group:          Development/Libraries/C and C++
+Release:        0
 Summary:        GNU Unicode string library
 License:        LGPL-3.0+
+Group:          Development/Libraries/C and C++
 Url:            http://www.gnu.org/software/libunistring/
 Source0:        libunistring-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -37,9 +34,8 @@
 case folding and regular expressions).
 
 %package devel
-License:        LGPL-3.0+
-Group:          Development/Libraries/C and C++
 Summary:        GNU Unicode string library - development files
+Group:          Development/Libraries/C and C++
 Requires:       libunistring0 = %{version}
 
 %description devel
@@ -47,9 +43,8 @@
 for UniString library.
 
 %package -n libunistring0
-License:        LGPL-3.0+
-Group:          Development/Libraries/C and C++
 Summary:        GNU Unicode string library - development files
+Group:          Development/Libraries/C and C++
 Requires:       %{name}
 
 %description -n libunistring0
@@ -61,11 +56,11 @@
 
 
 %prep
-%setup -q -n libunistring-%{version}
+%setup -q
 
 %build
 %configure --disable-static --disable-rpath --docdir=%{_docdir}/%{name}
-make 
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
@@ -78,9 +73,6 @@
 make check
 %endif
 
-%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