OBS User unknown 2009-06-29 14:21:25 +00:00 committed by Git OBS Bridge
parent 9e3ae74e2e
commit 80ff0eda9c
5 changed files with 49 additions and 24 deletions

View File

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

View File

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

3
libvoikko-2.1.tar.bz2 Normal file
View File

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

View File

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

View File

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