[gtkpod] 2.1.1.

Jon Ciesla limb at fedoraproject.org
Wed Mar 28 15:23:51 UTC 2012


commit 402c31ef4698d6c902e9cf09c85f87119ec10337
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Mar 28 10:23:42 2012 -0500

    2.1.1.

 .gitignore  |    1 +
 gtkpod.spec |   14 +++++++++-----
 sources     |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 39a78f9..140f1af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 gtkpod-1.0.0.tar.gz
 /gtkpod-2.1.0.tar.gz
+/gtkpod-2.1.1.tar.gz
diff --git a/gtkpod.spec b/gtkpod.spec
index d4fb7db..30810bc 100644
--- a/gtkpod.spec
+++ b/gtkpod.spec
@@ -1,6 +1,6 @@
 Name:           gtkpod
-Version:        2.1.0
-Release:        3%{?dist}
+Version:        2.1.1
+Release:        1%{?dist}
 Summary:        Graphical song management program for Apple's iPod
 
 Group:          Applications/Multimedia
@@ -9,7 +9,7 @@ License:        GPLv2+ and GFDL
 URL:            http://www.gtkpod.org/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Don't use -DGTK_DISABLE_DEPRECATED until https://bugzilla.redhat.com/show_bug.cgi?id=734605 is fixed
-Patch0:         gtkpod-2.1.0-no-gtk-disable-deprecated.patch
+#Patch0:         gtkpod-2.1.0-no-gtk-disable-deprecated.patch
 
 BuildRequires:  gtk3-devel
 BuildRequires:  curl-devel
@@ -48,7 +48,7 @@ developing extensions for gtkpod.
 
 %prep
 %setup -q
-%patch0 -p1 -b .no-gtk-disable-deprecated
+#%patch0 -p1 -b .no-gtk-disable-deprecated
 
 %build
 %configure --disable-static
@@ -89,7 +89,7 @@ fi
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog* COPYING README TODOandBUGS.txt TROUBLESHOOTING
+%doc AUTHORS ChangeLog* COPYING README TODO TROUBLESHOOTING
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
@@ -107,6 +107,10 @@ fi
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed Mar 28 2012 Jon Ciesla <limburgher at gmail.com> - 2.1.1-1
+- Latest upstream.
+- Dropped gtk patch, fixed.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 57b720b..2102b56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e01f7cf2db1a421140eab561aee26d7  gtkpod-2.1.0.tar.gz
+36fd0324fd1d1da00fcddacef1b09983  gtkpod-2.1.1.tar.gz


More information about the scm-commits mailing list