Hello community,

here is the log from the commit of package libustr for openSUSE:Factory checked 
in at 2013-01-08 21:11:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libustr (Old)
 and      /work/SRC/openSUSE:Factory/.libustr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libustr", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libustr/libustr.changes  2011-12-15 
16:06:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libustr.new/libustr.changes     2013-01-08 
21:11:18.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Jan  7 21:47:17 UTC 2013 - [email protected]
+
+- Parallel build with %_smp_mflags
+- Remove obsolete defines/sections
+- Resolve rpmlint warnings about RPM group
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libustr.spec ++++++
--- /var/tmp/diff_new_pack.ZkxNIx/_old  2013-01-08 21:11:19.000000000 +0100
+++ /var/tmp/diff_new_pack.ZkxNIx/_new  2013-01-08 21:11:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libustr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -22,14 +22,13 @@
 Url:            http://www.and.org/ustr/
 Summary:        String library, very low memory overhead, simple to import
 License:        MIT or LGPL-2.1+ or BSD-2-Clause
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Source:         http://www.and.org/ustr/%{version}/ustr-%{version}.tar.bz2
 Source1:        rpmlintrc
 Source2:        baselibs.conf
 Patch0:         %{name}-%{version}-c99-inline.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
-%define debug_package_requires libustr-1_0-1 = %{version}-%{release}
 
 %description
 Micro string library, very low overhead from plain strdup() (Ave. 44% for
@@ -48,13 +47,11 @@
 start using it. This package also distributes pre-built shared
 libraries.
 
-
-
 %package devel
 Summary:        Development files for libustr
-Group:          Development/Libraries
-Requires:       pkgconfig
+Group:          Development/Libraries/C and C++
 Requires:       libustr-1_0-1 = %{version}
+Requires:       pkgconfig
 
 %description devel
 Header files for the Ustr string library, and the .so to link with.
@@ -75,12 +72,12 @@
 %patch0
 
 %build
-make all-shared %{?jobs:-j%jobs} HIDE= CFLAGS="$RPM_OPT_FLAGS -fPIC" 
CC="%{__cc}"
+make all-shared %{?_smp_mflags} HIDE= CFLAGS="%optflags -fPIC" CC="%{__cc}"
 
 %check
 %if !0%{?qemu_user_space_build:1}
 # bad interaction with qemu (2011-10-02)
-make check %{?jobs:-j%jobs} HIDE= CFLAGS="$RPM_OPT_FLAGS -fPIC"
+make check %{?_smp_mflags} HIDE= CFLAGS="%optflags -fPIC"
 %endif
 
 %install
@@ -103,9 +100,6 @@
 mv $RPM_BUILD_ROOT/%{_lib}/*.a $RPM_BUILD_ROOT/%{_libdir}
 ln -sf  /%{_lib}/libustr-1.0.so.1 $RPM_BUILD_ROOT/%{_libdir}/libustr.so
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libustr-1_0-1 -p /sbin/ldconfig
 
 %postun -n libustr-1_0-1 -p /sbin/ldconfig

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

Reply via email to