Mailinglist Archive: opensuse-commit (1262 mails)

< Previous Next >
commit glchess
  • From: root@xxxxxxx (h_root)
  • Date: Sun, 10 Sep 2006 23:46:28 +0200 (CEST)
  • Message-id: <20060910214628.CD9A318B119@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package glchess
checked in at Sun Sep 10 23:46:28 CEST 2006.

--------
--- glchess/glchess.changes 2006-01-25 21:36:13.000000000 +0100
+++ glchess/glchess.changes 2006-09-09 18:50:47.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Sep 9 18:50:37 CEST 2006 - meissner@xxxxxxx
+
+- use RPM_OPT_FLAGS, fixed bad warnings.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glchess.spec ++++++
--- /var/tmp/diff_new_pack.ESYBYg/_old 2006-09-10 23:46:17.000000000 +0200
+++ /var/tmp/diff_new_pack.ESYBYg/_new 2006-09-10 23:46:17.000000000 +0200
@@ -1,11 +1,11 @@
#
# spec file for package glchess (Version 0.4.7)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 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.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild
@@ -17,7 +17,7 @@
Requires: chess_backend
Autoreqprov: on
Version: 0.4.7
-Release: 161
+Release: 177
Summary: 3D Chess Game
URL: http://glchess.sourceforge.net/
Source: glchess-%{version}.tar.bz2
@@ -43,6 +43,7 @@

%build
./autogen.sh
+CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} --mandir=%{_mandir} --sysconfdir=%{_sysconfdir}
make

@@ -75,6 +76,8 @@
%config %{_sysconfdir}/*

%changelog -n glchess
+* Sat Sep 09 2006 - meissner@xxxxxxx
+- use RPM_OPT_FLAGS, fixed bad warnings.
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Wed Sep 07 2005 - sbrabec@xxxxxxx

++++++ glchess-0.4.6.diff ++++++
--- /var/tmp/diff_new_pack.ESYBYg/_old 2006-09-10 23:46:17.000000000 +0200
+++ /var/tmp/diff_new_pack.ESYBYg/_new 2006-09-10 23:46:17.000000000 +0200
@@ -65,3 +65,26 @@
{GPA "/_Yourself (no engine)","Y", start_game, 3, "<Item>"},
{"/Game/_Resign", "R", resign_game, 1, "<Item>"},
{"/Game/sep1", NULL, NULL, 0, "<Separator>"},
+--- glchess-0.4.7/configure.in.xx 2006-09-09 18:13:48.000000000 +0200
++++ glchess-0.4.7/configure.in 2006-09-09 18:14:06.000000000 +0200
+@@ -75,8 +75,8 @@
+ AC_C_CONST
+ AC_TYPE_SIZE_T
+
+-CFLAGS="$GTK_CFLAGS $GL_CFLAGS $GTKGL_CFLAGS"
+-LIBS="$GTKGL_LIBS $GTK_LIBS $GL_LIBS $IMG_LIBS"
++CFLAGS="$CFLAGS $GTK_CFLAGS $GL_CFLAGS $GTKGL_CFLAGS"
++LIBS="$LIBS $GTKGL_LIBS $GTK_LIBS $GL_LIBS $IMG_LIBS"
+
+ AC_OUTPUT(src/Makefile man/Makefile textures/Makefile Makefile)
+
+--- glchess-0.4.7/src/texture.c.xx 2006-09-09 18:48:32.000000000 +0200
++++ glchess-0.4.7/src/texture.c 2006-09-09 18:48:53.000000000 +0200
+@@ -21,6 +21,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+
+ #include "global.h"
+ #include "texture.h"




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages