rpms/pyglet/devel .cvsignore, 1.3, 1.4 pyglet.spec, 1.3, 1.4 sources, 1.3, 1.4

Orcan Ogetbil oget at rpmfusion.org
Sat Feb 6 01:06:34 CET 2010


Author: oget

Update of /cvs/free/rpms/pyglet/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32752

Modified Files:
	.cvsignore pyglet.spec sources 
Log Message:
* Thu Feb 04 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.4-1
- update to 1.1.4



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/pyglet/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	26 Mar 2009 08:30:29 -0000	1.3
+++ .cvsignore	6 Feb 2010 00:06:33 -0000	1.4
@@ -1 +1 @@
-pyglet-1.1.3.tar.gz
+pyglet-1.1.4.tar.gz


Index: pyglet.spec
===================================================================
RCS file: /cvs/free/rpms/pyglet/devel/pyglet.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyglet.spec	26 Mar 2009 08:30:29 -0000	1.3
+++ pyglet.spec	6 Feb 2010 00:06:33 -0000	1.4
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pyglet
-Version:        1.1.3
+Version:        1.1.4
 Release:        1%{?dist}
 Summary:        A cross-platform windowing and multimedia library for Python
 Group:          Development/Libraries
@@ -18,8 +18,13 @@
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
-Requires:       gdk-pixbuf, gtk2, openal 
-Requires:       avbin libGL libGLU
+
+Requires:       avbin
+Requires:       gdk-pixbuf
+Requires:       gtk2
+Requires:       libGL
+Requires:       libGLU
+Requires:       openal 
 
 %description
 Pyglet provides an object-oriented programming interface for developing
@@ -60,28 +65,10 @@
 
 %patch0 -p2 -b .loading.order
 
-# Fixes for various permission and EOL encoding problems:
-# Everything is reported to upstream:
-# http://code.google.com/p/pyglet/issues/detail?id=368
-chmod +x tools/*.py
-chmod +x examples/*.py
-chmod +x examples/soundspace/soundspace.py
-sed 's|#!/usr/bin/env python|#|' examples/soundspace/reader.py > reader.py.tmp
-touch -r examples/soundspace/reader.py reader.py.tmp
-mv -f reader.py.tmp examples/soundspace/reader.py
-chmod 644 CHANGELOG NOTICE
-sed 's/\r//' NOTICE > NOTICE.tmp
-touch -r NOTICE NOTICE.tmp
-mv -f NOTICE.tmp NOTICE
-chmod -x doc/html/programming_guide/*.py
-
-# Remove the preshipped font (it will use the saved_by_zero.ttf font if 
-# larabie-fonts-uncommon is installed)
-rm examples/astraea/res/saved_by_zero.ttf
-sed "s@\(resource.add_font('saved_by_zero.ttf')\)@try: \1\nexcept: pass@" examples/astraea/astraea.py > astrea.py.tmp
-touch -r examples/astraea/astraea.py astrea.py.tmp
-mv -f astrea.py.tmp examples/astraea/astraea.py
-chmod +x examples/astraea/astraea.py
+for i in doc/html/*/*.py; do
+    sed -i '\|/usr/bin/env python|d' $i
+    chmod -x $i
+done
 
 %build
 echo "Nothing to build."
@@ -115,6 +102,9 @@
 %{_datadir}/%{name}
 
 %changelog
+* Thu Feb 04 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.4-1
+- update to 1.1.4
+
 * Thu Mar 26 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.3-1
 - update to 1.1.3
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/pyglet/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	26 Mar 2009 08:30:29 -0000	1.3
+++ sources	6 Feb 2010 00:06:33 -0000	1.4
@@ -1 +1 @@
-54530c20a95fffeb6c60fd4a9b073b83  pyglet-1.1.3.tar.gz
+b2363642dc3832e95dc4e63a6793467f  pyglet-1.1.4.tar.gz



More information about the rpmfusion-commits mailing list