OBS User unknown 2008-10-22 23:26:24 +00:00 committed by Git OBS Bridge
parent f40328697e
commit 107b63c964
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 22 16:17:29 CEST 2008 - mrueckert@suse.de
- fix debug_packages_requires define
-------------------------------------------------------------------
Mon Sep 8 17:36:24 CEST 2008 - sbrabec@suse.cz

View File

@ -20,7 +20,7 @@
Name: libvoikko
Version: 2.0
Release: 1
Release: 2
Url: http://voikko.sourceforge.net/
License: GPL v2 or later
Summary: Spellchecker and Hyphenator for Finnish Language
@ -28,7 +28,7 @@ Group: Productivity/Text/Spell
Source: libvoikko-%{version}.tar.bz2
BuildRequires: glib2-devel libmalaga-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libvoikko1 = %{version}
%define debug_package_requires libvoikko1 = %{version}-%{release}
%description
Voikko is a Finnish spellchecker and hyphenator based on Malaga and
@ -123,6 +123,8 @@ make %{?jobs:-j%jobs}
%{_libdir}/pkgconfig/libvoikko.pc
%changelog
* 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.