diff --git a/libcaca.spec b/libcaca.spec index 55d6d6a396..5084d4256c 100644 --- a/libcaca.spec +++ b/libcaca.spec @@ -12,7 +12,7 @@ Summary: Library for Colour AsCii Art, text mode graphics Name: libcaca Version: 0.99 -Release: 0.33.%{beta}%{?dist} +Release: 0.34.%{beta}%{?dist} License: WTFPL Group: System Environment/Libraries URL: http://caca.zoy.org/wiki/libcaca @@ -78,12 +78,13 @@ rendering features such as line and ellipses drawing, triangle filling and sprite blitting. -%package -n python-caca +%package -n python2-caca +%{?python_provide:%python_provide python2-caca} Summary: Python bindings for libcaca Group: Development/Libraries BuildRequires: python2-devel -%description -n python-caca +%description -n python2-caca This package contains the python bindings for using libcaca from python. @@ -170,7 +171,7 @@ rm -rf %{buildroot} %{_mandir}/man1/cacaview.1* %{_mandir}/man1/img2txt.1* -%files -n python-caca +%files -n python2-caca %defattr(-,root,root,-) %doc python/examples %{python2_sitelib}/caca/ @@ -184,6 +185,10 @@ rm -rf %{buildroot} %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 0.99-0.34.beta19 +- Python 2 binary package renamed to python2-caca + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.99-0.33.beta19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild