Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (56e770fba080c16a87ff59b2f52bb0665c968d56)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (56e770fba080c16a87ff59b2f52bb0665c968d56)
  • Date: Tue, 7 Aug 2007 14:57:58 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

utils/strigi/DETAILS | 10 +++++-----
utils/strigi/HISTORY | 5 +++++
utils/strigi/PRE_BUILD | 3 ---
utils/strigi/iconv.diff | 11 -----------
4 files changed, 10 insertions(+), 19 deletions(-)

New commits:
commit 56e770fba080c16a87ff59b2f52bb0665c968d56
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

strigi-0.5.5

diff --git a/utils/strigi/DETAILS b/utils/strigi/DETAILS
index e00343a..f12724e 100755
--- a/utils/strigi/DETAILS
+++ b/utils/strigi/DETAILS
@@ -1,5 +1,5 @@
SPELL=strigi
- KDEVER=3.92.0
+# KDEVER=3.92.0
WEB_SITE=http://www.vandenoever.info/software/strigi/
if [[ "$STRIGI_SVN" == "y" ]]; then
if [[ "$STRIGI_SVN_AUTOUPDATE" == "y" ]]; then
@@ -13,11 +13,11 @@ fi

SOURCE_URL[0]=svn://anonsvn.kde.org/home/kde/trunk//kdesupport/$SPELL:$SPELL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
else
- VERSION=0.5.4
-
SOURCE_HASH=sha512:068dc38da60a0cd8e955e28adf2862b77607123a2e93a5117098af2c9a468e0e3c091a8e784cff3b58dc1a2f6c357e0f85875c52fcc17e772655199d651e5bc8
+ VERSION=0.5.5
+
SOURCE_HASH=sha512:c1ab6ee24016e89a02cfaeeee28141afc829eb6087fb97fc425200f046ab69444621ef8e3ccb92a73bd0e0705e270faac0bbe7616fbe72acd848fa6b47218f9e
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=$KDE_URL/unstable/${KDEVER//.0}/src/$SOURCE
-# SOURCE_URL[0]=$WEB_SITE/$SOURCE
+# SOURCE_URL[0]=$KDE_URL/unstable/${KDEVER//.0}/src/$SOURCE
+ SOURCE_URL[0]=$WEB_SITE/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
LICENSE[0]=LGPL
diff --git a/utils/strigi/HISTORY b/utils/strigi/HISTORY
index 8c2f4dc..86a2863 100644
--- a/utils/strigi/HISTORY
+++ b/utils/strigi/HISTORY
@@ -1,3 +1,8 @@
+2007-08-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.5
+ change URL back to website
+ * PRE_BUILD, iconv.diff: deleted
+
2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.4
change URL to kde
diff --git a/utils/strigi/PRE_BUILD b/utils/strigi/PRE_BUILD
deleted file mode 100755
index d702627..0000000
--- a/utils/strigi/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/iconv.diff
diff --git a/utils/strigi/iconv.diff b/utils/strigi/iconv.diff
deleted file mode 100644
index 0103e2a..0000000
--- a/utils/strigi/iconv.diff
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -uNr strigi-0.5.1.cp/src/streams/mailinputstream.cpp
strigi-0.5.1/src/streams/mailinputstream.cpp
---- strigi-0.5.1.cp/src/streams/mailinputstream.cpp 2007-05-02
20:33:11.000000000 +0200
-+++ strigi-0.5.1/src/streams/mailinputstream.cpp 2007-05-04
15:20:54.000000000 +0200
-@@ -29,6 +29,7 @@
- #include "base64inputstream.h"
- #include <cstring>
- #include <sstream>
-+#include <iconv.h>
-
- using namespace std;
- using namespace Strigi;



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (56e770fba080c16a87ff59b2f52bb0665c968d56), Treeve Jelbert, 08/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page