rpms/PyOpenGL/FC-6 PyOpenGL.spec,1.1,1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Apr 3 06:04:58 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/PyOpenGL/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21409

Modified Files:
	PyOpenGL.spec 
Log Message:
* Tue Apr  3 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 3.0.0-0.2.a6%{?dist}.1
- Add missing Requires: "python-ctypes" (bz 234941)



Index: PyOpenGL.spec
===================================================================
RCS file: /cvs/extras/rpms/PyOpenGL/FC-6/PyOpenGL.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PyOpenGL.spec	2 Apr 2007 05:29:01 -0000	1.1
+++ PyOpenGL.spec	3 Apr 2007 06:04:25 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:           PyOpenGL
 Version:        3.0.0
-Release:        0.2.%{prever}%{?dist}
+Release:        0.2.%{prever}%{?dist}.1
 Summary:        Python bindings for OpenGL
 License:        BSD
 Group:          System Environment/Libraries
@@ -13,7 +13,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel python-setuptools
 BuildArch:      noarch
-Requires:       python-numeric python-setuptools
+Requires:       python-numeric python-setuptools python-ctypes
 # in some other repositories this is named python-opengl
 Provides:       python-opengl = %{version}-%{release}
 Obsoletes:      python-opengl < %{version}-%{release}
@@ -85,6 +85,9 @@
 
 
 %changelog
+* Tue Apr  3 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 3.0.0-0.2.a6%{?dist}.1
+- Add missing Requires: "python-ctypes" (bz 234941)
+
 * Thu Mar 29 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 3.0.0-0.2.a6
 - Remove tests from the package (bz 234121)
 - Add -Tk subpackage (bz 234121)




More information about the fedora-extras-commits mailing list