rpms/DeviceKit-power/devel .cvsignore, 1.15, 1.16 DeviceKit-power.spec, 1.23, 1.24 sources, 1.15, 1.16 DeviceKit-power-010-continue-to-poll-when-guessing.patch, 1.1, NONE

Richard Hughes rhughes at fedoraproject.org
Mon Sep 14 10:44:55 UTC 2009


Author: rhughes

Update of /cvs/pkgs/rpms/DeviceKit-power/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8677

Modified Files:
	.cvsignore DeviceKit-power.spec sources 
Removed Files:
	DeviceKit-power-010-continue-to-poll-when-guessing.patch 
Log Message:
* Mon Sep 14 2009 Richard Hughes  <rhughes at redhat.com> - 011-0.1.20090914git
- Update to todays git snapshot to fix the session exploding when a USB UPS is
  inserted then removed a few times.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	22 Jul 2009 12:15:57 -0000	1.15
+++ .cvsignore	14 Sep 2009 10:44:54 -0000	1.16
@@ -1 +1 @@
-DeviceKit-power-010.tar.gz
+DeviceKit-power-011-20090914.tar.gz


Index: DeviceKit-power.spec
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/devel/DeviceKit-power.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- DeviceKit-power.spec	3 Aug 2009 14:44:36 -0000	1.23
+++ DeviceKit-power.spec	14 Sep 2009 10:44:54 -0000	1.24
@@ -3,23 +3,20 @@
 %define dbus_glib_version       0.70
 %define polkit_version          0.92
 %define parted_version          1.8.8
-%define alphatag                20090616
+%define alphatag                20090914
 
 Summary: Power Management Service
 Name: DeviceKit-power
-Version: 010
-#Release: 0.4.%{?alphatag}git%{?dist}
-Release: 4%{?dist}
+Version: 011
+Release: 0.1.%{?alphatag}git%{?dist}
+#Release: 1%{?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)
 
-# upstream, 91c1718f6367f9855847611a62365a65d0557d59
-Patch1: DeviceKit-power-010-continue-to-poll-when-guessing.patch
-
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires: glib2-devel >= %{glib2_version}
@@ -53,9 +50,8 @@ Requires: %{name} = %{version}-%{release
 Headers and libraries for DeviceKit-power.
 
 %prep
-%setup -q
-%patch1 -p1 -b .poll-when-guessing
-#%setup -q -n %{?name}-%{?version}-%{?alphatag}
+#%setup -q
+%setup -q -n %{?name}-%{?version}-%{?alphatag}
 
 %build
 %configure
@@ -113,6 +109,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/DeviceKit-power/devkit-power-gobject/*.h
 
 %changelog
+* Mon Sep 14 2009 Richard Hughes  <rhughes at redhat.com> - 011-0.1.20090914git
+- Update to todays git snapshot to fix the session exploding when a USB UPS is
+  inserted then removed a few times.
+
 * Mon Aug 03 2009 Richard Hughes <richard at hughsie.com> - 010-4
 - Continue to poll when we guessed a status value, and only stop when the
   kernel says definitively that we are fully charged.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	22 Jul 2009 12:15:58 -0000	1.15
+++ sources	14 Sep 2009 10:44:54 -0000	1.16
@@ -1 +1 @@
-ab6d840efd70b4dcc6008782454e5e7a  DeviceKit-power-010.tar.gz
+3c19e1040d34657a988e8374219cd576  DeviceKit-power-011-20090914.tar.gz


--- DeviceKit-power-010-continue-to-poll-when-guessing.patch DELETED ---




More information about the scm-commits mailing list