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)