Accepting request 107469 from devel:libraries:c_c++

- 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) (forwarded request 107468 from sbrabec)

OBS-URL: https://build.opensuse.org/request/show/107469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvoikko?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2012-03-01 06:25:43 +00:00 committed by Git OBS Bridge
commit 5b243d09c2
6 changed files with 16 additions and 43 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:acd2e6989cdcb63e0397554032f8411beb17be2e82ea691577c0411b0eefd069
size 289637

3
libvoikko-3.4.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c8bc024edf7a80efce8b1e4d6668a23866651fe6f8cd560df500e29c9561c74
size 571532

View File

@ -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,

View File

@ -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

View File

@ -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