rpms/upower/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 upower.spec, 1.5, 1.6

Richard Hughes rhughes at fedoraproject.org
Thu May 6 09:56:20 UTC 2010


Author: rhughes

Update of /cvs/pkgs/rpms/upower/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17540

Modified Files:
	.cvsignore sources upower.spec 
Log Message:
* Thu May 06 2010 Richard Hughes <rhughes at redhat.com> - 0.9.3-1
- New upstream release.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/upower/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	6 Apr 2010 15:44:34 -0000	1.3
+++ .cvsignore	6 May 2010 09:56:19 -0000	1.4
@@ -1 +1 @@
-upower-0.9.2.tar.bz2
+upower-0.9.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/upower/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	6 Apr 2010 15:44:34 -0000	1.3
+++ sources	6 May 2010 09:56:19 -0000	1.4
@@ -1 +1 @@
-2175c37a393425ee26bdb728768bd21c  upower-0.9.2.tar.bz2
+18cd3809d3869b889b094d1b9dbe88e9  upower-0.9.3.tar.bz2


Index: upower.spec
===================================================================
RCS file: /cvs/pkgs/rpms/upower/devel/upower.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- upower.spec	6 Apr 2010 15:44:34 -0000	1.5
+++ upower.spec	6 May 2010 09:56:19 -0000	1.6
@@ -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 <rhughes at redhat.com> - 0.9.3-1
+- New upstream release.
+
 * Tue Apr 06 2010 Richard Hughes <rhughes at redhat.com> - 0.9.2-1
 - New upstream release.
 



More information about the scm-commits mailing list