[gpodder] - New upstream release - Remove both patches, upstreamed - Add dependency on gstreamer-python for ip

Ville-Pekka Vainio vpv at fedoraproject.org
Sat Aug 28 22:17:47 UTC 2010


commit c3b4dd18908d551c6ae9cb69aea9df9023d57b5e
Author: Ville-Pekka Vainio <vpivaini at cs.helsinki.fi>
Date:   Sun Aug 29 01:17:06 2010 +0300

    - New upstream release
    - Remove both patches, upstreamed
    - Add dependency on gstreamer-python for ipod sync

 .gitignore   |    1 +
 gpodder.spec |   17 ++++++++---------
 sources      |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba740bd..6f19b25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gpodder-2.7.tar.gz
+/gpodder-2.8.tar.gz
diff --git a/gpodder.spec b/gpodder.spec
index 07ba6c6..cd94afd 100644
--- a/gpodder.spec
+++ b/gpodder.spec
@@ -2,18 +2,14 @@
 
 
 Name:           gpodder
-Version:        2.7
-Release:        3%{?dist}
+Version:        2.8
+Release:        1%{?dist}
 Summary:        Podcast receiver/catcher written in Python
 
 Group:          Applications/Multimedia
 License:        GPLv3
 URL:            http://gpodder.berlios.de/
 Source0:        http://download.berlios.de/%{name}/%{name}-%{version}.tar.gz
-# rhbz 620584
-Patch0:         gpodder.git-6a2c1baf.patch
-# rhbz 619295
-Patch1:         gpodder.git-92bf1255c432510f0c3b767d6c928e4e7e68de95.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel, python-feedparser, python-mygpoclient >= 1.4
@@ -25,7 +21,7 @@ Requires:       pygtk2 pygtk2-libglade
 Requires:       python-gpod, python-eyed3, python-feedparser
 Requires:       python-imaging
 Requires:       python-mygpoclient >= 1.4, dbus-python
-Requires:       pywebkitgtk
+Requires:       pywebkitgtk, gstreamer-python
 %description
 gPodder is a Podcast receiver/catcher written in Python, using GTK. 
 It manages podcast feeds for you and automatically downloads all 
@@ -34,8 +30,6 @@ It also optionally supports syncing with ipods.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 make messages
@@ -85,6 +79,11 @@ fi
 %{python_sitelib}/%{name}*.egg-info
 
 %changelog
+* Sun Aug 29 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.8-1
+- New upstream release
+- Remove both patches, upstreamed
+- Add dependency on gstreamer-python for ipod sync
+
 * Mon Aug 23 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.7-3
 - Add patches to fix two Fedora bugs, #620584 (problems with the episode list)
   and #619295 (database ProgrammingError)
diff --git a/sources b/sources
index f83b17d..9b65de4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb27f8e005c2ede35f37e145dd8e7cf1  gpodder-2.7.tar.gz
+f289c618f5fb05833cc5709554ebafe3  gpodder-2.8.tar.gz


More information about the scm-commits mailing list