diff --git a/perl-File-DesktopEntry.spec b/perl-File-DesktopEntry.spec index 3d0c200..502b3ed 100644 --- a/perl-File-DesktopEntry.spec +++ b/perl-File-DesktopEntry.spec @@ -1,6 +1,6 @@ Name: perl-File-DesktopEntry -Version: 0.02 -Release: 1%{?dist}.2 +Version: 0.04 +Release: 1%{?dist} Summary: Object to handle .desktop files License: GPL+ or Artistic Group: Development/Libraries @@ -9,7 +9,7 @@ Source0: http://www.cpan.org/authors/id/P/PA/PARDUS/File-DesktopEntry/Fil BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Dec 27 2007 Patrice Dumas 0.04-1 +- update to 0.04 + * Tue Oct 16 2007 Tom "spot" Callaway 0.02-1.2 - add BR: perl(Test::More)