Hello community,

here is the log from the commit of package rfkill for openSUSE:Factory checked 
in at 2016-04-07 13:32:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rfkill (Old)
 and      /work/SRC/openSUSE:Factory/.rfkill.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rfkill"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rfkill/rfkill.changes    2015-08-05 
06:49:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rfkill.new/rfkill.changes       2016-04-07 
13:32:20.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Apr  3 10:47:12 UTC 2016 - [email protected]
+
+- Build with optflags
+- Make building more verbose
+- Add systemd dependencies
+- Small cleanup with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rfkill.spec ++++++
--- /var/tmp/diff_new_pack.VO54dY/_old  2016-04-07 13:32:20.000000000 +0200
+++ /var/tmp/diff_new_pack.VO54dY/_new  2016-04-07 13:32:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rfkill
 #
-# 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
@@ -27,6 +27,7 @@
 Source1:        [email protected]
 Source2:        [email protected]
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%systemd_requires
 
 %description
 rfkill is a small tool for accessing the Linux rfkill device interface,
@@ -37,13 +38,13 @@
 %setup -q
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} CC="cc %{optflags}" V=1
 
 %install
 install -Dm755 rfkill %{buildroot}%{_sbindir}/rfkill
 install -Dm644 rfkill.8 %{buildroot}%{_mandir}/man8/rfkill.8
-install -Dm644 %{S:1} %{buildroot}%{_unitdir}/[email protected]
-install -Dm644 %{S:2} %{buildroot}%{_unitdir}/[email protected]
+install -Dm644 %{SOURCE1} %{buildroot}%{_unitdir}/[email protected]
+install -Dm644 %{SOURCE2} %{buildroot}%{_unitdir}/[email protected]
 
 %pre
 %service_add_pre [email protected] [email protected]
@@ -61,7 +62,8 @@
 %defattr(-,root,root)
 %doc COPYING README
 %{_sbindir}/rfkill
-%{_mandir}/man8/rfkill.8*
-%{_unitdir}/*
+%{_mandir}/man8/rfkill.8%{ext_man}
+%{_unitdir}/[email protected]
+%{_unitdir}/[email protected]
 
 %changelog


Reply via email to