rpms/bluez/F-11 .cvsignore, 1.32, 1.33 bluez-socket-mobile-cf-connection-kit.patch, 1.1, 1.2 bluez.spec, 1.65, 1.66 sources, 1.32, 1.33 bluez-no-unplug-on-disconnect.patch, 1.1, NONE bluez-pass-removal-flag.patch, 1.1, NONE

Bastien Nocera hadess at fedoraproject.org
Thu Jun 25 16:55:47 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/bluez/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14797

Modified Files:
	.cvsignore bluez-socket-mobile-cf-connection-kit.patch 
	bluez.spec sources 
Removed Files:
	bluez-no-unplug-on-disconnect.patch 
	bluez-pass-removal-flag.patch 
Log Message:
* Wed Jun 24 2009 Bastien Nocera <bnocera at redhat.com> 4.42-1
- Update to 4.42


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/F-11/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- .cvsignore	23 Apr 2009 13:01:47 -0000	1.32
+++ .cvsignore	25 Jun 2009 16:55:17 -0000	1.33
@@ -1 +1 @@
-bluez-4.37.tar.gz
+bluez-4.42.tar.gz

bluez-socket-mobile-cf-connection-kit.patch:

Index: bluez-socket-mobile-cf-connection-kit.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/F-11/bluez-socket-mobile-cf-connection-kit.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- bluez-socket-mobile-cf-connection-kit.patch	5 May 2009 14:18:09 -0000	1.1
+++ bluez-socket-mobile-cf-connection-kit.patch	25 Jun 2009 16:55:17 -0000	1.2
@@ -1,7 +1,7 @@
-diff --git a/scripts/bluetooth.rules b/scripts/bluetooth.rules
+diff --git a/scripts/bluetooth-serial.rules b/scripts/bluetooth-serial.rules
 index 072335f..f6284ff 100644
---- a/scripts/bluetooth.rules
-+++ b/scripts/bluetooth.rules
+--- a/scripts/bluetooth-serial.rules
++++ b/scripts/bluetooth-serial.rules
 @@ -33,3 +33,7 @@ SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="PCMCIA", ATTRS{prod_id
  
  # CC&C BT0100M


Index: bluez.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/F-11/bluez.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- bluez.spec	24 Jun 2009 14:22:40 -0000	1.65
+++ bluez.spec	25 Jun 2009 16:55:17 -0000	1.66
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities
 Name: bluez
-Version: 4.37
-Release: 4%{?dist}
+Version: 4.42
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
@@ -16,13 +16,8 @@ Patch2: bluez-try-utf8-harder.patch
 Patch3: bluez-activate-wacom-mode2.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=498756
 Patch4: bluez-socket-mobile-cf-connection-kit.patch
-
-# http://git.kernel.org/?p=bluetooth/bluez.git;a=commitdiff;h=a381d5342d27b99612fd31dc9cc80b01f412ad39
-Patch5: bluez-pass-removal-flag.patch
-# http://git.kernel.org/?p=bluetooth/bluez.git;a=commitdiff;h=8ca76f2e9cf85ff39adc8bfa68627b8c4d9512cc
-Patch6: bluez-no-unplug-on-disconnect.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=507572
-Patch7: cups-less-errors.patch
+Patch5: cups-less-errors.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://www.bluez.org/
@@ -112,9 +107,7 @@ use in Bluetooth applications.
 %patch2 -p1 -b .non-utf8-name
 %patch3 -p1 -b .wacom
 %patch4 -p1 -b .socket-mobile
-%patch5 -p1 -b .removal
-%patch6 -p1 -b .unplug
-%patch7 -p1 -b .cups-less-errors
+%patch5 -p1 -b .cups-less-errors
 
 %build
 %configure --enable-cups --enable-hid2hci --enable-dfutool --enable-tools --enable-bccmd --enable-gstreamer --enable-hidd --enable-pand --enable-dund
@@ -139,7 +132,9 @@ if test -d ${RPM_BUILD_ROOT}/usr/lib64/c
 	rm -rf ${RPM_BUILD_ROOT}%{_libdir}/cups
 fi
 
-install -D -m0644 scripts/bluetooth.rules ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/rules.d/97-bluetooth-serial.rules
+rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/udev/bluetooth-hid2hci.rules
+
+install -D -m0644 scripts/bluetooth-serial.rules ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/rules.d/97-bluetooth-serial.rules
 install -D -m0755 scripts/bluetooth_serial ${RPM_BUILD_ROOT}/lib/udev/bluetooth_serial
 
 install -D -m0755 %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/modules/bluez-uinput.modules
@@ -208,6 +203,9 @@ fi
 %{_sysconfdir}/alsa/bluetooth.conf
 
 %changelog
+* Wed Jun 24 2009 Bastien Nocera <bnocera at redhat.com> 4.42-1
+- Update to 4.42
+
 * Wed Jun 24 2009 Bastien Nocera <bnocera at redhat.com> 4.37-4
 - Reduce the number of errors from CUPS when bluetoothd
   isn't running, or there's no adapters (#507572)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/F-11/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- sources	23 Apr 2009 13:01:47 -0000	1.32
+++ sources	25 Jun 2009 16:55:17 -0000	1.33
@@ -1 +1 @@
-c1106f56f8e5562cf7c49d3455d2c5f7  bluez-4.37.tar.gz
+d24dfd3ca42847123e29f58b29af6948  bluez-4.42.tar.gz


--- bluez-no-unplug-on-disconnect.patch DELETED ---


--- bluez-pass-removal-flag.patch DELETED ---




More information about the fedora-extras-commits mailing list