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

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Apr 13 19:19:59 UTC 2007


Author: jwrdegoede

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

Modified Files:
	PyOpenGL.spec 
Log Message:
* Fri Apr 13 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 3.0.0-0.3.a6
- Add missing freeglut, libGL and libGLU requires (bz 236159)



Index: PyOpenGL.spec
===================================================================
RCS file: /cvs/extras/rpms/PyOpenGL/FC-6/PyOpenGL.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PyOpenGL.spec	3 Apr 2007 06:04:25 -0000	1.2
+++ PyOpenGL.spec	13 Apr 2007 19:19:20 -0000	1.3
@@ -3,7 +3,7 @@
 
 Name:           PyOpenGL
 Version:        3.0.0
-Release:        0.2.%{prever}%{?dist}.1
+Release:        0.3.%{prever}%{?dist}
 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 python-ctypes
+Requires:       python-numeric python-setuptools libGL libGLU freeglut
 # in some other repositories this is named python-opengl
 Provides:       python-opengl = %{version}-%{release}
 Obsoletes:      python-opengl < %{version}-%{release}
@@ -85,8 +85,8 @@
 
 
 %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)
+* Fri Apr 13 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 3.0.0-0.3.a6
+- Add missing freeglut, libGL and libGLU requires (bz 236159)
 
 * 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)




More information about the scm-commits mailing list