From 77caaacaf816118321e391db4dce87eb6a80c56f Mon Sep 17 00:00:00 2001 From: aarem Date: Fri, 14 Oct 2016 23:41:57 -0500 Subject: [PATCH] Update Bugfix: BZ 138195 --- python-more-itertools.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-more-itertools.spec b/python-more-itertools.spec index c9046d0..0dc90e5 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -6,12 +6,12 @@ Opensource python library wrapping around itertools. Package also includes \ implementations of the recipes from the itertools documentation.\ \ See https://pythonhosted.org/more-itertools/index.html for documentation.\ -%global Python library for efficient use of itertools utility +%global sum Python library for efficient use of itertools utility Name: python-%{srcname} Version: 2.2 -Release: 3%{?dist} -Summary: %{sum} +Release: 4%{?dist} +Summary: %{sum} License: MIT URL: https://github.com/erikrose/more-itertools Source0: https://pypi.python.org/packages/3d/4d/5900efaab46680e3c6c7a2fd87e4531f87e101ec35f6941621dc7f097e82/%{srcname}-%{version}.tar.gz @@ -63,6 +63,8 @@ Summary: %{sum} %{python3_sitelib}/more_itertools-%{version}-py%{python3_version}.egg-info %changelog +* Fri Oct 14 2016 aarem AT fedoraproject DOT org - 2.2-4 +- fixed missing sum in line 9 of spec file, per BZ #138195 * Sat Oct 8 2016 aarem AT fedoraproject DOT org - 2.2-3 - renamed spec file to match package as per BZ #1381029 -fixed bug (incorrect python3_provides) as per BZ #1381029