Date: Monday, November 22, 2010 @ 21:02:38 Author: eric Revision: 100378
upgpkg: xchat 2.8.8-4 Rebuilt against perl 5.12.2, Removed ChangeLog Modified: xchat/trunk/PKGBUILD Deleted: xchat/trunk/ChangeLog -----------+ ChangeLog | 49 ------------------------------------------------- PKGBUILD | 3 +-- 2 files changed, 1 insertion(+), 51 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2010-11-23 01:27:23 UTC (rev 100377) +++ ChangeLog 2010-11-23 02:02:38 UTC (rev 100378) @@ -1,49 +0,0 @@ -2010-08-21 Eric Belanger <[email protected]> - - * xchat 2.8.8-3 - * Rebuilt for python2 - -2010-08-13 Ionut Biru <[email protected]> - - * xchat 2.8.8-2 - * perl 5.12 rebuild - -2010-05-30 Eric Belanger <[email protected]> - - * xchat 2.8.8-1 - * Upstream update - * Added python optdepends - * Removed old patches - -2010-03-29 Eric Belanger <[email protected]> - - * Fixed buttons hotkey (close FS#17076) - -2009-09-30 Eric Belanger <[email protected]> - - * xchat 2.8.6-5 - * Rebuilt against perl 5.10.1-3 - -2009-09-28 Eric Belanger <[email protected]> - - * xchat 2.8.6-4 - * Fixed crash when transparent background is enabled (close FS#15360) - -2008-11-08 Eric Belanger <[email protected]> - - * xchat 2.8.6-3 - * Rebuild for python-2.6 (close FS#11998) - * Applied gtk2 patch - -2008-09-05 Eric Belanger <[email protected]> - - * xchat 2.8.6-2 - * Applied upstream maintenance patch - * Added tcl optdepends - -2008-06-13 Eric Belanger <[email protected]> - - * xchat 2.8.6-1 - * Upstream update - * Added spell checking support (close FS#10395) - * Added ChangeLog Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-11-23 01:27:23 UTC (rev 100377) +++ PKGBUILD 2010-11-23 02:02:38 UTC (rev 100378) @@ -3,7 +3,7 @@ pkgname=xchat pkgver=2.8.8 -pkgrel=3 +pkgrel=4 pkgdesc="A GTK+ based IRC client" arch=('i686' 'x86_64') url="http://www.xchat.org/" @@ -13,7 +13,6 @@ optdepends=('enchant: for spell checking support' 'tcl: for tcl plugin' \ 'python2: for python plugin') options=('!libtool') -changelog=ChangeLog source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) md5sums=('9a11f13121ff0af787bba3b014378e58') sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532')
