Hello community, here is the log from the commit of package phalanx for openSUSE:Factory checked in at 2012-09-14 12:33:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/phalanx (Old) and /work/SRC/openSUSE:Factory/.phalanx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "phalanx", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/phalanx/phalanx.changes 2012-05-08 06:47:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.phalanx.new/phalanx.changes 2012-09-14 12:33:47.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Aug 7 14:44:22 UTC 2012 - [email protected] + +- updated to XXIII-beta + +------------------------------------------------------------------- Old: ---- Phalanx-XXII-strings.patch phalanx-22.tar.bz2 phalanx-gcc4.patch New: ---- phalanx-XXIII-beta.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ phalanx.spec ++++++ --- /var/tmp/diff_new_pack.B1Tya6/_old 2012-09-14 12:33:48.000000000 +0200 +++ /var/tmp/diff_new_pack.B1Tya6/_new 2012-09-14 12:33:48.000000000 +0200 @@ -16,15 +16,15 @@ # +%define srcname phalanx-XXIII + Name: phalanx Url: http://sourceforge.net/projects/phalanx Provides: chess_backend -Version: 22 +Version: 22.9 Release: 0 -Source: phalanx-22.tar.bz2 +Source: %{srcname}-beta.tgz Patch0: Phalanx-XXII.diff -Patch1: Phalanx-XXII-strings.patch -Patch2: phalanx-gcc4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A Chess Program License: GPL-2.0+ @@ -40,10 +40,8 @@ Dusan Dobes <[email protected]> %prep -%setup -q -n Phalanx-XXII +%setup -q -n %{srcname} %patch0 -p1 -%patch1 -%patch2 %build make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} ++++++ Phalanx-XXII.diff ++++++ --- /var/tmp/diff_new_pack.B1Tya6/_old 2012-09-14 12:33:48.000000000 +0200 +++ /var/tmp/diff_new_pack.B1Tya6/_new 2012-09-14 12:33:48.000000000 +0200 @@ -1,7 +1,8 @@ -diff -urN Phalanx-XXII/makefile Phalanx-XXII.SuSE/makefile ---- Phalanx-XXII/makefile Sun Jan 16 22:30:49 2000 -+++ Phalanx-XXII.SuSE/makefile Mon Nov 6 22:24:16 2000 -@@ -14,10 +14,8 @@ +Index: phalanx-XXIII/makefile +=================================================================== +--- phalanx-XXIII.orig/makefile ++++ phalanx-XXIII/makefile +@@ -15,10 +15,8 @@ CFLAGS = -O0 -Wall -fomit-frame-pointer ### -DSHOW_FORCED_MOVES ### -DPBOOK_FILE=\"pbook.phalanx\" ### -DSBOOK_FILE=\"sbook.phalanx\" @@ -11,11 +12,12 @@ -### -DLEARN_DIR=\"/var/local/lib\" ### -DQCAPSONLY - DEFINES = -DGNUFUN -diff -urN Phalanx-XXII/phalanx.c Phalanx-XXII.SuSE/phalanx.c ---- Phalanx-XXII/phalanx.c Sun Jan 16 22:32:40 2000 -+++ Phalanx-XXII.SuSE/phalanx.c Mon Nov 6 22:37:50 2000 -@@ -347,8 +347,17 @@ + DEFINES = -DGNUFUN +Index: phalanx-XXIII/phalanx.c +=================================================================== +--- phalanx-XXIII.orig/phalanx.c ++++ phalanx-XXIII/phalanx.c +@@ -325,8 +325,17 @@ EcoDir = get_book_file(EcoDir,ENV_ECO,EC Eco = fopen(EcoDir,"rb"); if( Flag.learn ) { @@ -34,7 +36,7 @@ Learn.f = fopen(LbookDir,"r+"); if( Learn.f == NULL ) { -@@ -356,7 +365,7 @@ +@@ -334,7 +343,7 @@ if( Flag.learn ) int b[LFSZ]; char filename[256]; memset( b, 0, LFSZ*sizeof(int) ); @@ -43,10 +45,11 @@ free( LbookDir ); LbookDir = strdup( filename ); Learn.f = fopen(LbookDir,"w+"); -diff -urN Phalanx-XXII/phalanx.h Phalanx-XXII.SuSE/phalanx.h ---- Phalanx-XXII/phalanx.h Sun Jan 16 22:57:11 2000 -+++ Phalanx-XXII.SuSE/phalanx.h Mon Nov 6 22:24:35 2000 -@@ -184,7 +184,7 @@ +Index: phalanx-XXIII/phalanx.h +=================================================================== +--- phalanx-XXIII.orig/phalanx.h ++++ phalanx-XXIII/phalanx.h +@@ -186,7 +186,7 @@ tdist; #define PBOOK_FILE "pbook.phalanx" #endif #ifndef PBOOK_DIR @@ -55,7 +58,7 @@ #endif /* secondary (binary, large, generated from pgn) book */ -@@ -192,21 +192,18 @@ +@@ -194,22 +194,19 @@ tdist; #define SBOOK_FILE "sbook.phalanx" #endif #ifndef SBOOK_DIR @@ -73,15 +76,17 @@ #ifndef LEARN_FILE #define LEARN_FILE "learn.phalanx" --#endif + #endif -#ifndef LEARN_DIR -#define LEARN_DIR "/var/local/lib/phalanx" - #endif +-#endif #define ENV_PBOOK "PHALANXPBOOKDIR" -diff -urN Phalanx-XXII/xphalanx Phalanx-XXII.SuSE/xphalanx ---- Phalanx-XXII/xphalanx Thu Jan 1 01:00:00 1970 -+++ Phalanx-XXII.SuSE/xphalanx Mon Nov 6 22:43:00 2000 + #define ENV_SBOOK "PHALANXSBOOKDIR" +Index: phalanx-XXIII/xphalanx +=================================================================== +--- /dev/null ++++ phalanx-XXIII/xphalanx @@ -0,0 +1,27 @@ +#! /bin/sh +# -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
