rpms/DeviceKit-power/devel .cvsignore, 1.14, 1.15 DeviceKit-power.spec, 1.19, 1.20 sources, 1.14, 1.15 DeviceKit-power-port-to-polkit1.patch, 1.2, NONE

Richard Hughes rhughes at fedoraproject.org
Wed Jul 22 12:16:28 UTC 2009


Author: rhughes

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

Modified Files:
	.cvsignore DeviceKit-power.spec sources 
Removed Files:
	DeviceKit-power-port-to-polkit1.patch 
Log Message:
* Wed Jul 22 2009 Richard Hughes <richard at hughsie.com> - 010-1
- Update to 010
- Fixes a few problems with multi-battery laptops
- Port to GUdev and PolicyKit1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	6 Jul 2009 12:36:57 -0000	1.14
+++ .cvsignore	22 Jul 2009 12:15:57 -0000	1.15
@@ -1 +1 @@
-DeviceKit-power-009.tar.gz
+DeviceKit-power-010.tar.gz


Index: DeviceKit-power.spec
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/devel/DeviceKit-power.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- DeviceKit-power.spec	6 Jul 2009 12:36:57 -0000	1.19
+++ DeviceKit-power.spec	22 Jul 2009 12:15:58 -0000	1.20
@@ -1,47 +1,39 @@
 %define glib2_version           2.6.0
 %define dbus_version            0.90
 %define dbus_glib_version       0.70
-%define DeviceKit_version       002
 %define polkit_version          0.92
 %define parted_version          1.8.8
 %define alphatag                20090616
 
 Summary: Power Management Service
 Name: DeviceKit-power
-Version: 009
+Version: 010
 #Release: 0.4.%{?alphatag}git%{?dist}
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
-URL: http://gitweb.freedesktop.org/?p=users/david/DeviceKit.git;a=summary
+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
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-# from upstream polkit1 branch, automatically generated
-Patch0:    DeviceKit-power-port-to-polkit1.patch
-
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: dbus-devel  >= %{dbus_version}
 BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
 BuildRequires: polkit-devel >= %{polkit_version}
-BuildRequires: DeviceKit-devel >= %{DeviceKit_version}
 BuildRequires: sqlite-devel
 BuildRequires: libtool
 BuildRequires: intltool
 BuildRequires: gettext
+BuildRequires: libgudev1-devel
 BuildRequires: libusb-devel
 
-# low level icky tools (due to polkit1 patch)
-BuildRequires: automake, autoconf, libtool
-
 Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_glib_version}
 Requires: glib2 >= %{glib2_version}
 Requires: polkit >= %{polkit_version}
-Requires: DeviceKit >= %{DeviceKit_version}
 Requires: udev
 Requires: pm-utils >= 1.2.2.1
 
@@ -60,10 +52,6 @@ Headers and libraries for DeviceKit-powe
 %prep
 %setup -q
 #%setup -q -n %{?name}-%{?version}-%{?alphatag}
-%patch0 -p1 -b .polkit1
-
-# we messed about with configure.ac and Makefile.am, so regenerate (due to polkit1 patch)
-autoreconf
 
 %build
 %configure
@@ -121,6 +109,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed Jul 22 2009 Richard Hughes <richard at hughsie.com> - 010-1
+- Update to 010
+- Fixes a few problems with multi-battery laptops
+- Port to GUdev and PolicyKit1
+
 * Mon Jul 06 2009 Richard Hughes <richard at hughsie.com> - 009-1
 - Update to 009
 - Fixes many problems with multi-battery laptops


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	6 Jul 2009 12:36:57 -0000	1.14
+++ sources	22 Jul 2009 12:15:58 -0000	1.15
@@ -1 +1 @@
-535703fa7b9c323d6388b5aff28cfeeb  DeviceKit-power-009.tar.gz
+ab6d840efd70b4dcc6008782454e5e7a  DeviceKit-power-010.tar.gz


--- DeviceKit-power-port-to-polkit1.patch DELETED ---




More information about the fedora-extras-commits mailing list