Hello community, here is the log from the commit of package autobench for openSUSE:Factory checked in at 2016-02-08 09:47:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autobench (Old) and /work/SRC/openSUSE:Factory/.autobench.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autobench" Changes: -------- --- /work/SRC/openSUSE:Factory/autobench/autobench.changes 2015-04-21 10:51:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.autobench.new/autobench.changes 2016-02-08 09:47:55.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Feb 4 20:58:46 UTC 2016 - [email protected] + +- Use optflags when building + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autobench.spec ++++++ --- /var/tmp/diff_new_pack.oapitV/_old 2016-02-08 09:47:56.000000000 +0100 +++ /var/tmp/diff_new_pack.oapitV/_new 2016-02-08 09:47:56.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package autobench # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -46,10 +46,11 @@ %setup -q %build -make %{?_smp_mflags} +make %{?_smp_mflags} CFLAGS="%{optflags}" %install -make install \ +make \ + install \ PREFIX=%{buildroot} \ BINDIR=%{buildroot}%{_bindir} \ MANDIR=%{buildroot}%{_mandir}/man1 @@ -66,11 +67,11 @@ %{_bindir}/bench2graph %{_bindir}/crfile %{_bindir}/sesslog -%{_mandir}/man1/autobench.1.gz -%{_mandir}/man1/autobench_admin.1.gz -%{_mandir}/man1/autobenchd.1.gz -%{_mandir}/man1/bench2graph.1.gz -%{_mandir}/man1/crfile.1.gz -%{_mandir}/man1/sesslog.1.gz +%{_mandir}/man1/autobench.1%{ext_man} +%{_mandir}/man1/autobench_admin.1%{ext_man} +%{_mandir}/man1/autobenchd.1%{ext_man} +%{_mandir}/man1/bench2graph.1%{ext_man} +%{_mandir}/man1/crfile.1%{ext_man} +%{_mandir}/man1/sesslog.1%{ext_man} %changelog
