rpms/blueman/devel PulsePatch.patch, NONE, 1.1 Blueman.spec, 1.2, 1.3 sources, 1.2, 1.3

Juan Manuel Rodriguez Moreno nushio at fedoraproject.org
Wed May 26 16:21:28 UTC 2010


Author: nushio

Update of /cvs/pkgs/rpms/blueman/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30904

Modified Files:
	Blueman.spec sources 
Added Files:
	PulsePatch.patch 
Log Message:


PulsePatch.patch:
 PulseAudioUtils.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE PulsePatch.patch ---
--- blueman-1.21/blueman/main/PulseAudioUtils.py	2009-10-19 14:56:39.000000000 -0500
+++ blueman-1.21/blueman/main/PulseAudioUtils.py.diff	2009-11-12 12:31:18.430145971 -0600
@@ -170,7 +170,7 @@
 		def wrapper(context, res, data):
 			if handler:
 				handler(res)
-			pythonapi.Py_DecRef(data)
+			pythonapi.Py_DecRef(py_object(data))
 			
 		cb = pa_context_index_cb_t(wrapper)
 		pythonapi.Py_IncRef(py_object(cb))


Index: Blueman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/blueman/devel/Blueman.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- Blueman.spec	24 Jul 2009 18:15:01 -0000	1.2
+++ Blueman.spec	26 May 2010 16:21:27 -0000	1.3
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
 
 Name:       blueman
-Version:    1.10
+Version:    1.21
 Release:    4%{?dist}
 Summary:    GTK+ Bluetooth Manager
 
@@ -10,7 +10,8 @@ Group:      Applications/System
 License:    GPLv3+
 URL:        http://blueman-project.org/
 Source0:    http://download.tuxfamily.org/%{name}/%{name}-%{version}.tar.gz
-
+#Fixed in Rev 640 http://bazaar.launchpad.net/~blueman/blueman/trunk/revision/640
+Patch0:     PulsePatch.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:  gtk2-devel >= 2.12
@@ -23,8 +24,10 @@ BuildRequires:  intltool >= 0.35.0
 BuildRequires:  dbus-python-devel
 BuildRequires:  python-devel >= 2.5
 BuildRequires:  desktop-file-utils
+BuildRequires:  bluez >= 4.25
 BuildRequires:  libtool
 BuildRequires:  notify-python
+
 Requires: python >= 2.5
 Requires: bluez >= 4.25
 Requires: obex-data-server >= 0.4.3
@@ -34,26 +37,23 @@ Requires: notify-python
 Requires: gnome-python2-gconf
 Requires: gnome-python2-gnome
 Requires: PolicyKit-gnome
-Requires: notification-daemon
+Requires: desktop-notification-daemon
 Requires: gnome-session
 Requires: hal
-Provides: dbus-bluez-pin-helper
-
-#Detect pygtk correctly. https://bugs.edge.launchpad.net/blueman/+bug/337877
-#Patch0:  blueman-build-pygtk.patch
 
+Provides: dbus-bluez-pin-helper
 
 %description
 Blueman is a tool to use Bluetooth devices.
 
 %prep
 %setup -q
-
+%patch0 -p1
 
 %build
-#autoreconf -f -i
-
-%configure --disable-static
+#./autogen.sh
+#make dist
+%configure --disable-static --disable-polkit
 make %{?_smp_mflags}
 
 
@@ -98,18 +98,29 @@ gtk-update-icon-cache %{_datadir}/icons/
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.blueman.Mechanism.conf
 %{_datadir}/gnome/autostart/blueman.desktop
 %{_datadir}/applications/blueman-manager.desktop
-%{_datadir}/PolicyKit/policy/org.blueman.policy
+%{_datadir}/polkit-1/actions/org.blueman.policy
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/%{name}/
 %{_datadir}/dbus-1/services/blueman-applet.service
 %{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service
-%{_datadir}/hal/fdi/information/20thirdparty/11-blueman-bnep.fdi
+#%{_datadir}/hal/fdi/information/20thirdparty/11-blueman-bnep.fdi
 %{_mandir}/man1/*
 
 
 %changelog
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Sat Feb 20 2010 Juan Rodriguez <nushio at fedoraproject.org> - 1.21-4
+- Removed explicit dependency for Pulseaudio
+
+* Mon Dec 21 2009 Juan Rodriguez <nushio at fedoraproject.org> - 1.21-3
+- Disabled PolKit
+
+* Thu Nov 12 2009 Juan Rodriguez <nushio at fedoraproject.org> - 1.21-2
+- Fixes segfault
+- Removes notification-daemon requirement
+- Disables HAL and enabled PolKit1 for Fedora 12
+
+* Sun Oct 18 2009 Juan Rodriguez <nushio at gmail.com> - 1.21-1
+- Bumping to the latest Blueman. 
 
 * Tue Jun 23 2009 Juan Rodriguez <nushio at gmail.com> - 1.10-3
 - Added Provides dbus-bluez-pin-helper


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/blueman/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	27 Jun 2009 14:36:01 -0000	1.2
+++ sources	26 May 2010 16:21:28 -0000	1.3
@@ -1 +1 @@
-f9058305c42038678d5023fcabba22a4  blueman-1.10.tar.gz
+26b70341b3d3da28da62c917c8b20377  blueman-1.21.tar.gz



More information about the scm-commits mailing list