Update to upstream 1.3.1 bugfix release
This commit is contained in:
parent
c5fe240ebf
commit
9b50284c86
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/pyglet-1.2.1-repacked.tar.gz
|
||||
/pyglet-1.2.4-repacked.tar.gz
|
||||
/pyglet-1.3.0-repacked.tar.gz
|
||||
/pyglet-1.3.1-repacked.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global with_python3 1
|
||||
|
||||
%global srcname pyglet
|
||||
%global srcversion 1.3.0
|
||||
%global srcversion 1.3.1
|
||||
%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.0
|
||||
# $ bash pyglet-get-tarball.sh pyglet-1.3.1
|
||||
# See the script for details.
|
||||
Source0: %{versionedname}-repacked.tar.gz
|
||||
Source1: pyglet-get-tarball.sh
|
||||
|
|
@ -152,6 +152,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 06 2018 Petr Viktorin <pviktori@redhat.com> - 1.3.1-1
|
||||
- Update to upstream 1.3.1 bugfix release
|
||||
|
||||
* Fri Jan 26 2018 Petr Viktorin <pviktori@redhat.com> - 1.3.0-1
|
||||
- Update to upstream 1.3.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (pyglet-1.3.0-repacked.tar.gz) = 1dace35024441b74057ab0707702dd9b66177c8ca2cb823f6751beacefe4fcc78a327f017b03350095f3a88de3e0652eea273644e7c54f27698320a6e83d744a
|
||||
SHA512 (pyglet-1.3.1-repacked.tar.gz) = 002cfd878e72383e65e100775989d7978069e8c408dca13106b5eba50944e002a3f68a4cb5069bc55770329de13f1ac3f9bad4559398219f4bf70bce864a20f5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue