rpms/hal/devel hal.spec,1.164,1.165

Matthew Garrett mjg59 at fedoraproject.org
Mon Oct 20 15:32:22 UTC 2008


Author: mjg59

Update of /cvs/pkgs/rpms/hal/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8557

Modified Files:
	hal.spec 
Log Message:
* Mon Oct 20 2008 Matthew Garrett <mjg at redhat.com> - 0.5.12-4.20081013git
- Add input.keys capability to appropriate button devices



Index: hal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hal/devel/hal.spec,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- hal.spec	13 Oct 2008 11:53:17 -0000	1.164
+++ hal.spec	20 Oct 2008 15:31:52 -0000	1.165
@@ -28,12 +28,13 @@
 Name: hal
 Version: 0.5.12
 #Release: 5%{?dist}
-Release: 3.%{?alphatag}%{?dist}
+Release: 4.%{?alphatag}%{?dist}
 URL: http://www.freedesktop.org/Software/hal
 #Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
 Patch1: hal-0.5.10-set-property-direct.patch
 Patch2: hal-change-priority.patch
+Patch3: hal-add-keys-to-buttons.patch
 
 License: AFL or GPLv2
 Group: System Environment/Libraries
@@ -130,6 +131,7 @@
 %setup -q -n %{name}-%{version}
 %patch1 -p1 -b .direct
 %patch2 -p1 -b .priority
+%patch3 -p1 -b .keys
 
 %build
 autoreconf
@@ -274,6 +276,9 @@
 %{_datadir}/gtk-doc/html/libhal-storage/*
 
 %changelog
+* Mon Oct 20 2008 Matthew Garrett <mjg at redhat.com> - 0.5.12-4.20081013git
+- Add input.keys capability to appropriate button devices
+
 * Mon Oct 13 2008 Richard Hughes <rhughes at redhat.com> - 0.5.12-3.20081013git
 - Update to git snapshot 20081013git
 




More information about the fedora-extras-commits mailing list