diff --git a/.gitignore b/.gitignore index d7ac481..946eeb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /pyglet-1.2alpha1-repacked.tar.gz /pyglet-1.2.0-repacked.tar.gz +/pyglet-1.2.1-repacked.tar.gz diff --git a/python-pyglet.spec b/python-pyglet.spec index 317c56e..d37ff88 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -1,12 +1,12 @@ %global with_python3 1 %global srcname pyglet -%global srcversion 1.2.0 +%global srcversion 1.2.1 %global versionedname %{srcname}-%{srcversion} Name: python-%{srcname} Version: %{srcversion} -Release: 0.13%{?dist} +Release: 0%{?dist} Summary: A cross-platform windowing and multimedia library for Python License: BSD @@ -15,7 +15,7 @@ URL: http://www.pyglet.org/ # The upstream tarball includes some non-free files in the examples and tests, # and a patented texture compression algorithm. # Run the following (in rpmbuild/SOURCES) to generate the distributed tarball: -# $ bash pyglet-get-tarball.sh pyglet-1.2.0 +# $ bash pyglet-get-tarball.sh pyglet-1.2.1 # See the script for details. Source0: %{versionedname}-repacked.tar.gz Source1: pyglet-get-tarball.sh @@ -133,6 +133,9 @@ popd %changelog +* Wed Jan 28 2015 Petr Viktorin - 1.2.1-0 +- Update to upstream 1.2.1 release + * Wed Jan 28 2015 Petr Viktorin - 1.2-0.13 - Actually use the 1.2.0 release diff --git a/sources b/sources index 4c860f8..95a4407 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f2fb1794820444281273d88e2ea2030 pyglet-1.2.0-repacked.tar.gz +e63c533a61070fedad6643eaa8da5070 pyglet-1.2.1-repacked.tar.gz