[python-pillow/f20] Fix incorrect python3-imaging provides

Sandro Mani smani at fedoraproject.org
Thu Mar 13 23:19:38 UTC 2014


commit db1e1203e5b46e28cba7b5140b24508d164fca5b
Author: Sandro Mani <manisandro at gmail.com>
Date:   Fri Mar 14 00:19:24 2014 +0100

    Fix incorrect python3-imaging provides

 python-pillow.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/python-pillow.spec b/python-pillow.spec
index 669a45e..d9b4f31 100644
--- a/python-pillow.spec
+++ b/python-pillow.spec
@@ -25,7 +25,7 @@
 
 Name:           python-pillow
 Version:        2.2.1
-Release:        2%{?snap}%{?dist}
+Release:        3%{?snap}%{?dist}
 Summary:        Python image processing library
 
 # License: see http://www.pythonware.com/products/pil/license.htm
@@ -74,10 +74,6 @@ BuildRequires:  python3-sphinx
 Provides:       python-imaging = %{version}-%{release}
 Obsoletes:      python-imaging <= 1.1.7-12
 
-%if %{with_python3}
-Provides:       python3-imaging = %{version}-%{release}
-%endif
-
 %filter_provides_in %{python_sitearch}
 %filter_provides_in %{python3_sitearch}
 %filter_setup
@@ -151,6 +147,7 @@ PIL image wrapper for Qt.
 %if %{with_python3}
 %package -n %{name3}
 Summary:        Python 3 image processing library
+Provides:       python3-imaging = %{version}-%{release}
 
 %description -n %{name3}
 %{_description}
@@ -366,6 +363,10 @@ popd
 %endif
 
 %changelog
+* Thu Mar 13 2014 Jakub Dorňák <jdornak at redhat.com> - 2.2.1-3
+- python-pillow does not provide python3-imaging
+  (python3-pillow does)
+
 * Wed Oct 23 2013 Sandro Mani <manisandro at gmail.com> - 2.2.1-2
 - Backport fix for decoding tiffs with correct byteorder, fixes rhbz#1019656
 


More information about the scm-commits mailing list