rpms/gtkpod/devel .cvsignore, 1.6, 1.7 gtkpod.spec, 1.13, 1.14 sources, 1.5, 1.6

Todd Zullinger tmz at fedoraproject.org
Tue Jun 15 14:26:52 UTC 2010


Author: tmz

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

Modified Files:
	.cvsignore gtkpod.spec sources 
Log Message:
Update to 0.99.16

- Link with libdl



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtkpod/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	20 Feb 2009 16:14:26 -0000	1.6
+++ .cvsignore	15 Jun 2010 14:26:52 -0000	1.7
@@ -1,3 +1 @@
-*.rpm
-clog
-gtkpod-0.99.14.tar.gz
+gtkpod-0.99.16.tar.gz


Index: gtkpod.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtkpod/devel/gtkpod.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- gtkpod.spec	14 Feb 2010 20:38:13 -0000	1.13
+++ gtkpod.spec	15 Jun 2010 14:26:52 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           gtkpod
-Version:        0.99.14
-Release:        4%{?dist}
+Version:        0.99.16
+Release:        1%{?dist}
 Summary:        Graphical song management program for Apple's iPod
 
 Group:          Applications/Multimedia
@@ -10,8 +10,6 @@ URL:            http://www.gtkpod.org
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # https://bugzilla.redhat.com/449199
 Patch0:         gtkpod-0.99.14-use-xdg-open.patch
-# Upstream patch, from svn rev 2243
-Patch1:         gtkpod-0.99.14-lame-tag-endianess.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  curl-devel
@@ -21,6 +19,7 @@ BuildRequires:  flex
 BuildRequires:  gettext
 BuildRequires:  gnome-vfs2-devel
 BuildRequires:  hal-devel
+BuildRequires:  intltool
 BuildRequires:  libglade2-devel
 BuildRequires:  libgpod-devel >= 0.7.0
 BuildRequires:  libid3tag-devel
@@ -41,12 +40,11 @@ the Mini, Photo, Shuffle, Nano, Video, C
 %prep
 %setup -q
 %patch0 -p1 -b .use-xdg-open
-%patch1 -p1 -b .endianess
 
 
 %build
 # This is just the quick fix, will make proper changes upstream -- tmz
-export LIBS="-lm -lvorbis"
+export LIBS="-ldl"
 %configure
 make %{?_smp_mflags}
 
@@ -93,6 +91,10 @@ fi
 
 
 %changelog
+* Tue Jun 15 2010 Todd Zullinger <tmz at pobox.com> - 0.99.16-1
+- Update to 0.99.16
+- Link with libdl
+
 * Sun Feb 14 2010 Todd Zullinger <tmz at pobox.com> - 0.99.14-4
 - Link with libm and libvorbis (#564853)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtkpod/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	20 Feb 2009 16:14:26 -0000	1.5
+++ sources	15 Jun 2010 14:26:52 -0000	1.6
@@ -1 +1 @@
-f7948eceb955b302f4c47da4c0e1ec12  gtkpod-0.99.14.tar.gz
+1391537b3f84efb8b3b6001cd1f2df37  gtkpod-0.99.16.tar.gz



More information about the scm-commits mailing list