Hello community,

here is the log from the commit of package libservicelog for openSUSE:Factory 
checked in at 2012-02-01 09:58:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libservicelog (Old)
 and      /work/SRC/openSUSE:Factory/.libservicelog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libservicelog", Maintainer is "jloe...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libservicelog/libservicelog.changes      
2011-11-07 14:20:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libservicelog.new/libservicelog.changes 
2012-02-01 09:58:03.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Jan 31 16:01:42 CET 2012 - meiss...@suse.de
+
+- buildreq autoconf and libtool so autoreconf -ivf works again.
+
+-------------------------------------------------------------------
+Tue Jan 31 10:41:31 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libservicelog.spec ++++++
--- /var/tmp/diff_new_pack.uTfskZ/_old  2012-02-01 09:58:03.000000000 +0100
+++ /var/tmp/diff_new_pack.uTfskZ/_new  2012-02-01 09:58:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libservicelog (Version 1.0.1)
+# spec file for package libservicelog
 #
-# Copyright (c) 2010 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
@@ -16,15 +16,19 @@
 #
 
 
-
 Name:           libservicelog
 Version:        1.1.11
-Release:        1
+Release:        0
 Summary:        Servicelog Database and Library
-Requires:       libservicelog-library
-BuildRequires:  sqlite3-devel librtas-devel pkg-config
-Group:          System/Libraries
 License:        LGPL-2.0+
+Group:          System/Libraries
+Requires:       libservicelog-library
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  librtas-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  sqlite3-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://linux-diag.sourceforge.net/servicelog/ 
 ExclusiveArch: ppc ppc64
@@ -42,15 +46,7 @@
 the logging of service procedures that have been performed upon the
 system.
 
-
-
-Authors:
---------
-    Mike Strosaker <stros...@austin.ibm.com>
-    Nathan Fontenot <nf...@austin.ibm.com>
-
 %package -n libservicelog-1_1-1
-License:        LGPL-2.0+
 Summary:        Servicelog Database and Library
 Group:          System/Libraries
 Provides:       libservicelog-library
@@ -62,15 +58,7 @@
 the logging of service procedures that have been performed upon the
 system.
 
-
-
-Authors:
---------
-    Mike Strosaker <stros...@austin.ibm.com>
-    Nathan Fontenot <nf...@austin.ibm.com>
-
 %package        devel
-License:        LGPL-2.0+
 Summary:        Development files for libservicelog
 Group:          Development/Libraries/Other
 Requires:       %{name} = %{version} glibc-devel
@@ -79,13 +67,6 @@
 %description    devel
 Contains header files for building with libservicelog.
 
-
-
-Authors:
---------
-    Mike Strosaker <stros...@austin.ibm.com>
-    Nathan Fontenot <nf...@austin.ibm.com>
-
 %prep
 %setup -q
 %patch0 
@@ -94,16 +75,13 @@
 
 %build
 autoreconf -fiv
-export CFLAGS="%{optflags}"
 %configure --with-pic --disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %{makeinstall}
 %__rm -f %{buildroot}%{_libdir}/*.la
 
-%clean
-
 %pre
 /usr/sbin/groupadd -r service || echo groupadd service failed
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to