rpms/podsleuth/F-10 podsleuth-0.6.4-sg3_utils.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 podsleuth.spec, 1.7, 1.8 sources, 1.4, 1.5

chkr chkr at fedoraproject.org
Wed Sep 16 21:42:05 UTC 2009


Author: chkr

Update of /cvs/pkgs/rpms/podsleuth/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9198

Modified Files:
	.cvsignore podsleuth.spec sources 
Added Files:
	podsleuth-0.6.4-sg3_utils.patch 
Log Message:
* Wed Sep 16 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/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	25 Aug 2008 07:48:11 -0000	1.3
+++ .cvsignore	16 Sep 2009 21:42:05 -0000	1.4
@@ -1 +1 @@
-podsleuth-0.6.2.tar.bz2
+podsleuth-0.6.4.tar.bz2


Index: podsleuth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/F-10/podsleuth.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- podsleuth.spec	10 Nov 2008 22:33:18 -0000	1.7
+++ podsleuth.spec	16 Sep 2009 21:42:05 -0000	1.8
@@ -1,25 +1,22 @@
 %define		debug_package %{nil}
 
 Name:		podsleuth
-Version:	0.6.3
+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 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 Sep 16 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.4-1
+- update to 0.6.4 (BZ 501404)
+- remove upstreamed patch
+- update sgutils patch
+
 * Mon Nov 10 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.6.3-1
 - update to 0.6.3
 - apply patch from upstream to update model info, fix artwork bug


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	10 Nov 2008 22:33:18 -0000	1.4
+++ sources	16 Sep 2009 21:42:05 -0000	1.5
@@ -1 +1 @@
-b5ee19f8a4eb8da8d600500df33eda87  podsleuth-0.6.3.tar.bz2
+b51e7bc2dd3e2265e75a04fe35974c10  podsleuth-0.6.4.tar.bz2




More information about the fedora-extras-commits mailing list