garnome r6503 - in trunk: . office/abiword office/abiword/files office/enchant office/libgda office/wv
- From: kbrae svn gnome org
- To: svn-commits-list gnome org
- Subject: garnome r6503 - in trunk: . office/abiword office/abiword/files office/enchant office/libgda office/wv
- Date: Tue, 6 May 2008 17:59:49 +0100 (BST)
Author: kbrae
Date: Tue May 6 16:59:49 2008
New Revision: 6503
URL: http://svn.gnome.org/viewvc/garnome?rev=6503&view=rev
Log:
* office/enchant: bump version to 1.4.2
* office/wv: bump version to 1.2.5, adjust MASTER_SITES
* office/libgda: revert to version 3.1.4, latest unstable branch
using the 3.0 API as needed by libgnomedb
* office/abiword: bump version to 2.6.3, add upstream patch to fix
build issues without libxml legacy code
Added:
trunk/office/abiword/files/
trunk/office/abiword/files/abiword-11483-without-legacy.diff
Modified:
trunk/ChangeLog
trunk/office/abiword/Makefile
trunk/office/abiword/checksums
trunk/office/enchant/Makefile
trunk/office/enchant/checksums
trunk/office/libgda/Makefile
trunk/office/libgda/checksums
trunk/office/wv/Makefile
trunk/office/wv/checksums
Modified: trunk/office/abiword/Makefile
==============================================================================
--- trunk/office/abiword/Makefile (original)
+++ trunk/office/abiword/Makefile Tue May 6 16:59:49 2008
@@ -1,7 +1,8 @@
GARNAME = abiword
-GARVERSION = 2.5.2
+GARVERSION = 2.6.3
CATEGORIES = office
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES = abiword-11483-without-legacy.diff
MASTER_SITES = http://www.abisource.com/downloads/abiword/$(GARVERSION)/source/
Modified: trunk/office/abiword/checksums
==============================================================================
--- trunk/office/abiword/checksums (original)
+++ trunk/office/abiword/checksums Tue May 6 16:59:49 2008
@@ -1 +1,2 @@
-bbc9c124f8072875129bd67092f0fa0b download/abiword-2.5.2.tar.gz
+40d9da8b04c70035b89f8ad7fcc4519d download/abiword-2.6.3.tar.gz
+95b9fe1d307356322fe35f643f237970 download/abiword-11483-without-legacy.diff
Added: trunk/office/abiword/files/abiword-11483-without-legacy.diff
==============================================================================
--- (empty file)
+++ trunk/office/abiword/files/abiword-11483-without-legacy.diff Tue May 6 16:59:49 2008
@@ -0,0 +1,24 @@
+--- trunk/src/af/util/xp/ut_html.cpp 2008/05/02 06:04:46 23736
++++ trunk/src/af/util/xp/ut_html.cpp 2008/05/02 16:45:53 23737
+@@ -171,8 +171,8 @@
+ if (htmlParseChunk (ctxt, buffer, static_cast<int>(length), 0))
+ {
+ UT_DEBUGMSG (("Error parsing '%s' (Line: %d, Column: %d)\n",
+- szFilename, getLineNumber(ctxt),
+- getColumnNumber(ctxt)));
++ szFilename, xmlSAX2GetLineNumber(ctxt),
++ xmlSAX2GetColumnNumber(ctxt)));
+ ret = UT_IE_IMPORTERROR;
+ break;
+ }
+@@ -183,8 +183,8 @@
+ if (htmlParseChunk (ctxt, 0, 0, 1))
+ {
+ UT_DEBUGMSG (("Error parsing '%s' (Line: %d, Column: %d)\n",
+- szFilename, getLineNumber(ctxt),
+- getColumnNumber(ctxt)));
++ szFilename, xmlSAX2GetLineNumber(ctxt),
++ xmlSAX2GetColumnNumber(ctxt)));
+ ret = UT_IE_IMPORTERROR;
+ }
+ }
Modified: trunk/office/enchant/Makefile
==============================================================================
--- trunk/office/enchant/Makefile (original)
+++ trunk/office/enchant/Makefile Tue May 6 16:59:49 2008
@@ -1,5 +1,5 @@
GARNAME = enchant
-GARVERSION = 1.4.1
+GARVERSION = 1.4.2
CATEGORIES = office
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
Modified: trunk/office/enchant/checksums
==============================================================================
--- trunk/office/enchant/checksums (original)
+++ trunk/office/enchant/checksums Tue May 6 16:59:49 2008
@@ -1 +1 @@
-8d309d2fb39a0f5fd2aa564446cb8d62 download/enchant-1.4.1.tar.gz
+fe4558269ff59f569ab9581c907d58cb download/enchant-1.4.2.tar.gz
Modified: trunk/office/libgda/Makefile
==============================================================================
--- trunk/office/libgda/Makefile (original)
+++ trunk/office/libgda/Makefile Tue May 6 16:59:49 2008
@@ -1,5 +1,5 @@
GARNAME = libgda
-GARVERSION = 3.99.2
+GARVERSION = 3.1.4
CATEGORIES = office
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
Modified: trunk/office/libgda/checksums
==============================================================================
--- trunk/office/libgda/checksums (original)
+++ trunk/office/libgda/checksums Tue May 6 16:59:49 2008
@@ -1 +1 @@
-6ef0e4385808c0dd55b9f786e74c9c3c download/libgda-3.99.2.tar.bz2
+e584211e04b502d3fb747236c913378e download/libgda-3.1.4.tar.bz2
Modified: trunk/office/wv/Makefile
==============================================================================
--- trunk/office/wv/Makefile (original)
+++ trunk/office/wv/Makefile Tue May 6 16:59:49 2008
@@ -1,9 +1,10 @@
GARNAME = wv
-GARVERSION = 1.2.4
+GARVERSION = 1.2.5
CATEGORIES = office
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-MASTER_SITES = http://$(SOURCEFORGE_NET)/wvware/
+MASTER_SITES = http://www.abisource.com/downloads/wv/$(GARVERSION)/
+# http://$(SOURCEFORGE_NET)/wvware/
LIBDEPS = platform/glib platform/libxml2 office/libgsf
Modified: trunk/office/wv/checksums
==============================================================================
--- trunk/office/wv/checksums (original)
+++ trunk/office/wv/checksums Tue May 6 16:59:49 2008
@@ -1 +1 @@
-c1861c560491f121e12917fa76970ac5 download/wv-1.2.4.tar.gz
+ae506eae4825c93d0cd7939ce6cbae41 download/wv-1.2.5.tar.gz
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]