Round Module::Build version to 2 digits
This commit is contained in:
parent
83e6dfbaf4
commit
281bb06432
@ -1,6 +1,6 @@
|
||||
Name: perl-Date-Manip
|
||||
Version: 6.31
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Date manipulation routines
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -12,7 +12,7 @@ BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(Module::Build) >= 0.3600
|
||||
BuildRequires: perl(Module::Build) >= 0.36
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(YAML::Syck)
|
||||
@ -60,6 +60,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 31 2012 Petr Pisar <ppisar@redhat.com> - 6.31-2
|
||||
- Round Module::Build version to 2 digits
|
||||
|
||||
* Wed Mar 14 2012 Marcela Mašláňová <mmaslano@redhat.com> - 6.31-1
|
||||
- bump to 6.31
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user