rpms/DeviceKit-power/F-12 .cvsignore, 1.17, 1.18 DeviceKit-power.spec, 1.26, 1.27 sources, 1.17, 1.18 encrypted-swap.patch, 1.1, NONE

Richard Hughes rhughes at fedoraproject.org
Wed Nov 18 09:55:10 UTC 2009


Author: rhughes

Update of /cvs/pkgs/rpms/DeviceKit-power/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26146

Modified Files:
	.cvsignore DeviceKit-power.spec sources 
Removed Files:
	encrypted-swap.patch 
Log Message:
* Wed Nov 18 2009 Richard Hughes  <rhughes at redhat.com> - 013-0.1.20091118git
- Update to a git snapshot
- Don't crash the daemon if the battery is broken. Fixes #533654
- Avoid going from discharging to pending-discharge when the battery is very low
- Fix the toshiba battery recall notices



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/F-12/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	19 Oct 2009 10:29:59 -0000	1.17
+++ .cvsignore	18 Nov 2009 09:55:09 -0000	1.18
@@ -1 +1 @@
-DeviceKit-power-012.tar.gz
+DeviceKit-power-013-20091118.tar.gz


Index: DeviceKit-power.spec
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/F-12/DeviceKit-power.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- DeviceKit-power.spec	29 Oct 2009 02:44:19 -0000	1.26
+++ DeviceKit-power.spec	18 Nov 2009 09:55:09 -0000	1.27
@@ -3,18 +3,18 @@
 %define dbus_glib_version       0.70
 %define polkit_version          0.92
 %define parted_version          1.8.8
-%define alphatag                20090914
+%define alphatag                20091118
 
 Summary: Power Management Service
 Name: DeviceKit-power
-Version: 012
-#Release: 0.1.%{?alphatag}git%{?dist}
-Release: 2%{?dist}
+Version: 013
+Release: 0.1.%{?alphatag}git%{?dist}
+#Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://cgit.freedesktop.org/DeviceKit/DeviceKit-power/
-#Source0:   http://hal.freedesktop.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
-Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
+Source0:   http://hal.freedesktop.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
+#Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires(post): /sbin/ldconfig
@@ -37,8 +37,7 @@ Requires: polkit >= %{polkit_version}
 Requires: udev
 Requires: pm-utils >= 1.2.2.1
 
-# make hibernate work again
-Patch0: encrypted-swap.patch
+# Patch0: encrypted-swap.patch
 
 %description
 DeviceKit-power provides a daemon, API and command line tools for
@@ -53,10 +52,9 @@ Requires: %{name} = %{version}-%{release
 Headers and libraries for DeviceKit-power.
 
 %prep
-%setup -q
-%patch0 -p1 -b .encrypted-swap
-
-#%setup -q -n %{?name}-%{?version}-%{?alphatag}
+#%setup -q
+%setup -q -n %{?name}-%{?version}-%{?alphatag}
+#%patch0 -p1 -b .encrypted-swap
 
 %build
 %configure
@@ -114,6 +112,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/DeviceKit-power/devkit-power-gobject/*.h
 
 %changelog
+* Wed Nov 18 2009 Richard Hughes  <rhughes at redhat.com> - 013-0.1.20091118git
+- Update to a git snapshot
+- Don't crash the daemon if the battery is broken. Fixes #533654
+- Avoid going from discharging to pending-discharge when the battery is very low
+- Fix the toshiba battery recall notices
+
 * Wed Oct 28 2009 Matthias Clasen <mclasen at redhat.com> - 012-2
 - Make hibernate work again
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/F-12/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources	19 Oct 2009 10:29:59 -0000	1.17
+++ sources	18 Nov 2009 09:55:09 -0000	1.18
@@ -1 +1 @@
-34b8d698658cce77050443125fa9fab4  DeviceKit-power-012.tar.gz
+e854f959bca44c282720267a314466dd  DeviceKit-power-013-20091118.tar.gz


--- encrypted-swap.patch DELETED ---




More information about the fedora-extras-commits mailing list