rpms/bluez-utils/devel bluez-utils.spec, 1.33, 1.34 bluez-utils-2.22-dbus-0.60-api.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 23 21:45:48 UTC 2006


Author: dwmw2

Update of /cvs/dist/rpms/bluez-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23006

Modified Files:
	bluez-utils.spec 
Removed Files:
	bluez-utils-2.22-dbus-0.60-api.patch 
Log Message:
update to bluez-utils-2.25


Index: bluez-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/bluez-utils/devel/bluez-utils.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- bluez-utils.spec	11 Feb 2006 02:10:31 -0000	1.33
+++ bluez-utils.spec	23 Feb 2006 21:45:45 -0000	1.34
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities 
 Name: bluez-utils
-Version: 2.22
-Release: 2.2.1
+Version: 2.25
+Release: 1
 License: GPL
 Group: Applications/System
 Source: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
@@ -13,8 +13,7 @@
 Source7: dund.conf
 Source8: hidd.conf
 Source9: bluetooth.conf
-Patch1: bluez-utils-2.22-dbus-0.60-api.patch 
-Patch2: bluez-utils-2.3-conf.patch
+Patch1: bluez-utils-2.3-conf.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://www.bluez.org/
 BuildRequires: bluez-libs-devel >= %{version}
@@ -51,8 +50,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %setup -q
-%patch1 -p1 -b .dbus
-%patch2 -p1 
+%patch1 -p1
 
 %build
 aclocal
@@ -77,15 +75,19 @@
 
 %post
 /sbin/chkconfig --add bluetooth
+/sbin/chkconfig --add hidd
 if [ "$1" = "1" ]; then
 /sbin/service bluetooth condrestart
+/sbin/service hidd condrestart
 fi
 exit 0
 
 %preun
 /sbin/service bluetooth stop > /dev/null 2>&1
+/sbin/service hidd stop > /dev/null 2>&1
 if [ "$1" = "0" ]; then
 /sbin/chkconfig --del bluetooth
+/sbin/chkconfig --del hidd
 fi
 exit 0
 
@@ -108,6 +110,9 @@
 %{_libdir}/cups/backend/bluetooth
 
 %changelog
+* Thu Feb 23 2006 David Woodhouse <dwmw2 at redhat.com> - 2.25-1
+- update to bluez-utils 2.25
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 2.22-2.2.1
 - bump again for double-long bug on ppc(64)
 


--- bluez-utils-2.22-dbus-0.60-api.patch DELETED ---




More information about the fedora-cvs-commits mailing list