Hello community,

here is the log from the commit of package forkbomb for openSUSE:Factory 
checked in at 2016-01-05 21:55:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/forkbomb (Old)
 and      /work/SRC/openSUSE:Factory/.forkbomb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "forkbomb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/forkbomb/forkbomb.changes        2014-12-03 
22:47:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.forkbomb.new/forkbomb.changes   2016-01-05 
21:55:30.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan  3 18:39:11 UTC 2016 - mplus...@suse.com
+
+- Build with optflags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ forkbomb.spec ++++++
--- /var/tmp/diff_new_pack.eqK8Eo/_old  2016-01-05 21:55:31.000000000 +0100
+++ /var/tmp/diff_new_pack.eqK8Eo/_new  2016-01-05 21:55:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package forkbomb
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           forkbomb
 Version:        1.4
 Release:        0
-License:        SUSE-Public-Domain
 Summary:        Controlled fork() bomber for testing heavy system load
-Url:            http://home.tiscali.cz:8080/~cz210552/forkbomb.html
+License:        SUSE-Public-Domain
 Group:          System/Benchmark
+Url:            http://home.tiscali.cz:8080/~cz210552/forkbomb.html
 Source:         
http://home.tiscali.cz:8080/~cz210552/distfiles/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -35,15 +36,15 @@
 %setup -q
 
 %build
-make %{name} %{?_smp_mflags}
+make CFLAGS="%{optflags}" %{name} %{?_smp_mflags}
 
 %install
-install -Dm755 %{name} %{buildroot}%{_bindir}/%{name}
-install -Dm444 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
+install -D -m 0755 %{name}   %{buildroot}%{_bindir}/%{name}
+install -D -m 0444 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
 
 %files
 %defattr(-,root,root)
 %{_bindir}/%{name}
-%{_mandir}/man8/%{name}.8.gz
+%{_mandir}/man8/%{name}.8*
 
 %changelog


Reply via email to