diff --git python-pymemcache/python-pymemcache.spec python-pymemcache/python-pymemcache.spec.tmp index fac8051177..a4e3fbb9d3 100644 --- python-pymemcache/python-pymemcache.spec +++ python-pymemcache/python-pymemcache.spec.tmp @@ -13,7 +13,7 @@ Name: python-%{pypi_name} Version: 1.2.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A comprehensive, fast, pure Python memcached client License: ASL 2.0 @@ -25,18 +25,26 @@ BuildRequires: python2-devel BuildRequires: python-nose >= 1.0 BuildRequires: python-setuptools BuildRequires: python-six -Requires: python-six - -%description -pymemcache supports the following features: -* Complete implementation of the memcached text protocol. -* Configurable timeouts for socket connect and send/recv calls. -* Access to the "noreply" flag, which can significantly increase the speed of - writes. -* Flexible, simple approach to serialization and deserialization. +%global _description\ +pymemcache supports the following features:\ +\ +* Complete implementation of the memcached text protocol.\ +* Configurable timeouts for socket connect and send/recv calls.\ +* Access to the "noreply" flag, which can significantly increase the speed of\ + writes.\ +* Flexible, simple approach to serialization and deserialization.\ * The (optional) ability to treat network and memcached errors as cache misses. +%description %_description + +%package -n python2-%{pypi_name} +Summary: %summary +Requires: python-six +%{?python_provide:%python_provide python2-%{pypi_name}} + +%description -n python2-%{pypi_name} %_description + %if 0%{?with_python3} %package -n python3-%{pypi_name} Summary: A comprehensive, fast, pure Python memcached client @@ -97,7 +105,7 @@ popd %endif -%files +%files -n python2-%{pypi_name} %doc README.md LICENSE.txt %{python2_sitelib}/%{pypi_name} %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info @@ -110,6 +118,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2.5-10 +- Python 2 binary package renamed to python2-pymemcache + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild