rpms/gpodder/F-12 .cvsignore, 1.25, 1.26 gpodder.spec, 1.39, 1.40 sources, 1.26, 1.27

Ville-Pekka Vainio vpv at fedoraproject.org
Sun May 2 14:07:05 UTC 2010


Author: vpv

Update of /cvs/pkgs/rpms/gpodder/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25739

Modified Files:
	.cvsignore gpodder.spec sources 
Log Message:
* Sun May 02 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.3-1
- Update to 2.3
- Require python-mygpoclient and dbus-python
- Remove upstreamed lock counting patch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gpodder/F-12/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- .cvsignore	16 Sep 2009 06:37:37 -0000	1.25
+++ .cvsignore	2 May 2010 14:07:04 -0000	1.26
@@ -1 +1 @@
-gpodder-2.0.tar.gz
+gpodder-2.3.tar.gz


Index: gpodder.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpodder/F-12/gpodder.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- gpodder.spec	16 Mar 2010 12:35:44 -0000	1.39
+++ gpodder.spec	2 May 2010 14:07:04 -0000	1.40
@@ -2,23 +2,21 @@
 
 
 Name:           gpodder
-Version:        2.1
-Release:        4%{?dist}
+Version:        2.3
+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
-# More robust lock counting (bug 874) 
-Patch0:         0001-Backport-of-upstream-04680ba-More-robust-lock-counti.patch
 # Handle GError; unrecognized image file format (bug 911)
 Patch1:         gpodder.git-949f8383647a667709539a13a6cd38da536e5fb3.patch
 # Handle missing PyMTP library (bug 924)
 Patch2:         gpodder.git-67693b0.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  python-devel, python-feedparser
+BuildRequires:  python-devel, python-feedparser, python-mygpoclient
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:  intltool
@@ -26,6 +24,7 @@ BuildRequires:  help2man
 Requires:       pygtk2 pygtk2-libglade
 Requires:       python-gpod, python-eyed3, python-feedparser
 Requires:       gnome-bluetooth, python-imaging, gnome-python2-gtkhtml2
+Requires:       python-mygpoclient, dbus-python
 %description
 gPodder is a Podcast receiver/catcher written in Python, using GTK. 
 It manages podcast feeds for you and automatically downloads all 
@@ -34,7 +33,6 @@ It also optionally supports syncing with
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 
@@ -79,10 +77,16 @@ fi
 %{_mandir}/man1/*
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/%{name}*.png
+%{_datadir}/dbus-1/services/org.gpodder.service
 %{python_sitelib}/%{name}/
 %{python_sitelib}/%{name}*.egg-info
 
 %changelog
+* Sun May 02 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.3-1
+- Update to 2.3
+- Require python-mygpoclient and dbus-python
+- Remove upstreamed lock counting patch
+
 * Mon Mar 15 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.1-4
 - Add a patch from upstream git to not raise an exception if PyMTP is
   missing, helps avoid ABRT reports which are not bugs, such as


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gpodder/F-12/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- sources	15 Dec 2009 19:27:15 -0000	1.26
+++ sources	2 May 2010 14:07:04 -0000	1.27
@@ -1 +1 @@
-57ed679e3722b7c214956b8d4e13141a  gpodder-2.1.tar.gz
+aeb89aef83323a4b896ace289466bea0  gpodder-2.3.tar.gz



More information about the scm-commits mailing list