Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d5d93bf5da6f9b76209489914debc43c732c8e07)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d5d93bf5da6f9b76209489914debc43c732c8e07)
  • Date: Thu, 15 Apr 2010 01:31:45 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
gnome2-apps/abiword/DETAILS | 4 ++--
gnome2-apps/abiword/HISTORY | 4 ++++
gnome2-apps/abiword/PRE_BUILD | 4 ----
gnome2-apps/abiword/abiword-2.8.3.tar.gz.sig | 0
gnome2-apps/abiword/abiword-2.8.4.tar.gz.sig |binary
gnome2-apps/abiword/delete.patch | 11 -----------
7 files changed, 6 insertions(+), 17 deletions(-)

New commits:
commit d5d93bf5da6f9b76209489914debc43c732c8e07
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

abiword: => 2.8.4

diff --git a/gnome2-apps/abiword/DETAILS b/gnome2-apps/abiword/DETAILS
index ba8b5cb..4b27aec 100755
--- a/gnome2-apps/abiword/DETAILS
+++ b/gnome2-apps/abiword/DETAILS
@@ -1,10 +1,10 @@
SPELL=abiword
if [[ $DEVEL == y ]]; then
- VERSION=2.8.3
+ VERSION=2.8.4
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL[0]=http://www.abisource.com/downloads/$SPELL/$VERSION/source/$SOURCE
else
- VERSION=2.8.3
+ VERSION=2.8.4
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL[0]=http://www.abisource.com/downloads/$SPELL/$VERSION/source/$SOURCE
fi
diff --git a/gnome2-apps/abiword/HISTORY b/gnome2-apps/abiword/HISTORY
index 8b52bd8..de7cf61 100644
--- a/gnome2-apps/abiword/HISTORY
+++ b/gnome2-apps/abiword/HISTORY
@@ -1,3 +1,7 @@
+2010-04-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.8.4
+ * PRE_BUILD, delete.patch: removed
+
2010-04-05 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: depends on librsvg2

diff --git a/gnome2-apps/abiword/PRE_BUILD b/gnome2-apps/abiword/PRE_BUILD
deleted file mode 100755
index a74c8e1..0000000
--- a/gnome2-apps/abiword/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/delete.patch"
diff --git a/gnome2-apps/abiword/abiword-2.8.3.tar.gz.sig
b/gnome2-apps/abiword/abiword-2.8.3.tar.gz.sig
deleted file mode 100644
index dea8c44..0000000
Binary files a/gnome2-apps/abiword/abiword-2.8.3.tar.gz.sig and /dev/null
differ
diff --git a/gnome2-apps/abiword/abiword-2.8.4.tar.gz.sig
b/gnome2-apps/abiword/abiword-2.8.4.tar.gz.sig
new file mode 100644
index 0000000..d2484f6
Binary files /dev/null and b/gnome2-apps/abiword/abiword-2.8.4.tar.gz.sig
differ
diff --git a/gnome2-apps/abiword/delete.patch
b/gnome2-apps/abiword/delete.patch
deleted file mode 100644
index 3b0236d..0000000
--- a/gnome2-apps/abiword/delete.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/text/fmt/xp/fp_TextRun.cpp.orig 2009/12/19 00:44:28
-+++ src/text/fmt/xp/fp_TextRun.cpp 2010/04/03 13:54:44
-@@ -3396,7 +3396,7 @@
-
- m_pRenderInfo->m_pText = text;
- m_pRenderInfo->m_iOffset = iDocumentPosition - iRunOffset;
-- m_pRenderInfo->m_iLength = getLength();
-+ m_pRenderInfo->m_iLength = iCount;
- if(!getGraphics()->needsSpecialCaretPositioning(*m_pRenderInfo))
- {
- DELETEP(text);



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d5d93bf5da6f9b76209489914debc43c732c8e07), Vlad Glagolev, 04/15/2010

Archive powered by MHonArc 2.6.24.

Top of Page