rpms/quesoglc/devel quesoglc-fixbuild.patch, 1.1, 1.2 quesoglc.spec, 1.1, 1.2

Karol Trzcionka (karlik) fedora-extras-commits at redhat.com
Sat Feb 9 15:41:22 UTC 2008


Author: karlik

Update of /cvs/pkgs/rpms/quesoglc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20740

Modified Files:
	quesoglc-fixbuild.patch quesoglc.spec 
Log Message:
Rebuild for gcc43
Fix typo in patch


quesoglc-fixbuild.patch:

Index: quesoglc-fixbuild.patch
===================================================================
RCS file: /cvs/pkgs/rpms/quesoglc/devel/quesoglc-fixbuild.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quesoglc-fixbuild.patch	28 Dec 2007 18:06:21 -0000	1.1
+++ quesoglc-fixbuild.patch	9 Feb 2008 15:41:17 -0000	1.2
@@ -6,7 +6,7 @@
   */
  #ifdef GLEW_MX
 +#  define GLEW_GET_VAR(x) glewGetContext()->x
-+#  define GLXEW_GET_VAR(x) glewGetContext()->x
++#  define GLXEW_GET_VAR(x) glxewGetContext()->x
  #  define glewGetContext() ctx
  #  ifdef _WIN32
  #    define GLEW_CONTEXT_ARG_DEF_INIT GLEWContext* ctx


Index: quesoglc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/quesoglc/devel/quesoglc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quesoglc.spec	28 Dec 2007 18:06:21 -0000	1.1
+++ quesoglc.spec	9 Feb 2008 15:41:17 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           quesoglc
 Version:        0.6.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        The OpenGL Character Renderer
 
 Group:          System Environment/Libraries
@@ -71,6 +71,9 @@
 %{_libdir}/libGLC.so
 
 %changelog
+* Sat Feb 09 2008 Karol Trzcionka <karlikt at gmail.com> - 0.6.5-5
+- Rebuild for gcc43
+- Fix typo in patch
 * Thu Dec 27 2007 Karol Trzcionka <karlikt at gmail.com> - 0.6.5-4
 - Delete %%check
 * Sun Dec 23 2007 Karol Trzcionka <karlikt at gmail.com> - 0.6.5-3
@@ -82,4 +85,4 @@
 - Add Requires for subpackage -devel
 - Fix BuildRequires
 * Sat Dec 01 2007 Karol Trzcionka <karlikt at gmail.com> - 0.6.5-1
-- Initial release
\ No newline at end of file
+- Initial release




More information about the fedora-extras-commits mailing list