diff --git a/.gitignore b/.gitignore index 07a088e..d7ac481 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pyglet-1.2alpha1-repacked.tar.gz +/pyglet-1.2.0-repacked.tar.gz diff --git a/pyglet-get-tarball.sh b/pyglet-get-tarball.sh index 00a129f..4b2f38d 100644 --- a/pyglet-get-tarball.sh +++ b/pyglet-get-tarball.sh @@ -2,7 +2,7 @@ VERSIONEDNAME=$1 -wget -N http://pyglet.googlecode.com/files/${VERSIONEDNAME}.tar.gz +wget -N https://pypi.python.org/packages/source/p/pyglet/${VERSIONEDNAME}.tar.gz tar xzvf ${VERSIONEDNAME}.tar.gz pushd ${VERSIONEDNAME} rm -rvf examples # includes non-free artwork diff --git a/python-pyglet.spec b/python-pyglet.spec index 7b9ced0..5161577 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: %{srcversion} -Release: 0.11.alpha1%{?dist} +Release: 0.12%{?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: -# $ sh pyglet-get-tarball.sh pyglet-1.2alpha1 +# $ bash pyglet-get-tarball.sh pyglet-1.2.0 # See the script for details. Source0: %{versionedname}-repacked.tar.gz Source1: pyglet-get-tarball.sh @@ -131,6 +131,9 @@ popd %changelog +* Wed Jan 28 2015 Petr Viktorin - 1.2-0.12 +- Use the official 1.2 release + * Wed Jan 28 2015 Petr Viktorin - 1.2-0.11.alpha1 - Install LICENSE as a license file diff --git a/sources b/sources index dbc02f3..4c860f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f55f71bf7a478ce1ed3cd5f5fcb7f463 pyglet-1.2alpha1-repacked.tar.gz +8f2fb1794820444281273d88e2ea2030 pyglet-1.2.0-repacked.tar.gz