[perl-RPM2] Round Module::Build version to 2 digits

Petr Pisar ppisar at fedoraproject.org
Thu May 31 09:46:51 UTC 2012


commit e2e2d055ee591a95ee345ad9e41dc705bdd691d9
Author: Petr Písař <ppisar at redhat.com>
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 at redhat.com> - 1.0-4
+- Round Module::Build version to 2 digits
+
 * Thu Apr 26 2012 Marcela Mašláňová <mmaslano at redhat.com> - 1.0-3
 - switch off some functions for now, which were defined as "private" in new rpm
 - rebuild with new rpm-4.10



More information about the perl-devel mailing list