Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmemcache/libmemcache.changes  2011-11-21 
15:46:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmemcache.new/libmemcache.changes     
2012-02-16 10:06:00.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 16:09:12 UTC 2012 - [email protected]
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libmemcache.spec ++++++
--- /var/tmp/diff_new_pack.OInglb/_old  2012-02-16 10:06:01.000000000 +0100
+++ /var/tmp/diff_new_pack.OInglb/_new  2012-02-16 10:06:01.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmemcache
 #
-# 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,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libmemcache
 Version:        1.4.0.rc2
-Release:        127
+Release:        0
 #
-Group:          Development/Libraries/C and C++
-License:        BSD-3-Clause ; MIT
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #
@@ -34,6 +30,8 @@
 Patch2:         libmemcache-1.4.0.rc2_preserve_cflags.patch
 #
 Summary:        A client library for memcached
+License:        BSD-3-Clause ; MIT
+Group:          Development/Libraries/C and C++
 BuildRequires:  libtool
 
 %description
@@ -47,12 +45,9 @@
     Sean Chittenden <[email protected]>
 
 %define library_name libmemcache0
-%define debug_package_requires %{library_name} = %{version}-%{release}
-
-%package -n libmemcache0
-License:        BSD-3-Clause ; MIT
-Group:          Development/Libraries/C and C++
+%package -n %library_name
 Summary:        A client library for memcached
+Group:          Development/Libraries/C and C++
 
 %description -n libmemcache0
 libmemcache implements a client for the superior memcached from Danga
@@ -67,10 +62,9 @@
     Sean Chittenden <[email protected]>
 
 %package devel
-License:        BSD-3-Clause ; MIT
 Requires:       %{library_name} = %{version}
-Group:          Development/Libraries/C and C++
 Summary:        Development files for libmemcache
+Group:          Development/Libraries/C and C++
 
 %description devel
 libmemcache implements a client for the superior memcached from Danga
@@ -94,15 +88,12 @@
 %build
 autoreconf -fi
 %configure
-%{__make} %{?jobs:-j%jobs} STRIP=true
+make %{?_smp_mflags} STRIP=true
 
 %install
 %makeinstall STRIP=true
 %{__rm} %{buildroot}%{_libdir}/%{name}.*a
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post   -n %{library_name} -p /sbin/ldconfig
 
 %postun -n %{library_name} -p /sbin/ldconfig

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

Reply via email to