diff --git python-odict/python-odict.spec python-odict/python-odict.spec.tmp index 11b6c8ea14..0b50b6c6e3 100644 --- python-odict/python-odict.spec +++ python-odict/python-odict.spec.tmp @@ -7,7 +7,7 @@ Name: python-odict Version: 1.5.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Ordered dictionary Group: Development/Languages @@ -21,12 +21,19 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools +%global _description\ +Dictionary in which the insertion order of items is preserved (using an\ +internal double linked list). In this implementation replacing an existing\ +item keeps it at its original position + +%description %_description + +%package -n python2-odict +Summary: %summary Requires: python2 +%{?python_provide:%python_provide python2-odict} -%description -Dictionary in which the insertion order of items is preserved (using an -internal double linked list). In this implementation replacing an existing -item keeps it at its original position +%description -n python2-odict %_description %prep %setup -q -n %{pkgname}-%{version} @@ -48,13 +55,17 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-odict %defattr(-,root,root,-) %doc LICENSE.rst README.rst %{python_sitelib}/%{pkgname}/ %{python_sitelib}/%{pkgname}-%{version}*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.5.1-8 +- Python 2 binary package renamed to python2-odict + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.5.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild