From ec7a429d6b53767ab623ce9a3f4bf0a62409e2a4 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 5 Nov 2018 13:22:43 +0100 Subject: [PATCH 1/2] Update to 1.3.2 --- python-pyglet.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index e4cc79f..455da66 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -1,7 +1,7 @@ %global with_python2 1 %global srcname pyglet -%global srcversion 1.3.1 +%global srcversion 1.3.2 %global versionedname %{srcname}-%{srcversion} Name: python-%{srcname} @@ -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.3.1 +# $ bash pyglet-get-tarball.sh pyglet-1.3.2 # See the script for details. Source0: %{versionedname}-repacked.tar.gz Source1: pyglet-get-tarball.sh @@ -141,6 +141,9 @@ find . -name '*.py' | xargs sed --in-place -e's|#!/usr/bin/\(env \)\?python||;s/ %changelog +* Mon Nov 05 2018 Petr Viktorin - 1.3.2-2 +- Update to 1.3.2 + * Sat Jul 14 2018 Fedora Release Engineering - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index a15a2a9..6b151ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pyglet-1.3.1-repacked.tar.gz) = 002cfd878e72383e65e100775989d7978069e8c408dca13106b5eba50944e002a3f68a4cb5069bc55770329de13f1ac3f9bad4559398219f4bf70bce864a20f5 +SHA512 (pyglet-1.3.2-repacked.tar.gz) = 06638744f24d08d1df3ada15c2a367749e2d0dfcf4aa8528e3c189778bba38e5bb55c0c2bbf55e8860d063b9240369062bbe565d8af0d4f1ad896de74a7ffd64 From eae33aaf1e5564f10947bbefceb666f932d53679 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 5 Nov 2018 15:51:52 +0100 Subject: [PATCH 2/2] Update changelog. Yes, I skipped releases 1 and 2 by mistake --- python-pyglet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index 455da66..830c87e 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -141,7 +141,7 @@ find . -name '*.py' | xargs sed --in-place -e's|#!/usr/bin/\(env \)\?python||;s/ %changelog -* Mon Nov 05 2018 Petr Viktorin - 1.3.2-2 +* Mon Nov 05 2018 Petr Viktorin - 1.3.2-3 - Update to 1.3.2 * Sat Jul 14 2018 Fedora Release Engineering - 1.3.1-3