diff --git a/libvoikko-2.1-ac-macro-dir.diff b/libvoikko-2.1-ac-macro-dir.diff deleted file mode 100644 index 553e39d..0000000 --- a/libvoikko-2.1-ac-macro-dir.diff +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.am -+++ Makefile.am -@@ -1,6 +1,3 @@ - SUBDIRS = src src/tools - - EXTRA_DIST = data/autocorrect/fi_FI.xml data/autocorrect/autocorrect.dtd -- --ACLOCAL_AMFLAGS = -I m4 -- ---- configure.ac -+++ configure.ac -@@ -21,7 +21,6 @@ - AC_INIT([libvoikko],[2.1],[hatapitk@iki.fi]) - AC_CONFIG_HEADERS(config.h) - AM_INIT_AUTOMAKE([1.10 foreign]) --AC_CONFIG_MACRO_DIR([m4]) - - dnl Checks for programs - AC_PROG_CXX diff --git a/libvoikko-2.1.tar.bz2 b/libvoikko-2.1.tar.bz2 deleted file mode 100644 index 58caf81..0000000 --- a/libvoikko-2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acd2e6989cdcb63e0397554032f8411beb17be2e82ea691577c0411b0eefd069 -size 289637 diff --git a/libvoikko-3.4.1.tar.gz b/libvoikko-3.4.1.tar.gz new file mode 100644 index 0000000..220d011 --- /dev/null +++ b/libvoikko-3.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8bc024edf7a80efce8b1e4d6668a23866651fe6f8cd560df500e29c9561c74 +size 571532 diff --git a/libvoikko-wrong-memset.patch b/libvoikko-wrong-memset.patch deleted file mode 100644 index 8053d31..0000000 --- a/libvoikko-wrong-memset.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: libvoikko-2.1/src/grammar/grammar.cpp -=================================================================== ---- libvoikko-2.1.orig/src/grammar/grammar.cpp -+++ libvoikko-2.1/src/grammar/grammar.cpp -@@ -27,7 +27,7 @@ - namespace libvoikko { - - void init_gc_error(voikko_grammar_error * gc_error) { -- memset(gc_error, 0, sizeof(gc_error)); -+ memset(gc_error, 0, sizeof(voikko_grammar_error)); - } - - VOIKKOEXPORT voikko_grammar_error voikko_next_grammar_error_cstr(int handle, const char * text, diff --git a/libvoikko.changes b/libvoikko.changes index 1a99436..dba454f 100644 --- a/libvoikko.changes +++ b/libvoikko.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 28 21:28:47 CET 2012 - sbrabec@suse.cz + +- Upgrade to version 3.4.1: + * Many new features, improvements and bug fixes. See ChangeLog + for details. + * Handle embedded null input characters in Python and Java + interfaces. (bnc#699707) + ------------------------------------------------------------------- Mon Jan 30 13:08:16 UTC 2012 - jengelh@medozas.de diff --git a/libvoikko.spec b/libvoikko.spec index d5fca00..00e9ef7 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -15,19 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: libvoikko -Version: 2.1 +Version: 3.4.1 Release: 0 Url: http://voikko.sourceforge.net/ Summary: Spellchecker and Hyphenator for Finnish Language License: GPL-2.0+ Group: Productivity/Text/Spell -Source: libvoikko-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/project/voikko/%{name}/%{version}/%{name}-%{version}.tar.gz Source99: baselibs.conf -# PATCH-FIX-UPSTREAM libvoikko-2.1-ac-macro-dir.diff sf#2810258 pmladek@suse.cz -- can't run autoreconf because the m4 direcotry is neither in the source tarball nor in svn -Patch1: libvoikko-2.1-ac-macro-dir.diff -# PATCH-FIX-UPSTREAM libvoikko-wrong-memset.patch idoenmez@suse.de -- Fix wrong size parameter in memset call -Patch2: libvoikko-wrong-memset.patch BuildRequires: gcc-c++ BuildRequires: glib2-devel BuildRequires: libmalaga-devel @@ -70,8 +68,6 @@ Suomi-Malaga. %prep %setup -q -%patch1 -%patch2 -p1 %build autoreconf -f -i