rpms/DeviceKit-power/devel .cvsignore, 1.16, 1.17 DeviceKit-power.spec, 1.24, 1.25 sources, 1.16, 1.17

Richard Hughes rhughes at fedoraproject.org
Tue Oct 6 09:38:44 UTC 2009


Author: rhughes

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

Modified Files:
	.cvsignore DeviceKit-power.spec sources 
Log Message:
* Tue Oct 06 2009 Richard Hughes <richard at hughsie.com> - 011-1
- Update to 011
- Use voltage_now as a fallback to the design voltage
- Fix a small memory leak when we collect the properties from the interface
  multiple times



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- .cvsignore	14 Sep 2009 10:44:54 -0000	1.16
+++ .cvsignore	6 Oct 2009 09:38:43 -0000	1.17
@@ -1 +1 @@
-DeviceKit-power-011-20090914.tar.gz
+DeviceKit-power-011.tar.gz


Index: DeviceKit-power.spec
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/devel/DeviceKit-power.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- DeviceKit-power.spec	14 Sep 2009 10:44:54 -0000	1.24
+++ DeviceKit-power.spec	6 Oct 2009 09:38:43 -0000	1.25
@@ -8,13 +8,13 @@
 Summary: Power Management Service
 Name: DeviceKit-power
 Version: 011
-Release: 0.1.%{?alphatag}git%{?dist}
-#Release: 1%{?dist}
+#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)
 
 Requires(post): /sbin/ldconfig
@@ -50,8 +50,8 @@ Requires: %{name} = %{version}-%{release
 Headers and libraries for DeviceKit-power.
 
 %prep
-#%setup -q
-%setup -q -n %{?name}-%{?version}-%{?alphatag}
+%setup -q
+#%setup -q -n %{?name}-%{?version}-%{?alphatag}
 
 %build
 %configure
@@ -109,6 +109,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/DeviceKit-power/devkit-power-gobject/*.h
 
 %changelog
+* Tue Oct 06 2009 Richard Hughes <richard at hughsie.com> - 011-1
+- Update to 011
+- Use voltage_now as a fallback to the design voltage
+- Fix a small memory leak when we collect the properties from the interface
+  multiple times
+
 * 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: sources
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	14 Sep 2009 10:44:54 -0000	1.16
+++ sources	6 Oct 2009 09:38:43 -0000	1.17
@@ -1 +1 @@
-3c19e1040d34657a988e8374219cd576  DeviceKit-power-011-20090914.tar.gz
+555a3dd01e581c277ebe9356b7f10617  DeviceKit-power-011.tar.gz




More information about the fedora-extras-commits mailing list