rpms/python-imdb/F-12 python-imdb.spec,1.13,1.14

Jon Ciesla limb at fedoraproject.org
Wed Mar 24 18:16:53 UTC 2010


Author: limb

Update of /cvs/pkgs/rpms/python-imdb/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10732/F-12

Modified Files:
	python-imdb.spec 
Log Message:
Apply patch.



Index: python-imdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-imdb/F-12/python-imdb.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- python-imdb.spec	24 Mar 2010 18:07:25 -0000	1.13
+++ python-imdb.spec	24 Mar 2010 18:16:53 -0000	1.14
@@ -6,7 +6,7 @@
 Name:           python-imdb
 Provides:       IMDbPY = %{version}-%{release}
 Version:        4.5.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Retrieve and manage the data of the IMDb movie database
 
 Group:          Development/Languages
@@ -17,6 +17,7 @@ Source0:        http://prdownloads.sourc
 Source1:        imdbpy.lang
 #use system beautifulsoup
 Patch0:         %{name}-4.2-beautifulsoup.patch
+Patch1:		%{name}-4.5.1-setup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel, python-setuptools, gettext
@@ -33,6 +34,7 @@ some example scripts are included.
 %prep
 %setup -qn %{realname}-%{version}
 %patch0 -p0
+%patch1 -p1
 
 #patch removes need for bundled beautifulsoup, so let's remove it
 rm -f imdb/parser/http/bsouplxml/_bsoup.py
@@ -85,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 24 2010 Jon Ciesla <limb at jcomserv.net> - 4.5.1-3
+- Apply said patch.
+
 * Wed Mar 24 2010 Jon Ciesla <limb at jcomserv.net> - 4.5.1-2
 - Patch to fix setuptools behaviour.
 



More information about the scm-commits mailing list