From b1ee02d5682f18fad585bd56c674ab5ad63f822b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 6 May 2010 09:56:19 +0000 Subject: [PATCH] - New upstream release. --- .cvsignore | 2 +- sources | 2 +- upower.spec | 11 ++++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8501ba5..c0e1aaf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -upower-0.9.2.tar.bz2 +upower-0.9.3.tar.bz2 diff --git a/sources b/sources index 0013c68..a3072a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2175c37a393425ee26bdb728768bd21c upower-0.9.2.tar.bz2 +18cd3809d3869b889b094d1b9dbe88e9 upower-0.9.3.tar.bz2 diff --git a/upower.spec b/upower.spec index 97092e0..0cec82d 100644 --- a/upower.spec +++ b/upower.spec @@ -1,6 +1,6 @@ Summary: Power Management Service Name: upower -Version: 0.9.2 +Version: 0.9.3 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -60,13 +60,13 @@ make %{?_smp_mflags} make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%find_lang UPower +%find_lang upower %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files -f UPower.lang +%files -f upower.lang %defattr(-,root,root,-) %doc NEWS COPYING AUTHORS HACKING README %{_libdir}/libdevkit-power-gobject*.so.* @@ -74,6 +74,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_sysconfdir}/dbus-1/system.d/*.conf /lib/udev/rules.d/*.rules %dir %{_localstatedir}/lib/upower +%dir %{_sysconfdir}/UPower +%config %{_sysconfdir}/UPower/UPower.conf %{_bindir}/* %{_libexecdir}/* %{_mandir}/man1/* @@ -99,6 +101,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/libupower-glib/upower.h %changelog +* Thu May 06 2010 Richard Hughes - 0.9.3-1 +- New upstream release. + * Tue Apr 06 2010 Richard Hughes - 0.9.2-1 - New upstream release.