rpms/pachi/devel pachi-fixes.patch,1.1,1.2 pachi.spec,1.3,1.4

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sat Jan 12 11:02:32 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/pachi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9596

Modified Files:
	pachi-fixes.patch pachi.spec 
Log Message:
* Sat Jan 12 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-4
- Fix compilation with gcc 4.3


pachi-fixes.patch:

Index: pachi-fixes.patch
===================================================================
RCS file: /cvs/extras/rpms/pachi/devel/pachi-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pachi-fixes.patch	11 Nov 2006 06:57:40 -0000	1.1
+++ pachi-fixes.patch	12 Jan 2008 11:02:23 -0000	1.2
@@ -15,16 +15,15 @@
 diff -ur Pachi/src/faes.cpp Pachi.new/src/faes.cpp
 --- Pachi/src/faes.cpp	2004-03-28 20:14:10.000000000 +0200
 +++ Pachi.new/src/faes.cpp	2006-11-10 14:57:33.000000000 +0100
-@@ -16,6 +16,8 @@
+@@ -16,6 +16,7 @@
      *                                                                 *
      *******************************************************************/
  
-+#define _GNU_SOURCE /* this must be done before the first include of unistd.h */
 +#include <unistd.h>
  #include<stdio.h>
  #include<stdlib.h>
  #include<stdarg.h>
-@@ -31,6 +33,8 @@
+@@ -31,6 +32,8 @@
  #include"proto.h"
  #include"credits.h"
  
@@ -53,7 +52,7 @@
      initsdl();
  
      if(argc > 1)
-@@ -86,6 +103,9 @@
+@@ -86,6 +102,9 @@
  	    do_hiscores();
  	}
      }
@@ -63,7 +62,6 @@
  //    outro();
      SDL_JoystickClose(joystick);
      SDL_Quit();
-Only in Pachi.new/src: faes.cpp~
 diff -ur Pachi/src/file.c Pachi.new/src/file.c
 --- Pachi/src/file.c	2004-03-28 21:55:10.000000000 +0200
 +++ Pachi.new/src/file.c	2006-11-10 14:57:31.000000000 +0100


Index: pachi.spec
===================================================================
RCS file: /cvs/extras/rpms/pachi/devel/pachi.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pachi.spec	15 Aug 2007 08:43:00 -0000	1.3
+++ pachi.spec	12 Jan 2008 11:02:23 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           pachi
 Version:        1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Pachi El Marciano - Platform Game
 Group:          Amusements/Games
 License:        GPLv2+
@@ -78,6 +78,9 @@
 
 
 %changelog
+* Sat Jan 12 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-4
+- Fix compilation with gcc 4.3
+
 * Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-3
 - Update License tag for new Licensing Guidelines compliance
 




More information about the fedora-extras-commits mailing list