diff --git a/python-pyglet.spec b/python-pyglet.spec index a27db83..bbe663a 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: %{srcversion} -Release: 0.8.alpha1%{?dist} +Release: 0.9.alpha1%{?dist} Summary: A cross-platform windowing and multimedia library for Python License: BSD @@ -125,12 +125,15 @@ popd %doc README %doc NOTICE %doc PKG-INFO -%{python3_sitelib}/%{versionedname}-py3.3.egg-info +%{python3_sitelib}/%{versionedname}-py%{python3_version}.egg-info %{python3_sitelib}/%{srcname} %endif %changelog +* Wed May 14 2014 Bohuslav Kabrda - 1.2-0.9.alpha1 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Fri Jan 17 2014 Petr Viktorin - 1.2-0.8.alpha1 - Remove Python 3 from BuildRequires if building without python3 support (needed for EPEL)