commit e2e2d055ee591a95ee345ad9e41dc705bdd691d9 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Thu May 31 11:46:36 2012 +0200 Round Module::Build version to 2 digits perl-RPM2.spec | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) --- diff --git a/perl-RPM2.spec b/perl-RPM2.spec index f9d2ff5..b3b6f8e 100644 --- a/perl-RPM2.spec +++ b/perl-RPM2.spec @@ -1,6 +1,6 @@ Name: perl-RPM2 Version: 1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl bindings for the RPM Package Manager API License: GPL+ or Artistic Group: Development/Libraries @@ -9,7 +9,7 @@ Source0: http://www.cpan.org/authors/id/L/LK/LKUNDRAK/RPM2-%{version}.tar Patch0: %{name}-1.0-testplan.patch Patch1: %{name}-switchofffunctions.patch BuildRequires: rpm-devel -BuildRequires: perl(Module::Build) >= 0.3500 +BuildRequires: perl(Module::Build) >= 0.35 # Tests BuildRequires: perl(Test) BuildRequires: perl(POSIX) @@ -47,6 +47,9 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; %{_mandir}/man3/* %changelog +* Thu May 31 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 1.0-4 +- Round Module::Build version to 2 digits + * Thu Apr 26 2012 Marcela Mašláňová <mmaslano@xxxxxxxxxx> - 1.0-3 - switch off some functions for now, which were defined as "private" in new rpm - rebuild with new rpm-4.10 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel