diff --git a/perl-gettext.spec b/perl-gettext.spec index d4e9498..64bec16 100644 --- a/perl-gettext.spec +++ b/perl-gettext.spec @@ -1,6 +1,6 @@ Name: perl-gettext Version: 1.05 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Interface to gettext family of functions Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Obsoletes: perl-Locale-gettext +Obsoletes: perl-Locale-gettext <= 1.05 %description The gettext module permits access from perl to the gettext() family of @@ -54,11 +54,15 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Oct 01 2005 Ralf Corsepius - 1.05-5 +* Tue Nov 02 2005 Ralf Corsepius - 1.05-6 +- Obsoletes: perl-Locale-gettext <= 1.05. +- Fix minor spec file typos. + +* Tue Nov 01 2005 Ralf Corsepius - 1.05-5 - FE import. - Add Obsoletes: perl-Locale-gettext. -* Tue Oct 01 2005 Ralf Corsepius - 1.05-4 +* Tue Nov 01 2005 Ralf Corsepius - 1.05-4 - Rename package to perl-gettext. - Remove "Require: perl".