[gpodder] Drop vendor tag, new upstream.

Jon Ciesla limb at fedoraproject.org
Tue Feb 12 15:06:34 UTC 2013


commit a016893b4c7ce381e6ea8aac79d4cd9f6fc78dd8
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Feb 12 09:03:38 2013 -0600

    Drop vendor tag, new upstream.

 .gitignore   |    1 +
 gpodder.spec |   15 ++++++++++-----
 sources      |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 219ac61..b5dfbdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ gpodder-2.7.tar.gz
 /gpodder-2.20.tar.gz
 /gpodder-2.20.1.tar.gz
 /gpodder-2.20.2.tar.gz
+/gpodder-2.20.3.tar.gz
diff --git a/gpodder.spec b/gpodder.spec
index b72d49f..5341c1e 100644
--- a/gpodder.spec
+++ b/gpodder.spec
@@ -2,8 +2,8 @@
 
 
 Name:           gpodder
-Version:        2.20.2
-Release:        2%{?dist}
+Version:        2.20.3
+Release:        1%{?dist}
 Summary:        Podcast receiver/catcher written in Python
 
 Group:          Applications/Multimedia
@@ -11,7 +11,7 @@ License:        GPLv3
 URL:            http://gpodder.org
 Source0:        http://gpodder.org/src/%{name}-%{version}.tar.gz
 Patch0:         gpodder-use-system-pymtp.patch
-Patch1:         gpodder.git-d1d78ed685a860f0172faf197e3aef30cb73e104.patch
+#Patch1:         gpodder.git-d1d78ed685a860f0172faf197e3aef30cb73e104.patch
 Patch2:         gpodder-pillow.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -34,7 +34,7 @@ It also optionally supports syncing with ipods.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+#%patch1 -p1
 %patch2 -p1
 # Remove bundled pymtp
 rm src/gpodder/gpopymtp.py
@@ -47,7 +47,7 @@ make messages
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-desktop-file-install --vendor fedora --delete-original          \
+desktop-file-install --delete-original          \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications                 \
   --remove-key Miniicon --add-category Application              \
   --remove-category FileTransfer --remove-category News         \
@@ -87,6 +87,11 @@ fi
 %{python_sitelib}/%{name}*.egg-info
 
 %changelog
+* Tue Feb 12 2013 Jon Ciesla <limburgher at gmail.com> - 2.20.3-1
+- 2.20.3.
+- Drop desktop vendor tag.
+- Youtube patch upstreamed.
+
 * Mon Feb  4 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 2.20.2-2
 - Patch for compatibility with pyhton-pillow as well as python-imaging
 
diff --git a/sources b/sources
index 3ec1034..274828e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7f677e81cdcdb8a8b6ac7c08e8ab716  gpodder-2.20.2.tar.gz
+397b4cd542362454598d553fcfdad5b2  gpodder-2.20.3.tar.gz


More information about the scm-commits mailing list