[python-imdb] Provides fix.

Jon Ciesla limb at fedoraproject.org
Tue Mar 27 18:09:49 UTC 2012


commit 6dc5ecc11a7fb959e30cf9e95648c05524e83dee
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Mar 27 13:09:23 2012 -0500

    Provides fix.

 python-imdb.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-imdb.spec b/python-imdb.spec
index 75bb308..4761784 100644
--- a/python-imdb.spec
+++ b/python-imdb.spec
@@ -5,9 +5,8 @@
 %define realname IMDbPY
 
 Name:           python-imdb
-Provides:       IMDbPY = %{version}-%{release}
 Version:        4.8.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Retrieve and manage the data of the IMDb movie database
 
 Group:          Development/Languages
@@ -22,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
+Provides:       IMDbPY = %{version}-%{release}
 
 %description
 IMDbPY is a Python package useful to retrieve and manage the data of
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar 27 2012 Ville Skyttä <ville.skytta at iki.fi> - 4.8.2-2
+- Fix IMDbPY Provides version-release.
+
 * Mon Feb 20 2012 Jon Ciesla <limburgher at gmail.com> - 4.8.2-1
 - New upstream.
 - Using find_lang now. 


More information about the scm-commits mailing list