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,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue