From 9c8f85116b9f3bfe1d9183a3822c221a5a31bb65 Mon Sep 17 00:00:00 2001 From: Karol Trzcionka Date: Feb 23 2008 18:51:47 +0000 Subject: Update to v0.7.0 --- diff --git a/.cvsignore b/.cvsignore index 7ccdd51..0d014aa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -quesoglc-0.6.5-freecode.tar.gz +quesoglc-0.7.0-freecode.tar.gz diff --git a/quesoglc-fixbuild.patch b/quesoglc-fixbuild.patch deleted file mode 100644 index bfc1605..0000000 --- a/quesoglc-fixbuild.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -up ./src/glew.c.fixbuild ./src/glew.c ---- ./src/glew.c.fixbuild 2007-02-21 00:19:28.000000000 +0100 -+++ ./src/glew.c 2007-12-21 23:16:11.000000000 +0100 -@@ -40,6 +40,8 @@ - * Define glewGetContext and related helper macros. - */ - #ifdef GLEW_MX -+# define GLEW_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 -@@ -56,6 +58,8 @@ - # endif /* _WIN32 */ - # define GLEW_CONTEXT_ARG_DEF_LIST GLEWContext* ctx - #else /* GLEW_MX */ -+# define GLEW_GET_VAR(x) x -+# define GLXEW_GET_VAR(x) x - # define GLEW_CONTEXT_ARG_DEF_INIT void - # define GLEW_CONTEXT_ARG_VAR_INIT - # define GLEW_CONTEXT_ARG_DEF_LIST void diff --git a/quesoglc.spec b/quesoglc.spec index 1977720..ad73e0b 100644 --- a/quesoglc.spec +++ b/quesoglc.spec @@ -1,6 +1,6 @@ Name: quesoglc -Version: 0.6.5 -Release: 5%{?dist} +Version: 0.7.0 +Release: 1%{?dist} Summary: The OpenGL Character Renderer Group: System Environment/Libraries @@ -8,13 +8,12 @@ License: LGPLv2+ URL: http://quesoglc.sourceforge.net/ #Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source0: %{name}-%{version}-freecode.tar.gz +Source1: generate-tarball.sh # quesoglc contains non-free code that we cannot ship (under freeB and GLXPL). # Therefore we use this script to remove the patented code before shipping it. # Download the upstream tarball and invoke this script while in the # tarball's directory: -# ./generate-tarball.sh 0.6.5 -Source1: generate-tarball.sh -Patch0: %{name}-fixbuild.patch +# ./generate-tarball.sh 0.7.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fontconfig-devel freeglut-devel @@ -39,7 +38,6 @@ for developing GLC applications. %prep %setup -q -%patch0 ln -s %{_includedir}/GL/{glxew,wglew,glew}.h include/GL/ %build @@ -63,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_libdir}/libGLC.so.* -%doc AUTHORS Changelog LICENSE README THANKS docs/html +%doc AUTHORS ChangeLog COPYING README THANKS docs/html %files devel %defattr(-,root,root,-) @@ -71,6 +69,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libGLC.so %changelog +* Sat Feb 23 2008 Karol Trzcionka - 0.7.0-1 +- Update to v0.7.0 * Sat Feb 09 2008 Karol Trzcionka - 0.6.5-5 - Rebuild for gcc43 - Fix typo in patch diff --git a/sources b/sources index 432f0a0..f332bbd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f764ecd6fb9148a1f4be7a13128958b6 quesoglc-0.6.5-freecode.tar.gz +a1b470da01c7274ddbf65d8ca8bc4d1c quesoglc-0.7.0-freecode.tar.gz