rpms/podsleuth/devel podsleuth-0.6.4-sg3_utils.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 podsleuth.spec, 1.10, 1.11 sources, 1.4, 1.5 podsleuth-0.6.0-sg3_utils.patch, 1.1, NONE update-model-info-fix-artwork-bug-r64_68.patch, 1.1, NONE

chkr chkr at fedoraproject.org
Wed Aug 26 19:41:59 UTC 2009


Author: chkr

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

Modified Files:
	.cvsignore podsleuth.spec sources 
Added Files:
	podsleuth-0.6.4-sg3_utils.patch 
Removed Files:
	podsleuth-0.6.0-sg3_utils.patch 
	update-model-info-fix-artwork-bug-r64_68.patch 
Log Message:
* Wed Aug 26 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.4-1
- update to 0.6.4 (BZ 501404)
- remove upstreamed patch
- update sgutils patch


podsleuth-0.6.4-sg3_utils.patch:
 configure                             |   12 ++++++------
 src/PodSleuth/PodSleuth.dll.config.in |    2 +-
 src/PodSleuth/PodSleuth/ScsiReader.cs |    4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

--- NEW FILE podsleuth-0.6.4-sg3_utils.patch ---
diff -uNr podsleuth-0.6.4.old/configure podsleuth-0.6.4/configure
--- podsleuth-0.6.4.old/configure	2009-01-20 23:43:04.000000000 +0100
+++ podsleuth-0.6.4/configure	2009-08-25 23:27:10.000000000 +0200
@@ -4392,13 +4392,13 @@
 
 
 
-{ $as_echo "$as_me:$LINENO: checking for sg_ll_inquiry in -lsgutils" >&5
-$as_echo_n "checking for sg_ll_inquiry in -lsgutils... " >&6; }
+{ $as_echo "$as_me:$LINENO: checking for sg_ll_inquiry in -lsgutils2" >&5
+$as_echo_n "checking for sg_ll_inquiry in -lsgutils2... " >&6; }
 if test "${ac_cv_lib_sgutils_sg_ll_inquiry+set}" = set; then
   $as_echo_n "(cached) " >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsgutils  $LIBS"
+LIBS="-lsgutils2  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -4462,11 +4462,11 @@
 #define HAVE_LIBSGUTILS 1
 _ACEOF
 
-  LIBS="-lsgutils $LIBS"
+  LIBS="-lsgutils2 $LIBS"
 
 else
-  { { $as_echo "$as_me:$LINENO: error: Error! You need to have libsgutils." >&5
-$as_echo "$as_me: error: Error! You need to have libsgutils." >&2;}
+  { { $as_echo "$as_me:$LINENO: error: Error! You need to have libsgutils2." >&5
+$as_echo "$as_me: error: Error! You need to have libsgutils2." >&2;}
    { (exit 1); exit 1; }; }
 
 fi
diff -uNr podsleuth-0.6.4.old/src/PodSleuth/PodSleuth/ScsiReader.cs podsleuth-0.6.4/src/PodSleuth/PodSleuth/ScsiReader.cs
--- podsleuth-0.6.4.old/src/PodSleuth/PodSleuth/ScsiReader.cs	2007-09-17 09:51:40.000000000 +0200
+++ podsleuth-0.6.4/src/PodSleuth/PodSleuth/ScsiReader.cs	2009-08-25 23:27:33.000000000 +0200
@@ -50,7 +50,7 @@
             }
         }
         
-        [DllImport("libsgutils.so.1")]
+        [DllImport("libsgutils2.so.2")]
         private static extern int sg_ll_inquiry(int sg_fd, int cmddt, int evpd, int pg_op,
             IntPtr resp, int mx_resp_len, int noisy, int verbose);
             
@@ -74,4 +74,4 @@
             }
         }
     }
-}
\ No newline at end of file
+}
diff -uNr podsleuth-0.6.4.old/src/PodSleuth/PodSleuth.dll.config.in podsleuth-0.6.4/src/PodSleuth/PodSleuth.dll.config.in
--- podsleuth-0.6.4.old/src/PodSleuth/PodSleuth.dll.config.in	2007-09-17 09:51:40.000000000 +0200
+++ podsleuth-0.6.4/src/PodSleuth/PodSleuth.dll.config.in	2009-08-25 23:28:07.000000000 +0200
@@ -1,4 +1,4 @@
 <configuration>
-	<dllmap dll="libsgutils.so.1" target="libsgutils.so.1" />
+	<dllmap dll="libsgutils2.so.2" target="libsgutils2.so.2" />
 </configuration>
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	10 Nov 2008 22:33:19 -0000	1.4
+++ .cvsignore	26 Aug 2009 19:41:59 -0000	1.5
@@ -1 +1 @@
-podsleuth-0.6.3.tar.bz2
+podsleuth-0.6.4.tar.bz2


Index: podsleuth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/devel/podsleuth.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- podsleuth.spec	20 Aug 2009 22:59:44 -0000	1.10
+++ podsleuth.spec	26 Aug 2009 19:41:59 -0000	1.11
@@ -1,25 +1,22 @@
 %define		debug_package %{nil}
 
 Name:		podsleuth
-Version:	0.6.3
-Release:	4%{?dist}
+Version:	0.6.4
+Release:	1%{?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-sg3_utils.patch
+Patch0:		podsleuth-0.6.4-sg3_utils.patch
 Patch1:		podsleuth-0.6.2-libdir.patch
-Patch2:         podsleuth-0.6.0-wapidir.patch
-# From: http://banshee-project.org/~gburt/tmp/update-model-info-fix-artwork-bug-r64_68.patch
-# See: http://mail.gnome.org/archives/banshee-list/2008-October/msg00221.html
-Patch3:		update-model-info-fix-artwork-bug-r64_68.patch
+Patch2:		podsleuth-0.6.0-wapidir.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	mono-devel
 BuildRequires:	hal-devel
 BuildRequires:	ndesk-dbus-devel
 BuildRequires:	sg3_utils-devel
-Requires:       sg3_utils-libs
+Requires:	sg3_utils-libs
 
 # JIT only availible on these:
 ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparc alpha
@@ -51,7 +48,6 @@ Development files for podsleuth.
 %endif
 %patch1 -p1 -b .libdir
 %patch2 -p1 -b .wapidir
-%patch3 -p0 -b .r68
 
 %build
 %configure --with-hal-callouts-dir=%{_libexecdir}
@@ -82,6 +78,11 @@ make install DESTDIR=%{buildroot}
 %{_libdir}/pkgconfig/podsleuth.pc
 
 %changelog
+* Wed Aug 26 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.4-1
+- update to 0.6.4 (BZ 501404)
+- remove upstreamed patch
+- update sgutils patch
+
 * Thu Aug 20 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.3-4
 - Rebuild for ppc64
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	10 Nov 2008 22:33:19 -0000	1.4
+++ sources	26 Aug 2009 19:41:59 -0000	1.5
@@ -1 +1 @@
-b5ee19f8a4eb8da8d600500df33eda87  podsleuth-0.6.3.tar.bz2
+b51e7bc2dd3e2265e75a04fe35974c10  podsleuth-0.6.4.tar.bz2


--- podsleuth-0.6.0-sg3_utils.patch DELETED ---


--- update-model-info-fix-artwork-bug-r64_68.patch DELETED ---




More information about the scm-commits mailing list