rpms/python-gasp/devel python-gasp.spec,1.1,1.2

Bernardo Innocenti (bernie) fedora-extras-commits at redhat.com
Fri Jun 6 13:18:17 UTC 2008


Author: bernie

Update of /cvs/pkgs/rpms/python-gasp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11773

Modified Files:
	python-gasp.spec 
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: python-gasp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-gasp/devel/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 13:17:33 -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.
 




More information about the fedora-extras-commits mailing list