Hello community,

here is the log from the commit of package hackbench for openSUSE:Factory 
checked in at 2015-07-12 22:52:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hackbench (Old)
 and      /work/SRC/openSUSE:Factory/.hackbench.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hackbench"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hackbench/hackbench.changes      2012-02-21 
12:19:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hackbench.new/hackbench.changes 2015-07-12 
22:52:18.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul  6 15:02:27 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec-file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hackbench.spec ++++++
--- /var/tmp/diff_new_pack.eXku7C/_old  2015-07-12 22:52:19.000000000 +0200
+++ /var/tmp/diff_new_pack.eXku7C/_new  2015-07-12 22:52:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hackbench
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           hackbench
-Url:            http://devresources.linux-foundation.org/craiger/hackbench/
+Version:        svn1649
+Release:        0
 Summary:        Performance, overhead, and scalability benchmark for the Linux 
scheduler
 License:        GPL-2.0+
 Group:          System/Benchmark
-Version:        svn1649
-Release:        0
+Url:            http://devresources.linux-foundation.org/craiger/hackbench/
 Source0:        %{name}-%{version}.tar.bz2
 Patch0:         gcc-warning-fixes.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -31,24 +31,18 @@
 The hackbench test is a benchmark for measuring the performance,
 overhead, and scalability of the Linux scheduler.
 
-
-
-Authors:
---------
-    Rusty Russell
-
 %prep
-%setup
-%patch0 -p0
+%setup -q
+%patch0
 
 %build
-%__cc $RPM_OPT_FLAGS hackbench.c -o hackbench
+cc %{optflags} hackbench.c -o hackbench
 
 %install
-mkdir -p ${RPM_BUILD_ROOT}/%{_bindir}
-install -m 755 hackbench ${RPM_BUILD_ROOT}/%{_bindir}
-install -m 755 hackbench_run.sh ${RPM_BUILD_ROOT}/%{_bindir}
-install -m 755 hackbench_plot.sh ${RPM_BUILD_ROOT}/%{_bindir}
+mkdir -p %{buildroot}/%{_bindir}
+install -m 755 hackbench %{buildroot}/%{_bindir}
+install -m 755 hackbench_run.sh %{buildroot}/%{_bindir}
+install -m 755 hackbench_plot.sh %{buildroot}/%{_bindir}
 
 %files
 %defattr(-, root, root)


Reply via email to