rpms/python-gasp/F-9 .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
Fri Jun 6 15:07:10 UTC 2008


Author: bernie

Update of /cvs/pkgs/rpms/python-gasp/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32503

Modified Files:
	.cvsignore python-gasp.spec sources 
Log Message:
* Thu Jun 05 2008 Bernie Innocenti <bernie at codewiz.org> - 0.2.0beta1-1
- Rename "python-pygame" dependency to "pygame".

* 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/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Mar 2008 01:54:59 -0000	1.2
+++ .cvsignore	6 Jun 2008 15:06:27 -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/F-9/python-gasp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-gasp.spec	4 Mar 2008 01:54:59 -0000	1.1
+++ python-gasp.spec	6 Jun 2008 15:06:27 -0000	1.2
@@ -3,8 +3,8 @@
 %{!?python_version: %define python_version %(%{__python} -c "import sys; print sys.version[0:3]")}
 
 Name:           python-gasp
-Version:        0.1.1
-Release:        0%{?dist}
+Version:        0.2.0beta1
+Release:        1%{?dist}
 Summary:        API wrapper on top of pygame
 Group:          Development/Libraries
 License:        GPLv3+
@@ -13,7 +13,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-Requires:       python-pygame
+Requires:       pygame
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 
@@ -45,13 +45,24 @@
 
 %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
+* Thu Jun 05 2008 Bernie Innocenti <bernie at codewiz.org> - 0.2.0beta1-1
+- Rename "python-pygame" dependency to "pygame".
+
+* 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/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Mar 2008 01:54:59 -0000	1.2
+++ sources	6 Jun 2008 15:06:27 -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