rpms/python-gasp/OLPC-2 .cvsignore, 1.2, 1.3 python-gasp.spec, 1.1, 1.2 sources, 1.2, 1.3

Bernardo Innocenti (bernie) fedora-extras-commits at redhat.com
Tue May 13 01:14:15 UTC 2008


Author: bernie

Update of /cvs/pkgs/rpms/python-gasp/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10919/OLPC-2

Modified Files:
	.cvsignore python-gasp.spec sources 
Log Message:
* Sat Mar 22 2008 ffm <ffm246+change at gmail.com> - 0.2.0beta1-0
- Rewrote some of the api, broke backward compatability.
- Speed increases
- Removed wait()
- end_graphics() no calls  thread.isAlive() to make sure it does not quit intill the thread is dead.
- Rewrote tests
- See http://launchpad.net/gasp-code for the full list of changes



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-gasp/OLPC-2/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Mar 2008 02:04:36 -0000	1.2
+++ .cvsignore	13 May 2008 01:13:37 -0000	1.3
@@ -1 +1 @@
-python-gasp-0.1.1.tar.bz2
+python-gasp-0.2.0beta1.tar.bz2


Index: python-gasp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-gasp/OLPC-2/python-gasp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-gasp.spec	4 Mar 2008 02:04:36 -0000	1.1
+++ python-gasp.spec	13 May 2008 01:13:37 -0000	1.2
@@ -3,7 +3,7 @@
 %{!?python_version: %define python_version %(%{__python} -c "import sys; print sys.version[0:3]")}
 
 Name:           python-gasp
-Version:        0.1.1
+Version:        0.2.0beta1
 Release:        0%{?dist}
 Summary:        API wrapper on top of pygame
 Group:          Development/Libraries
@@ -45,13 +45,22 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README COPYRIGHT TODO THANKS
+%doc README COPYRIGHT TODO CONTRIBUTORS
 %dir %{python_sitelib}/gasp
 %{python_sitelib}/gasp/*
 %dir %{python_sitelib}/gasp-%{version}-py%{python_version}.egg-info
 %{python_sitelib}/gasp-%{version}-py%{python_version}.egg-info/*
 
 %changelog
+
+* Sat Mar 22 2008 ffm <ffm246+change at gmail.com> - 0.2.0beta1-0
+- Rewrote some of the api, broke backward compatability.
+- Speed increases
+- Removed wait()
+- end_graphics() no calls  thread.isAlive() to make sure it does not quit intill the thread is dead.
+- Rewrote tests
+- See http://launchpad.net/gasp-code for the full list of changes
+
 * Mon Feb 04 2008 ffm <ffm246+change at gmail.com> - 0.1.1-0
 - Image support added/fixed, they can now be used anywhere.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-gasp/OLPC-2/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Mar 2008 02:04:36 -0000	1.2
+++ sources	13 May 2008 01:13:37 -0000	1.3
@@ -1 +1 @@
-3888db5e8d7059fd9e7cf5143cf31621  python-gasp-0.1.1.tar.bz2
+e327b23ba0bd688abf55a5aa2c311f05  python-gasp-0.2.0beta1.tar.bz2




More information about the fedora-extras-commits mailing list