diff --git a/.cvsignore b/.cvsignore index a79b172..fa9a329 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -GnuPG-Interface-0.36.tar.gz +GnuPG-Interface-0.42.tar.gz diff --git a/perl-GnuPG-Interface.spec b/perl-GnuPG-Interface.spec index 11050fd..a9d4bcc 100644 --- a/perl-GnuPG-Interface.spec +++ b/perl-GnuPG-Interface.spec @@ -1,6 +1,6 @@ Name: perl-GnuPG-Interface -Version: 0.36 -Release: 3%{?dist} +Version: 0.42 +Release: 1%{?dist} Summary: Perl interface to GnuPG Group: Development/Libraries License: GPLv2+ or Artistic @@ -8,9 +8,9 @@ URL: http://search.cpan.org/dist/GnuPG-Interface Source0: http://cpan.org/modules/by-module/GnuPG/GnuPG-Interface-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gpg, perl(Class::MethodMaker), perl(ExtUtils::MakeMaker) +BuildRequires: gpg, perl(Any::Moose), perl(ExtUtils::MakeMaker) Requires: gpg, perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Class::MethodMaker) +Requires: perl(Any::Moose) %description @@ -44,11 +44,14 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc ChangeLog README NEWS THANKS COPYING GPL Artistic %{perl_vendorlib}/GnuPG -%{perl_vendorlib}/auto/GnuPG %{_mandir}/man3/*.3* %changelog +* Fri Oct 02 2009 Emmanuel Seyman - 0.42-1 +- Update to 0.42 +- Fix rpmlint errors + * Sat Jul 25 2009 Fedora Release Engineering - 0.36-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -82,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT - FC-3 doesn't use the patch1 * Sun Sep 11 2005 Matt Domsch 0.33-3 -- use perldoc -t and %_smp_mflags +- use perldoc -t and the _smp_mflags macro * Sun Aug 28 2005 Matt Domsch 0.33-2 - add Requires: gpg, always apply secret-key-output-1.patch, as it works on diff --git a/sources b/sources index 4154428..cddbba0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f097d3076b3311e8ef20ce3c2865c66 GnuPG-Interface-0.36.tar.gz +c5cc5426c02b93900cb96f4879c9be28 GnuPG-Interface-0.42.tar.gz