summaryrefslogtreecommitdiff
path: root/libexttextcat
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-03-25 19:09:50 +0100
committerMichael Stahl <mstahl@redhat.com>2013-03-25 19:12:25 +0100
commita81f44c707c4df56e7b999fa3b656d7fa4543d1b (patch)
tree96a3468d2a604efd8be97411ae16ce20e337abfb /libexttextcat
parentf8a3582d4cbcf6a705f724b921e370c739ecee35 (diff)
libexttextcat: fix the --with-system case too...
... by introducing a version check that is so horribly ugly that it will hopefully be removed again as soon as a new upstream release with the rename is available. Change-Id: I8e0409ba7331dec7140d2a4a49720c804e90582f
Diffstat (limited to 'libexttextcat')
-rw-r--r--libexttextcat/unkown.patch.115
1 files changed, 15 insertions, 0 deletions
diff --git a/libexttextcat/unkown.patch.1 b/libexttextcat/unkown.patch.1
index b57ceeb7e729..f29aae247405 100644
--- a/libexttextcat/unkown.patch.1
+++ b/libexttextcat/unkown.patch.1
@@ -1,3 +1,18 @@
+diff -ur exttextcat.old/configure exttextcat/configure
+--- exttextcat.old/configure 2012-06-28 10:17:56.000000000 +0200
++++ exttextcat/configure 2013-03-25 18:58:00.520816594 +0100
+@@ -11776,9 +11776,9 @@
+
+ EXTTEXTCAT_MINOR_VERSION=4
+
+-EXTTEXTCAT_MICRO_VERSION=0
++EXTTEXTCAT_MICRO_VERSION=1
+
+-EXTTEXTCAT_VERSION=3.4.0
++EXTTEXTCAT_VERSION=3.4.1
+
+
+ ac_config_files="$ac_config_files libexttextcat.pc Makefile langclass/Makefile langclass/LM/Makefile langclass/ShortTexts/Makefile src/Makefile src/exttextcat-version.h src/test-primary.sh src/test-secondary.sh"
diff -ur exttextcat.old/src/textcat.c exttextcat/src/textcat.c
--- exttextcat.old/src/textcat.c 2012-11-01 15:40:35.000000000 +0100
+++ exttextcat/src/textcat.c 2013-03-25 16:22:57.226896529 +0100