2007-08-02 Brian Cameron <[email protected]>
authoryippi
Thu, 02 Aug 2007 06:06:42 +0000
changeset 367 16f801ffc8a1
parent 366 008da0f3cb69
child 368 4f17f8b5e830
2007-08-02 Brian Cameron <[email protected]> * SFExchat.spec, patches/xchat-01-gettext.diff: Updated to 2.8.4 and updated patch to apply against latest source.
ChangeLog
SFExchat.spec
patches/xchat-01-gettext.diff
--- a/ChangeLog	Tue Jul 31 05:23:40 2007 +0000
+++ b/ChangeLog	Thu Aug 02 06:06:42 2007 +0000
@@ -1,3 +1,8 @@
+2007-08-02  Brian Cameron  <[email protected]>
+
+	* SFExchat.spec, patches/xchat-01-gettext.diff:  Updated to 2.8.4
+	  and updated patch to apply against latest source.
+
 2007-07-31  Lin Ma  <[email protected]>
 
 	* SFEclutter-cairo.spec: based on SFEclutter.spec, cairo backend.
--- a/SFExchat.spec	Tue Jul 31 05:23:40 2007 +0000
+++ b/SFExchat.spec	Thu Aug 02 06:06:42 2007 +0000
@@ -10,7 +10,7 @@
 
 Name:                    SFExchat
 Summary:                 XChat IRC Client
-Version:                 2.8.2
+Version:                 2.8.4
 Source:                  http://www.xchat.org/files/source/2.8/xchat-%{version}.tar.bz2
 Patch1:                  xchat-01-gettext.diff
 Patch2:                  xchat-02-zero-index.diff
@@ -155,6 +155,8 @@
 %endif
 
 %changelog
+* Thu Aug 02 2007 - Brian Cameron <[email protected]>
+* Bump to 2.8.4.
 * Tue May 29 2007 - Thomas Wagner
 - bump to 2.8.2
 - /usr/bin/msgfmt errors, use /opt/sfw/bin/msgfmt
--- a/patches/xchat-01-gettext.diff	Tue Jul 31 05:23:40 2007 +0000
+++ b/patches/xchat-01-gettext.diff	Thu Aug 02 06:06:42 2007 +0000
@@ -1,9 +1,9 @@
---- xchat-2.8.0/configure.in.patch01	2007-01-02 22:33:58.000000000 -0500
-+++ xchat-2.8.0/configure.in	2007-01-07 00:12:44.563299000 -0500
-@@ -26,7 +26,13 @@
+--- xchat-2.8.4/configure.in-orig	2007-08-02 01:00:45.788380000 -0500
++++ xchat-2.8.4/configure.in	2007-08-02 01:00:20.407500000 -0500
+@@ -26,7 +26,13 @@ AC_SUBST(GETTEXT_PACKAGE)
  AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Gettext package name])
  
- ALL_LINGUAS="be ca cs de el es fi fr gl hu it ja ko lt nl pa pt ru sq sr sv uk vi zh_CN zh_TW"
+ ALL_LINGUAS="be ca cs de el es fi fr gl hu it ja ko lt mk nl pa pt ru sq sr sv uk vi zh_CN zh_TW"
 -AM_GNU_GETTEXT
 +AM_GLIB_GNU_GETTEXT
 +USE_INCLUDED_LIBINTL=no
@@ -15,7 +15,7 @@
  
  dnl displaced from acconfig.h
  AH_VERBATIM([OLD_PERL],[#undef OLD_PERL])
-@@ -307,7 +313,7 @@
+@@ -307,7 +313,7 @@ if test "$python" = yes; then
                          PY_PREFIX=`$pythonpath -c 'import sys; print sys.prefix'`
                          PY_EXEC_PREFIX=`$pythonpath -c 'import sys; print sys.exec_prefix'`
                          if test -f $PY_INC/Python.h; then