[python-imdb] 4.9 Requires fixes.

Jon Ciesla limb at fedoraproject.org
Mon Jan 28 15:59:12 UTC 2013


commit d0441755caab7d2c610cb9ec1b4b7fa329ff51e1
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Jan 28 09:56:22 2013 -0600

    4.9
    Requires fixes.

 .gitignore       |    1 +
 python-imdb.spec |   12 ++++++++----
 sources          |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a823536..77197f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 IMDbPY-4.5.1.tar.gz
 /IMDbPY-4.7.tar.gz
 /IMDbPY-4.8.2.tar.gz
+/IMDbPY-4.9.tar.gz
diff --git a/python-imdb.spec b/python-imdb.spec
index 1035c0d..b0adec7 100644
--- a/python-imdb.spec
+++ b/python-imdb.spec
@@ -5,8 +5,8 @@
 %define realname IMDbPY
 
 Name:           python-imdb
-Version:        4.8.2
-Release:        3%{?dist}
+Version:        4.9
+Release:        1%{?dist}
 Summary:        Retrieve and manage the data of the IMDb movie database
 
 Group:          Development/Languages
@@ -21,6 +21,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel, python-setuptools, gettext
 
 Requires:       python-sqlobject, python-lxml, python-BeautifulSoup
+Requires:       python-formencode, python-sqlalchemy, python-migrate
 Provides:       IMDbPY = %{version}-%{release}
 
 %description
@@ -70,8 +71,6 @@ done
 %find_lang imdbpy
 
 
-rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/imdb
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -81,9 +80,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/AUTHOR.txt docs/Changelog.txt docs/CONTRIBUTORS.txt docs/DISCLAIMER.txt docs/FAQS.txt docs/LICENSE.txt docs/README* docs/TODO.txt docs/imdbpy.cfg
 %doc examples
 %{python_sitearch}/*
+%{python_sitelib}/*
 
 
 %changelog
+* Fri Jan 25 2013 Jon Ciesla <limburgher at gmail.com> - 4.9-1
+- New upstream.
+- Requires fixes, BZ 904088.
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.8.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index fb774c6..c0f567f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6644540206c5023cb332637089d5342d  IMDbPY-4.8.2.tar.gz
+5b071cd63d1804ed568741d2db8d12b5  IMDbPY-4.9.tar.gz


More information about the scm-commits mailing list