diff --git a/pocketsphinx.spec b/pocketsphinx.spec index 42d4bdc..a23339e 100644 --- a/pocketsphinx.spec +++ b/pocketsphinx.spec @@ -1,6 +1,6 @@ Name: pocketsphinx Version: 0.8 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Real-time speech recognition License: BSD @@ -65,6 +65,7 @@ A gstreamer plugin for pocketsphinx. %package -n python2-pocketsphinx %{?python_provide:%python_provide python2-pocketsphinx} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Python interface to pocketsphinx @@ -146,6 +147,9 @@ rm -f doc/html/installdox %{python_sitearch}/* %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 0.8-18 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.8-17 - Python 2 binary package renamed to python2-pocketsphinx See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3