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

Petr Pisar ppisar at fedoraproject.org
Thu May 31 09:34:07 UTC 2012


commit b4dbb430149067dd4a5b32088e8f0368a6ec8196
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu May 31 11:33:41 2012 +0200

    Round Module::Build version to 2 digits

 perl-File-ChangeNotify.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-File-ChangeNotify.spec b/perl-File-ChangeNotify.spec
index 261ac98..80f19e1 100644
--- a/perl-File-ChangeNotify.spec
+++ b/perl-File-ChangeNotify.spec
@@ -1,7 +1,7 @@
 Name:           perl-File-ChangeNotify
 Summary:        Watch for changes to files, cross-platform style
 Version:        0.22
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        Artistic 2.0
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-ChangeNotify-%{version}.tar.gz 
@@ -16,7 +16,7 @@ BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Module::Build) >= 0.3601
+BuildRequires:  perl(Module::Build) >= 0.37
 BuildRequires:  perl(Module::Pluggable::Object)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(MooseX::Params::Validate) >= 0.08
@@ -80,6 +80,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu May 31 2012 Petr Pisar <ppisar at redhat.com> - 0.22-2
+- Round Module::Build version to 2 digits
+
 * Sun May 27 2012 Robin Lee <cheeselee at fedoraproject.org> - 0.22-1
 - Update to 0.22
 



More information about the perl-devel mailing list