rpms/podsleuth/F-9 podsleuth-0.6.0-haldevice.patch, NONE, 1.1 podsleuth.spec, 1.1, 1.2

Nigel Jones (nigelj) fedora-extras-commits at redhat.com
Sat May 10 00:46:23 UTC 2008


Author: nigelj

Update of /cvs/pkgs/rpms/podsleuth/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31417

Modified Files:
	podsleuth.spec 
Added Files:
	podsleuth-0.6.0-haldevice.patch 
Log Message:
Fix for bug 445611


podsleuth-0.6.0-haldevice.patch:

--- NEW FILE podsleuth-0.6.0-haldevice.patch ---
--- podsleuth.old/src/PodSleuth.Hal/PodSleuth.HalFrontend/HalClient.cs        (revision 54)
+++ podsleuth/src/PodSleuth.Hal/PodSleuth.HalFrontend/HalClient.cs        (working copy)
@@ -83,7 +83,7 @@
             int count = 0;

             foreach(Hal.Device ipod in manager.FindDeviceByStringMatchAsDevice(
-                "portable_audio_player.type", "ipod")) {
+                "info.product", "iPod")) {
                 foreach(Hal.Device volume in ipod.GetChildrenAsDevice(manager)) {
                     if(!volume.IsVolume ||
                         !volume.PropertyExists("volume.is_mounted") ||


Index: podsleuth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/F-9/podsleuth.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- podsleuth.spec	18 Feb 2008 20:43:03 -0000	1.1
+++ podsleuth.spec	10 May 2008 00:45:44 -0000	1.2
@@ -2,12 +2,13 @@
 
 Name:		podsleuth
 Version:	0.6.0
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Probes, identifies, and exposes properties and metadata bound to iPods
 Group:		Applications/Multimedia
 License:	MIT
 URL:		http://banshee-project.org/PodSleuth
 Source0:	http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2
+Patch0:         podsleuth-0.6.0-haldevice.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	mono-devel
 BuildRequires:	hal-devel
@@ -34,6 +35,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %configure --with-hal-callouts-dir=%{_libexecdir}
@@ -61,7 +63,11 @@
 %{_libdir}/pkgconfig/podsleuth.pc
 
 %changelog
-* Mon Feb 18 2008 David Nielsen <david at lovesunix.net> - 0.6.1-4
+* Sat May 5 2008 Nigel Jones <dev at nigelj.com> - 0.6.0-5
+- Fix iPod detection w/ hal-info >= 20080313 (Closes: Bug #445611)
+- Correct last changelog entry
+
+* Mon Feb 18 2008 David Nielsen <david at lovesunix.net> - 0.6.0-4
 - Spec fixes 
 - Make exclusive arch at the request of callion
 




More information about the fedora-extras-commits mailing list