[guichan] Don't try to change configure.in.

Bruno Wolff III bruno at fedoraproject.org
Sat May 28 01:41:16 UTC 2011


commit 293f30d2c3389f8da93b5667e13f85317ad85590
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Fri May 27 11:23:59 2011 -0500

    Don't try to change configure.in.
    
    This seemed to cause a lot of the autotools stuff to rebuild and
    appears to have been causing the issue with widgets not being built.

 guichan-mircoversion.patch |   11 -----------
 guichan-widgetfix.patch    |   24 ------------------------
 guichan.spec               |    2 --
 3 files changed, 0 insertions(+), 37 deletions(-)
---
diff --git a/guichan-mircoversion.patch b/guichan-mircoversion.patch
index db8b48c..8cf43d7 100644
--- a/guichan-mircoversion.patch
+++ b/guichan-mircoversion.patch
@@ -9,14 +9,3 @@
  LT_CURRENT=`expr $GUICHAN_MICRO_VERSION - $GUICHAN_INTERFACE_AGE`
  LT_REVISION=$GUICHAN_INTERFACE_AGE
  LT_AGE=`expr $GUICHAN_BINARY_AGE - $GUICHAN_INTERFACE_AGE`
---- configure.in.orig	2011-05-27 07:58:55.000000000 -0500
-+++ configure.in	2011-05-27 07:59:47.000000000 -0500
-@@ -27,7 +27,7 @@
- AC_SUBST(GUICHAN_VERSION)
- 
- dnl TODO Guichan 0.9.0: Remove the .1
--LT_RELEASE=$GUICHAN_MAJOR_VERSION.$GUICHAN_MINOR_VERSION.1
-+LT_RELEASE=$GUICHAN_MAJOR_VERSION.$GUICHAN_MINOR_VERSION.$GUICHAN_MICRO_VERSION
- LT_CURRENT=`expr $GUICHAN_MICRO_VERSION - $GUICHAN_INTERFACE_AGE`
- LT_REVISION=$GUICHAN_INTERFACE_AGE
- LT_AGE=`expr $GUICHAN_BINARY_AGE - $GUICHAN_INTERFACE_AGE`
diff --git a/guichan.spec b/guichan.spec
index 54887b7..1fde76b 100644
--- a/guichan.spec
+++ b/guichan.spec
@@ -10,7 +10,6 @@ URL:            http://guichan.sourceforge.net
 Source0:        http://guichan.googlecode.com/files/%{name}-%{version}.tar.gz
 Patch0:         guichan-0.8.1-extended-utf8-support.patch
 Patch1:         guichan-mircoversion.patch
-Patch2:         guichan-widgetfix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  allegro-devel, SDL-devel, SDL_image-devel, libGL-devel
@@ -34,7 +33,6 @@ package is needed to build programs written using guichan.
 %setup -q
 %patch0 -p1
 %patch1 -p0
-%patch2 -p0
 
 
 %build


More information about the scm-commits mailing list