Update to upstream 1.2.1 release
This commit is contained in:
parent
7d64743318
commit
81300daa82
3 changed files with 8 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
|||
%global with_python3 1
|
||||
|
||||
%global srcname pyglet
|
||||
%global srcversion 1.2.0
|
||||
%global srcversion 1.2.1
|
||||
%global versionedname %{srcname}-%{srcversion}
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: %{srcversion}
|
||||
Release: 0.13%{?dist}
|
||||
Release: 0%{?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:
|
||||
# $ bash pyglet-get-tarball.sh pyglet-1.2.0
|
||||
# $ bash pyglet-get-tarball.sh pyglet-1.2.1
|
||||
# See the script for details.
|
||||
Source0: %{versionedname}-repacked.tar.gz
|
||||
Source1: pyglet-get-tarball.sh
|
||||
|
|
@ -133,6 +133,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 28 2015 Petr Viktorin <pviktori@redhat.com> - 1.2.1-0
|
||||
- Update to upstream 1.2.1 release
|
||||
|
||||
* Wed Jan 28 2015 Petr Viktorin <pviktori@redhat.com> - 1.2-0.13
|
||||
- Actually use the 1.2.0 release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue