From 80ff0eda9cdbb66c67355343baa8c339becf79d76674fb9b6383a9d381239bd8 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 29 Jun 2009 14:21:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvoikko?expand=0&rev=7 --- libvoikko-2.0.tar.bz2 | 3 --- libvoikko-2.1-ac-macro-dir.diff | 19 +++++++++++++++++++ libvoikko-2.1.tar.bz2 | 3 +++ libvoikko.changes | 20 ++++++++++++++++++++ libvoikko.spec | 28 +++++++--------------------- 5 files changed, 49 insertions(+), 24 deletions(-) delete mode 100644 libvoikko-2.0.tar.bz2 create mode 100644 libvoikko-2.1-ac-macro-dir.diff create mode 100644 libvoikko-2.1.tar.bz2 diff --git a/libvoikko-2.0.tar.bz2 b/libvoikko-2.0.tar.bz2 deleted file mode 100644 index dd19a4a..0000000 --- a/libvoikko-2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5963cda3f63118272b5699f956a537cb8429c682f1b95c418ccfa192733d6b49 -size 271062 diff --git a/libvoikko-2.1-ac-macro-dir.diff b/libvoikko-2.1-ac-macro-dir.diff new file mode 100644 index 0000000..553e39d --- /dev/null +++ b/libvoikko-2.1-ac-macro-dir.diff @@ -0,0 +1,19 @@ +--- 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 new file mode 100644 index 0000000..58caf81 --- /dev/null +++ b/libvoikko-2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd2e6989cdcb63e0397554032f8411beb17be2e82ea691577c0411b0eefd069 +size 289637 diff --git a/libvoikko.changes b/libvoikko.changes index d236695..f762e97 100644 --- a/libvoikko.changes +++ b/libvoikko.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jun 22 14:40:48 CEST 2009 - pmladek@suse.cz + +- Updated to version 2.1: + * Add option for accepting unfinished paragraphs. + * Add option VOIKKO_OPT_HYPHENATE_UNKNOWN_WORDS. + * Add option VOIKKO_OPT_ACCEPT_BULLETED_LISTS_IN_GC. + * Add support for environment variable VOIKKO_DICTIONARY. + * Disable character case checks completely within quotations. + * Disable character case checks if sentence contains a tab character. + * Disable checks for paragraphs that contain only an URL or some other + non-standard text. + * Read replacement suggestions from data/autocorrect/fi_FI.xml. + * Do not try to check character case for sentences that have been written + fully in upper case. + * Allow sentences to start with a digit. + * Refactoring and porting to C++. +- Added gcc-c++ python python-xml into BuildRequires +- Added libvoikko-2.1-ac-macro-dir.diff, fixed autoreconf to run (sf#2810258) + ------------------------------------------------------------------- Tue Feb 3 16:10:54 CET 2009 - crrodriguez@suse.de diff --git a/libvoikko.spec b/libvoikko.spec index a694c01..4e21d90 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -1,5 +1,5 @@ # -# spec file for package libvoikko (Version 2.0) +# spec file for package libvoikko (Version 2.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,14 +19,16 @@ Name: libvoikko -Version: 2.0 -Release: 3 +Version: 2.1 +Release: 1 Url: http://voikko.sourceforge.net/ License: GPL v2 or later Summary: Spellchecker and Hyphenator for Finnish Language Group: Productivity/Text/Spell Source: libvoikko-%{version}.tar.bz2 -BuildRequires: glib2-devel libmalaga-devel +# 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 +Patch: libvoikko-2.1-ac-macro-dir.diff +BuildRequires: gcc-c++ glib2-devel libmalaga-devel python python-xml BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libvoikko1 = %{version}-%{release} @@ -90,6 +92,7 @@ Authors: %prep %setup -q +%patch %build autoreconf -f -i @@ -123,20 +126,3 @@ make %{?jobs:-j%jobs} %{_libdir}/pkgconfig/libvoikko.pc %changelog -* Tue Feb 03 2009 crrodriguez@suse.de -- remove "la" files -* Wed Oct 22 2008 mrueckert@suse.de -- fix debug_packages_requires define -* Mon Sep 08 2008 sbrabec@suse.cz -- Updated to version 2.0: - * New API for identifying sentences from text paragraphs. - * New API for paragraph based grammar checking. - * New test program voikkogc for testing grammar checker and - related functionality. - * Option VOIKKO_OPT_ENCODING has been deprecated. -* Mon Aug 04 2008 ro@suse.de -- do not require non-existent base package in voikkospell -* Fri Aug 01 2008 ro@suse.de -- fix requires for debuginfo package -* Fri Jul 25 2008 sbrabec@suse.cz -- New SuSE package based on spec file from Sami Vento (bnc#394355).