diff --git a/libvoikko.changes b/libvoikko.changes index 51a3f52..159693c 100644 --- a/libvoikko.changes +++ b/libvoikko.changes @@ -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 diff --git a/libvoikko.spec b/libvoikko.spec index a6fd7f5..cfecd4b 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -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.