Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eae33aaf1e | ||
|
|
ec7a429d6b |
2 changed files with 6 additions and 3 deletions
|
|
@ -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 <pviktori@redhat.com> - 1.3.2-3
|
||||
- Update to 1.3.2
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (pyglet-1.3.1-repacked.tar.gz) = 002cfd878e72383e65e100775989d7978069e8c408dca13106b5eba50944e002a3f68a4cb5069bc55770329de13f1ac3f9bad4559398219f4bf70bce864a20f5
|
||||
SHA512 (pyglet-1.3.2-repacked.tar.gz) = 06638744f24d08d1df3ada15c2a367749e2d0dfcf4aa8528e3c189778bba38e5bb55c0c2bbf55e8860d063b9240369062bbe565d8af0d4f1ad896de74a7ffd64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue