diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-03-25 21:26:45 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-03-25 21:44:34 +0100 |
commit | 221960b0281cf24a1c2402cce6ad1b7f0053973a (patch) | |
tree | f6bfdbf1d06b18f2938cbad1b54b0f100d21bfc6 /libexttextcat | |
parent | 501145f2e3c84d1b07930ea8f0a012060dbff48b (diff) |
libexttextcat: mis-spell it again for old versions
Also, windows build cunningly uses an included version header that would
be overwritten by configure.
Change-Id: Id01b5dcd0f021a11d016571b6ee81e4fb8495020
Diffstat (limited to 'libexttextcat')
-rw-r--r-- | libexttextcat/unkown.patch.1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libexttextcat/unkown.patch.1 b/libexttextcat/unkown.patch.1 index f29aae247405..731175817a73 100644 --- a/libexttextcat/unkown.patch.1 +++ b/libexttextcat/unkown.patch.1 @@ -13,6 +13,21 @@ diff -ur exttextcat.old/configure exttextcat/configure 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/exttextcat-version.h exttextcat/src/exttextcat-version.h +--- exttextcat.old/src/exttextcat-version.h 2013-02-07 21:58:20.519793018 +0100 ++++ exttextcat/src/exttextcat-version.h 2013-03-25 21:40:24.822732870 +0100 +@@ -1,9 +1,9 @@ + #ifndef EXTTEXTCAT_VERSION_H + #define EXTTEXTCAT_VERSION_H + +-#define EXTTEXTCAT_VERSION "3.4.0" ++#define EXTTEXTCAT_VERSION "3.4.1" + #define EXTTEXTCAT_VERSION_MAJOR 3 + #define EXTTEXTCAT_VERSION_MINOR 4 +-#define EXTTEXTCAT_VERSION_MICRO 0 ++#define EXTTEXTCAT_VERSION_MICRO 1 + + #endif 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 |