Hello community,

here is the log from the commit of package x86info for openSUSE:Factory checked 
in at 2014-10-22 16:22:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/x86info (Old)
 and      /work/SRC/openSUSE:Factory/.x86info.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "x86info"

Changes:
--------
--- /work/SRC/openSUSE:Factory/x86info/x86info.changes  2011-09-23 
12:50:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.x86info.new/x86info.changes     2014-10-22 
16:22:49.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 12:34:09 UTC 2014 - [email protected]
+
+- Use parallel build and remove ancient specfile tags and sections
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ x86info.spec ++++++
--- /var/tmp/diff_new_pack.PqyzMv/_old  2014-10-22 16:22:50.000000000 +0200
+++ /var/tmp/diff_new_pack.PqyzMv/_new  2014-10-22 16:22:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package x86info
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,17 +16,17 @@
 #
 
 
-
 Name:           x86info
-License:        GPL-2.0
-Url:            http://www.codemonkey.org.uk/projects/x86info/
-Group:          System/Monitoring
-AutoReqProv:    on
 Version:        1.29
-Release:        1
+Release:        0
 Summary:        Show x86 CPU Information
+License:        GPL-2.0
+Group:          System/Monitoring
+Url:            http://www.codemonkey.org.uk/projects/x86info/
 Source:         http://www.codemonkey.org.uk/x86info/%{name}-%{version}.tar.bz2
-BuildRequires:  gcc pciutils-devel python
+BuildRequires:  gcc
+BuildRequires:  pciutils-devel
+BuildRequires:  python
 ExclusiveArch:  %{ix86} x86_64
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -46,7 +46,7 @@
 %setup -q
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+make CFLAGS="%optflags" %{?_smp_mflags}
 
 %install
 mkdir -p $RPM_BUILD_ROOT/usr/bin
@@ -58,9 +58,6 @@
 install -m 755 lsmsr $RPM_BUILD_ROOT/usr/sbin
 install -m 644 lsmsr.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
-%clean
-rm -rf $RPM_BUILD_ROOT;
-
 %files
 %defattr(-, root, root)
 %doc %{_mandir}/man1/%{name}.1.gz

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

Reply via email to