Update Bugfix: BZ 138195
This commit is contained in:
parent
d219e9a6c9
commit
77caaacaf8
@ -6,11 +6,11 @@ Opensource python library wrapping around itertools. Package also includes \
|
|||||||
implementations of the recipes from the itertools documentation.\
|
implementations of the recipes from the itertools documentation.\
|
||||||
\
|
\
|
||||||
See https://pythonhosted.org/more-itertools/index.html for 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}
|
Name: python-%{srcname}
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/erikrose/more-itertools
|
URL: https://github.com/erikrose/more-itertools
|
||||||
@ -63,6 +63,8 @@ Summary: %{sum}
|
|||||||
%{python3_sitelib}/more_itertools-%{version}-py%{python3_version}.egg-info
|
%{python3_sitelib}/more_itertools-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Oct 8 2016 aarem AT fedoraproject DOT org - 2.2-3
|
||||||
- renamed spec file to match package as per BZ #1381029
|
- renamed spec file to match package as per BZ #1381029
|
||||||
-fixed bug (incorrect python3_provides) as per BZ #1381029
|
-fixed bug (incorrect python3_provides) as per BZ #1381029
|
||||||
|
Loading…
Reference in New Issue
Block a user