From 8a7fe7d60ef7f8700bf8cbd6da2d324ff067fdd5 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 3 Sep 2019 22:48:08 +0200 Subject: [PATCH] New upstream release (0.99.11) Following changes to the package: - Intltool has been replaced by gettext - D-Bus configuration moved from sysconfdir to datadir - systemd is creating /var/lib/upower, so 'ghost' the dir --- .gitignore | 1 + sources | 2 +- upower.spec | 17 +++++++++++------ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e9a3704..cc5db30 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ upower-0.9.5.tar.bz2 /upower-0.99.8.tar.xz /upower-0.99.9.tar.xz /upower-0.99.10.tar.xz +/upower-0.99.11.tar.xz diff --git a/sources b/sources index e357a5c..e475161 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (upower-0.99.10.tar.xz) = aefe1b2ff5a390f1ea9676fe7e753750bebc56034365a9183e946a8463904047da0a4ac71340eb2efedc16bce6f6d9ef4609ddca37dc1fc31b56bcdbfbbfa59d +SHA512 (upower-0.99.11.tar.xz) = 67219a0beb98c97ac4512e4fe8ba83fc80a1035d1edb5367dda6911da50c672b047051f2f528e8703be29ab47547d92b6c71a7ef695226a1bdb5bc33e6d18803 diff --git a/upower.spec b/upower.spec index 26028c1..197faeb 100644 --- a/upower.spec +++ b/upower.spec @@ -1,15 +1,14 @@ -%global commit c438511024b9bc5a904f8775cfc8e4c4 +%global commit 93cfe7c8d66ed486001c4f3f55399b7a Summary: Power Management Service Name: upower -Version: 0.99.10 -Release: 2%{?dist} +Version: 0.99.11 +Release: 1%{?dist} License: GPLv2+ URL: http://upower.freedesktop.org/ Source0: https://gitlab.freedesktop.org/upower/upower/uploads/%{commit}/%{name}-%{version}.tar.xz BuildRequires: sqlite-devel BuildRequires: libtool -BuildRequires: intltool BuildRequires: gettext BuildRequires: libgudev1-devel %ifnarch s390 s390x @@ -75,11 +74,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %license COPYING %doc NEWS AUTHORS HACKING README %{_libdir}/libupower-glib.so.* -%{_sysconfdir}/dbus-1/system.d/*.conf +%{_datadir}/dbus-1/system.d/*.conf %ifnarch s390 s390x /usr/lib/udev/rules.d/*.rules %endif -%dir %{_localstatedir}/lib/upower +%ghost %dir %{_localstatedir}/lib/upower %dir %{_sysconfdir}/UPower %config %{_sysconfdir}/UPower/UPower.conf %{_bindir}/* @@ -106,6 +105,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_datadir}/gtk-doc/html/UPower/* %changelog +* Tue Sep 3 2019 Christian Kellner - 0.99.11-1 +- New upstream release 0.99.11 +- Intltool has been replaced by gettext +- D-Bus configuration moved from sysconfdir to datadir +- Systemd is creating /var/lib/upower, so 'ghost' the dir + * Sat Jul 27 2019 Fedora Release Engineering - 0.99.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild