Hello community,

here is the log from the commit of package libx86 for openSUSE:Factory checked 
in at 2012-02-14 19:03:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libx86 (Old)
 and      /work/SRC/openSUSE:Factory/.libx86.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libx86", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libx86/libx86.changes    2011-09-23 
02:11:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libx86.new/libx86.changes       2012-02-14 
19:03:16.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan 29 22:05:28 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libx86.spec ++++++
--- /var/tmp/diff_new_pack.k9TBLH/_old  2012-02-14 19:03:17.000000000 +0100
+++ /var/tmp/diff_new_pack.k9TBLH/_new  2012-02-14 19:03:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libx86 (Version 1.1)
+# spec file for package libx86
 #
-# 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
@@ -15,13 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           libx86
 Url:            http://www.codon.org.uk/~mjg59/libx86
 Version:        1.1
-Release:        26
+Release:        0
 Summary:        x86 real-mode library
 License:        BSD-3-Clause
 Group:          System/Libraries
@@ -35,18 +32,9 @@
 x86 hardware, vm86 mode is used. On other platforms, x86 emulation is
 provided.
 
-
-
-Authors:
---------
-    Josh Vanderhoof
-    Matthew Garrett
-    Jonathan McDowell
-
 %package -n libx86-1
-License:        BSD-3-Clause
-Group:          Development/Libraries/C and C++
 Summary:        x86 real-mode library
+Group:          Development/Libraries/C and C++
 Provides:       libx86 = %{version}
 Obsoletes:      libx86 <= %{version}
 
@@ -55,29 +43,18 @@
 x86 hardware, vm86 mode is used. On other platforms, x86 emulation is
 provided.
 
-
-
-Authors:
---------
-    Josh Vanderhoof
-    Matthew Garrett
-    Jonathan McDowell
-
-
 %package devel
-License:        BSD-3-Clause
-Group:          Development/Libraries/C and C++
 Requires:       libx86-1 = %{version}
 Summary:        Development files for libx86
+Group:          Development/Libraries/C and C++
 
 %description devel
 Development files for libx86. libx86 is a x86 real-mode library.
 
 %package devel-static
-License:        BSD-3-Clause
-Group:          Development/Libraries/C and C++
 Requires:       %{name}-devel = %{version}
 Summary:        Static development library for libx86
+Group:          Development/Libraries/C and C++
 
 %description devel-static
 Static development library for libx86. libx86 is a x86 real-mode library.
@@ -89,15 +66,13 @@
 # %ifnarch %ix86
 MAKEARGS="BACKEND=x86emu"
 # %endif
-make CFLAGS="$RPM_OPT_FLAGS -DDEBUG -g -fPIC" $MAKEARGS LIBDIR=%{_libdir}
+make CFLAGS="$RPM_OPT_FLAGS -DDEBUG -g -fPIC" $MAKEARGS LIBDIR=%{_libdir} \
+       %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir}
 chmod a-x $RPM_BUILD_ROOT/%{_libdir}/libx86.a
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libx86-1 -p /sbin/ldconfig
 
 %postun -n libx86-1 -p /sbin/ldconfig

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

Reply via email to