Hello community,

here is the log from the commit of package urfkill for openSUSE:Factory checked 
in at 2015-04-13 20:31:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/urfkill (Old)
 and      /work/SRC/openSUSE:Factory/.urfkill.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "urfkill"

Changes:
--------
--- /work/SRC/openSUSE:Factory/urfkill/urfkill.changes  2014-01-07 
14:45:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.urfkill.new/urfkill.changes     2015-04-13 
20:31:15.000000000 +0200
@@ -1,0 +2,38 @@
+Wed Apr  8 02:02:44 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.5.0
+  * config: implement persistence via an ini file in /var/lib/urfkill 
+  * Implement flight mode 
+  * Add stubs for no session checking (breaks inhibit).
+  * Simplistic port of UrfSessionChecker and UrfSeat to logind
+  * Add new rfkill type: NFC 
+  * Use g_message() rather than g_info() for standard messages.
+  * Update log levels to only display relevant killswitch addition/removal
+    and important warnings
+  * Enable logging to syslog, optionally with debug
+  * arbitrator: set newly found devices to the saved persistent state
+  * config: can't assume key_control to be enabled if there is no
+    DMI information
+  * Update default config file for persistence.
+  * UrfArbitrator: apply review from lcp for flight mode
+  * UrfConfig: apply review from lcp for persistence
+  * main: handle SIGTERM
+  * arbitrator: save/restore per  *type killswitch state on startup, dispose.
+  * daemon: clean up UrfConfig later
+  * Add persist option to UrfConfig.
+  * Fix build for no session tracking.
+  * Propagate/notify device state changes to UrfKillswitch objects
+  * Fix errors/typos in LoginD port.
+  * Allow selecting the session tracking method at build time
+  * Fix include for UrfSeat
+  * Rename UrfConsolekit to UrfSessionChecker
+  * Rename urf  *seat and urf  *consolekit for generalization
+  * Check glib version for g_type_init()
+  * Add NFC to glib and docs
+  * Don't crash for missing DMI
+  * Add gcc warnings to urfkilld and adjust warning types
+- Use download Url as source
+- Remove urfkill-support-nfc-and-logind.patch; merged upstream
+- Remove redundant %clean section
+
+-------------------------------------------------------------------

Old:
----
  urfkill-0.4.0.tar.xz
  urfkill-support-nfc-and-logind.patch

New:
----
  urfkill-0.5.0.tar.gz

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

Other differences:
------------------
++++++ urfkill.spec ++++++
--- /var/tmp/diff_new_pack.wHrkMv/_old  2015-04-13 20:31:15.000000000 +0200
+++ /var/tmp/diff_new_pack.wHrkMv/_new  2015-04-13 20:31:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package urfkill
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,16 +17,14 @@
 
 
 Name:           urfkill
-Version:        0.4.0
+Version:        0.5.0
 Release:        0
 Url:            http://github.com/lcp/urfkill
 Summary:        A daemon to control radio killswitches
 License:        GPL-2.0+
 Group:          System/Daemons
-Source:         %{name}-%{version}.tar.xz
+Source:         
https://github.com/lcp/urfkill/archive/%{name}-%{version}.tar.gz
 Patch0:         urfkill-change-default-user.patch
-# PATCH-FIX-UPSTREAM urfkill-support-nfc-and-logind.patch bnc#853492 
g...@suse.com -- Add logind support to the daemon
-Patch1:         urfkill-support-nfc-and-logind.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -39,7 +37,6 @@
 BuildRequires:  libgudev-1_0-devel
 BuildRequires:  libtool
 BuildRequires:  polkit-devel
-BuildRequires:  xz
 Requires:       polkit
 
 %description
@@ -82,23 +79,18 @@
 http://freedesktop.org/wiki/Software/urfkill
 
 %prep
-%setup -n %{name}-%{version} -q
+%setup -n %{name}-%{name}-%{version} -q
 %patch0 -p1
-%if 0%{?suse_version} > 1230
-%patch1 -p1
-%endif
 
 %build
-autoreconf -f
+NOCONFIGURE=1 ./autogen.sh
 %configure\
   --disable-static \
   --libexecdir=%{_libexecdir}/urfkill \
 %if 0%{?_crossbuild}
   --disable-introspection \
 %endif
-%if 0%{?suse_version} > 1230
   --with-session-tracking=systemd \
-%endif
   --enable-gtk-doc
 make %{?jobs:-j%jobs}
 
@@ -106,9 +98,6 @@
 %makeinstall
 rm -f %{buildroot}%{_libdir}/*.la
 
-%clean
-rm -rf %{buildroot}
-
 %pre
 getent group urfkill >/dev/null || groupadd -r urfkill
 getent passwd urfkill >/dev/null || useradd -r -g urfkill -d /var/lib/urfkill 
-s /bin/false -c "killswitch control daemon" urfkill


Reply via email to