From 8aa6548ffada11bd7e7efd8e5c528be9492073da17fabfcb219463c3a059d147 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 19 Feb 2008 13:10:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hunspell?expand=0&rev=2 --- hunspell.changes | 5 +++++ hunspell.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/hunspell.changes b/hunspell.changes index 12ffd0a..eb674f6 100644 --- a/hunspell.changes +++ b/hunspell.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 19 13:51:49 CET 2008 - lmichnovic@suse.cz + +- no need to require %release + ------------------------------------------------------------------- Thu Feb 7 18:11:11 CET 2008 - lmichnovic@suse.cz diff --git a/hunspell.spec b/hunspell.spec index 7b27896..e0a00aa 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -13,7 +13,7 @@ Summary: Hunspell - a spell checker and morphological analyzer library Name: hunspell Version: 1.2.1.9 -Release: 1 +Release: 4 License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) Group: System/Libraries Source0: %{name}-1.2.2b.tar.bz2 @@ -42,7 +42,7 @@ Authors: %package tools Summary: Hunspell tools Group: Development/Libraries/Other -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version} %description tools This package contains munch and unmunch programs. @@ -71,7 +71,7 @@ Authors: %package static Summary: Static hunspell library Group: Development/Libraries/Other -Requires: %{name}-devel = %{version}-%{release} +Requires: %{name}-devel = %{version} %description static Static hunspell library. @@ -149,6 +149,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libhunspell-*.a %changelog +* Tue Feb 19 2008 lmichnovic@suse.cz +- no need to require %%release * Thu Feb 07 2008 lmichnovic@suse.cz - initial version 1.2.2 beta - fixed uninitilized variable (*uninitialised.patch)