rpms/libgpod/devel .cvsignore, 1.7, 1.8 libgpod.spec, 1.29, 1.30 sources, 1.8, 1.9 libgpod-handle-partial-utf16.patch, 1.1, NONE libgpod-utf16-parsing.patch, 1.2, NONE

Todd M. Zullinger tmz at fedoraproject.org
Sun Feb 14 21:17:16 UTC 2010


Author: tmz

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

Modified Files:
	.cvsignore libgpod.spec sources 
Removed Files:
	libgpod-handle-partial-utf16.patch libgpod-utf16-parsing.patch 
Log Message:
Update to 0.7.90

- Adjust default hal callout path (#547049)
  (Temporaily use --with-hal-callouts-dir=%{_libexecdir}/scripts)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgpod/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	6 Jun 2009 02:11:27 -0000	1.7
+++ .cvsignore	14 Feb 2010 21:17:16 -0000	1.8
@@ -1 +1 @@
-libgpod-0.7.2.tar.gz
+libgpod-0.7.90.tar.gz


Index: libgpod.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgpod/devel/libgpod.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- libgpod.spec	10 Dec 2009 15:30:48 -0000	1.29
+++ libgpod.spec	14 Feb 2010 21:17:16 -0000	1.30
@@ -2,25 +2,24 @@
 
 Summary: Library to access the contents of an iPod
 Name: libgpod
-Version: 0.7.2
-Release: 6%{?dist}
+Version: 0.7.90
+Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtkpod.org/libgpod.html
 Source0: http://downloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz
 # See http://www.redhat.com/archives/fedora-selinux-list/2009-January/msg00005.html
 Patch0: 0001-Use-var-run-hald-as-mount-dir-for-hal-callout.patch
-# http://gitorious.org/~teuf/libgpod/teuf-sandbox/commit/3847494a513b5ef04d7abbe55c3d95dbcd836ef6
-# https://bugzilla.redhat.com/show_bug.cgi?id=517642
-Patch1: libgpod-utf16-parsing.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=542176
-Patch2: libgpod-handle-partial-utf16.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: docbook-style-xsl
 BuildRequires: glib2-devel
 BuildRequires: gtk2-devel
 BuildRequires: gettext
 BuildRequires: hal-devel
+BuildRequires: intltool
+BuildRequires: libimobiledevice-devel >= 0.9.7
+BuildRequires: libplist-devel >= 1.0
+BuildRequires: libusb1-devel
 BuildRequires: libxml2-devel
 BuildRequires: libxslt
 BuildRequires: perl(XML::Parser)
@@ -28,6 +27,7 @@ BuildRequires: pygobject2-devel
 Buildrequires: python-devel
 Buildrequires: python-mutagen
 Buildrequires: sg3_utils-devel
+Buildrequires: sqlite-devel
 Buildrequires: swig
 Requires: hal
 
@@ -56,7 +56,7 @@ libgpod.
 Summary: API documentation for the libgpod library
 Group: Documentation
 License: GFDL
-%if 0%{?fedora} > 10
+%if 0%{?fedora}
 BuildArch: noarch
 %endif
 Requires: %{name} = %{version}-%{release}
@@ -83,15 +83,13 @@ libgpod library.
 %prep
 %setup -q
 %patch0 -p1 -b .selinux
-%patch1 -p1 -b .utf16
-%patch2 -p1 -b .partial-utf16
 
 # remove execute perms on the python examples as they'll be installed in %doc
 %{__chmod} -x bindings/python/examples/*.py
 
 
 %build
-%configure
+%configure --with-hal-callouts-dir=%{_libexecdir}/scripts
 %{__make} %{?_smp_mflags}
 
 
@@ -117,7 +115,7 @@ libgpod library.
 %doc AUTHORS ChangeLog COPYING NEWS README*
 %{_bindir}/*
 %{_libdir}/*.so.*
-%{_libdir}/hal/scripts/*
+%{_libexecdir}/scripts/*
 %{_datadir}/hal/fdi/policy/20thirdparty/*.fdi
 
 
@@ -144,6 +142,11 @@ libgpod library.
 
 
 %changelog
+* Tue Feb 09 2010 Todd Zullinger <tmz at pobox.com> - 0.7.90-1
+- Update to 0.7.90
+- Adjust default hal callout path (#547049)
+  (Temporaily use --with-hal-callouts-dir=%%{_libexecdir}/scripts)
+
 * Thu Dec 10 2009 Bastien Nocera <bnocera at redhat.com> 0.7.2-6
 - Handle partial UTF-16 strings (#542176)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgpod/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	6 Jun 2009 02:11:27 -0000	1.8
+++ sources	14 Feb 2010 21:17:16 -0000	1.9
@@ -1 +1 @@
-1ec69c3a19fb071b1639cdcaf68463c1  libgpod-0.7.2.tar.gz
+b81988f262074a0712362dd10673951c  libgpod-0.7.90.tar.gz


--- libgpod-handle-partial-utf16.patch DELETED ---


--- libgpod-utf16-parsing.patch DELETED ---



More information about the scm-commits mailing list