From 107b63c964dd3c34fb9966b7116e23e903c070a3a7910346b9dcae598234a0a7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 22 Oct 2008 23:26:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvoikko?expand=0&rev=5 --- libvoikko.changes | 5 +++++ libvoikko.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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.