From f6d5df26f7cf7a38a1a848253ae68e8b1815b964 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 10 Feb 2016 13:24:58 +0100 Subject: [PATCH] Fix package description --- python-pillow.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/python-pillow.spec b/python-pillow.spec index 731e67c..55ff2da 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -25,7 +25,7 @@ Name: python-pillow Version: 3.1.1 -Release: 2%{?snap}%{?dist} +Release: 3%{?snap}%{?dist} Summary: Python image processing library # License: see http://www.pythonware.com/products/pil/license.htm @@ -145,7 +145,13 @@ Summary: Python 3 image processing library Provides: python3-imaging = %{version}-%{release} %description -n %{name3} -%{_description} +Python image processing library, fork of the Python Imaging Library (PIL) + +This library provides extensive file format support, an efficient +internal representation, and powerful image processing capabilities. + +There are four subpackages: tk (tk interface), qt (PIL image wrapper for Qt), +devel (development) and doc (documentation). %package -n %{name3}-devel @@ -351,6 +357,9 @@ popd %endif %changelog +* Wed Feb 10 2016 Sandro Mani - 3.1.1-3 +- Fix broken python3-pillow package description + * Sun Feb 07 2016 Igor Gnatenko - 3.1.1-2 - Fix provides