rpms/gpodder/devel gpodder.spec,1.40,1.41

Ville-Pekka Vainio vpv at fedoraproject.org
Sun May 30 19:45:32 UTC 2010


Author: vpv

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

Modified Files:
	gpodder.spec 
Log Message:
* Sun May 30 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.6-6
- Require python-mygpoclient >= 1.4, rhbz #597740



Index: gpodder.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpodder/devel/gpodder.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- gpodder.spec	28 May 2010 19:31:38 -0000	1.40
+++ gpodder.spec	30 May 2010 19:45:31 -0000	1.41
@@ -3,7 +3,7 @@
 
 Name:           gpodder
 Version:        2.6
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Podcast receiver/catcher written in Python
 
 Group:          Applications/Multimedia
@@ -15,7 +15,7 @@ Patch0:         gpodder.git-3301e92.patc
 Patch1:         gpodder.git-b4886df.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  python-devel, python-feedparser, python-mygpoclient
+BuildRequires:  python-devel, python-feedparser, python-mygpoclient >= 1.4
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:  intltool
@@ -23,7 +23,7 @@ BuildRequires:  help2man
 Requires:       pygtk2 pygtk2-libglade
 Requires:       python-gpod, python-eyed3, python-feedparser
 Requires:       python-imaging
-Requires:       python-mygpoclient, dbus-python
+Requires:       python-mygpoclient >= 1.4, dbus-python
 Requires:       pywebkitgtk
 %description
 gPodder is a Podcast receiver/catcher written in Python, using GTK. 
@@ -83,6 +83,9 @@ fi
 %{python_sitelib}/%{name}*.egg-info
 
 %changelog
+* Sun May 30 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.6-6
+- Require python-mygpoclient >= 1.4, rhbz #597740
+
 * Fri May 28 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 2.6-5
 - Replace All Episodes patch with better patch from upstream.  
 



More information about the scm-commits mailing list