From af8c40f01aa97d4b004dd2904270f05d0e4e646c17f01836039dbc81dcdc8fe6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 11 Aug 2008 20:37:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeglut?expand=0&rev=4 --- freeglut-060903.tar.bz2 | 3 -- freeglut-060903.diff => freeglut-080721.diff | 0 freeglut-080721.tar.bz2 | 3 ++ freeglut.changes | 26 +++++++++++++ freeglut.spec | 40 +++++++++++++++++--- 5 files changed, 64 insertions(+), 8 deletions(-) delete mode 100644 freeglut-060903.tar.bz2 rename freeglut-060903.diff => freeglut-080721.diff (100%) create mode 100644 freeglut-080721.tar.bz2 diff --git a/freeglut-060903.tar.bz2 b/freeglut-060903.tar.bz2 deleted file mode 100644 index 6ffea80..0000000 --- a/freeglut-060903.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c66775f1b1b286151ef2fcc13bc10d9e2fb7f18d4da2a5fe789885359df4cd05 -size 225512 diff --git a/freeglut-060903.diff b/freeglut-080721.diff similarity index 100% rename from freeglut-060903.diff rename to freeglut-080721.diff diff --git a/freeglut-080721.tar.bz2 b/freeglut-080721.tar.bz2 new file mode 100644 index 0000000..3935347 --- /dev/null +++ b/freeglut-080721.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade1d6c165d32b99dee2329e0c056201e3e121df7c81a80915215af9b780a2b9 +size 230168 diff --git a/freeglut.changes b/freeglut.changes index e8a0574..82e36f2 100644 --- a/freeglut.changes +++ b/freeglut.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Aug 11 10:21:32 CEST 2008 - sndirsch@suse.de + +- switched to current freeglut sources in SVN (2008-07-21): + * Changed "fgStructure.GameMode" to "fgStructure.GameModeWindow" + to reflect better what it is + * Added an end-of-line character to a warning message about an + unknown X event type + * Fixing a problem in which "glutGetWindow" would return a menu's + window instead of the menu's parent window + * Added some handy comments, spacing, fixed a typo in a comment + * Changed "TARGET_HOST_UNIX_X11" to "TARGET_HOST_POSIX_X11" to + avoid trademark issues, per Joe Krahn; also rationalized the + other "TARGET_HOST" definitions + * Added futher callback functionality to the CallbackMaker demo + program. Also added a prompt for user input to highlight a + difference betwen GLUT and "freeglut" + * Added multisampling support for *nix and Windows; some other + pixel format changes for Windows + * Added Markus Henschel's change (e-mail to developers' list, + June 28, 2006) to have the "glutInitDisplayString" ignore + numerical assignments to tokens as a temporary fix. + * Fixed buy #1398196 in the bug tracker to the effect that + passing the wrong argument in "fghSleepForEvents" can cause + odd delays + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/freeglut.spec b/freeglut.spec index 3ce8bc4..408043f 100644 --- a/freeglut.spec +++ b/freeglut.spec @@ -1,10 +1,17 @@ # -# spec file for package freeglut (Version 060903) +# spec file for package freeglut (Version 080721) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -14,8 +21,8 @@ Name: freeglut BuildRequires: Mesa-devel gcc-c++ libdrm-devel pkgconfig xorg-x11-devel Summary: Freely licensed alternative to the GLUT library -Version: 060903 -Release: 122 +Version: 080721 +Release: 1 Url: http://freeglut.sourceforge.net/ %define USE_EXTERNAL_MESA 1 Source0: freeglut-%{version}.tar.bz2 @@ -173,6 +180,29 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Aug 11 2008 sndirsch@suse.de +- switched to current freeglut sources in SVN (2008-07-21): + * Changed "fgStructure.GameMode" to "fgStructure.GameModeWindow" + to reflect better what it is + * Added an end-of-line character to a warning message about an + unknown X event type + * Fixing a problem in which "glutGetWindow" would return a menu's + window instead of the menu's parent window + * Added some handy comments, spacing, fixed a typo in a comment + * Changed "TARGET_HOST_UNIX_X11" to "TARGET_HOST_POSIX_X11" to + avoid trademark issues, per Joe Krahn; also rationalized the + other "TARGET_HOST" definitions + * Added futher callback functionality to the CallbackMaker demo + program. Also added a prompt for user input to highlight a + difference betwen GLUT and "freeglut" + * Added multisampling support for *nix and Windows; some other + pixel format changes for Windows + * Added Markus Henschel's change (e-mail to developers' list, + June 28, 2006) to have the "glutInitDisplayString" ignore + numerical assignments to tokens as a temporary fix. + * Fixed buy #1398196 in the bug tracker to the effect that + passing the wrong argument in "fghSleepForEvents" can cause + odd delays * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support