Hello community,

here is the log from the commit of package upower for openSUSE:Factory checked 
in at 2013-08-16 13:15:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/upower (Old)
 and      /work/SRC/openSUSE:Factory/.upower.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "upower"

Changes:
--------
--- /work/SRC/openSUSE:Factory/upower/upower.changes    2013-04-14 
13:02:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.upower.new/upower.changes       2013-08-16 
13:15:30.000000000 +0200
@@ -1,0 +2,21 @@
+Fri Jul 26 22:14:57 UTC 2013 - [email protected]
+
+- Update to version 0.9.21:
+  + New Features:
+    - Add support for Logitech Wireless (NonUnifying) devices
+    - Use PIE to better secure installed tools and also use
+      full RELRO in the daemon
+  + Bugfixes:
+    - Allow clients to call org.freedesktop.DBus.Peer
+    - Detect udev rules dir
+    - Drop --enable-systemd and linking to libsystemd-daemon
+    - Find hidraw devices correctly with systemd udev >= v196
+    - Fix test for logind availability
+    - Update the upower man page with all the current options
+- Dropped systemd define, systemd usage is now detected at runtime
+- Pass %{_udevrulesdir} to %configure, instead of %makeinstall
+- Unconditionally install notify-upower.sh
+- Dropped pkgconfig(libsystemd-daemon) BuildRequires, not needed
+  with this release
+
+-------------------------------------------------------------------

Old:
----
  upower-0.9.20.tar.xz

New:
----
  upower-0.9.21.tar.xz

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

Other differences:
------------------
++++++ upower.spec ++++++
--- /var/tmp/diff_new_pack.n0YSG1/_old  2013-08-16 13:15:31.000000000 +0200
+++ /var/tmp/diff_new_pack.n0YSG1/_new  2013-08-16 13:15:31.000000000 +0200
@@ -16,9 +16,6 @@
 #
 
 
-# We cannot enable systemd support right now, as the sleep support is in >= 183
-%define with_systemd 1
-
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 %define systemdutildir %(pkg-config --variable systemdutildir systemd)
 
@@ -26,7 +23,7 @@
 Summary:        Power Device Enumeration Framework
 License:        GPL-2.0+
 Group:          System/Daemons
-Version:        0.9.20
+Version:        0.9.21
 Release:        0
 Url:            http://upower.freedesktop.org/
 Source:         
http://upower.freedesktop.org/releases/%{name}-%{version}.tar.xz
@@ -38,11 +35,8 @@
 BuildRequires:  libimobiledevice-devel
 BuildRequires:  libusb-devel
 BuildRequires:  polkit-devel
-BuildRequires:  udev
-%if %{with_systemd}
-BuildRequires:  pkgconfig(libsystemd-daemon)
-%endif
 BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(udev)
 %{?systemd_requires}
 Recommends:     %{name}-lang
 # bnc#790787 - upower calls /usr/bin/pm-is-supported, so a Recommends should 
be safe
@@ -107,21 +101,14 @@
 %configure\
   --disable-static \
   --libexecdir=%{_libexecdir}/upower \
-%if %{with_systemd}
-  --enable-systemd \
-%else
-  --disable-systemd \
-%endif
   --enable-gtk-doc \
-  --enable-deprecated
+  --enable-deprecated \
+  --with-udevrulesdir=%{_udevrulesdir}
 make %{?_smp_mflags}
 
 %install
-%makeinstall udevrulesdir=%{_udevrulesdir}
+%makeinstall
 rm -f %{buildroot}%{_libdir}/*.la
-%if ! %{with_systemd}
-rm %{buildroot}/%{systemdutildir}/system-sleep/notify-upower.sh
-%endif
 %find_lang %{name}
 
 %clean
@@ -150,10 +137,8 @@
 %{_bindir}/upower
 %dir %{_libexecdir}/upower
 %{_libexecdir}/upower/upowerd
-%if %{with_systemd}
 %dir %{systemdutildir}/system-sleep
 %{systemdutildir}/system-sleep/notify-upower.sh
-%endif
 %{_udevrulesdir}/*.rules
 %{_unitdir}/upower.service
 %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.UPower.conf

++++++ upower-0.9.20.tar.xz -> upower-0.9.21.tar.xz ++++++
++++ 11053 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to