0.9920 bump
This commit is contained in:
parent
6337759ac2
commit
46122e6a0e
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ version-0.88.tar.gz
|
||||
/version-0.9916.tar.gz
|
||||
/version-0.9917.tar.gz
|
||||
/version-0.9918.tar.gz
|
||||
/version-0.9920.tar.gz
|
||||
|
||||
@ -1,11 +1,15 @@
|
||||
# Run optional test
|
||||
%if ! (0%{?rhel})
|
||||
%bcond_without perl_version_enables_optional_test
|
||||
%else
|
||||
%bcond_with perl_version_enables_optional_test
|
||||
%endif
|
||||
|
||||
Name: perl-version
|
||||
Epoch: 6
|
||||
Version: 0.99.18
|
||||
%global module_version 0.9918
|
||||
Release: 7%{?dist}
|
||||
Version: 0.99.20
|
||||
%global module_version 0.9920
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl extension for Version Objects
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/version/
|
||||
@ -17,9 +21,9 @@ Patch0: version-0.9918-doc_numify_stringify_trailing_zeros.patch
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Config)
|
||||
# ExtUtils::CBuilder not helpful
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
@ -102,6 +106,9 @@ make test
|
||||
%{_mandir}/man3/version::Internals.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 09 2018 Jitka Plesnikova <jplesnik@redhat.com> - 6:0.99.20-1
|
||||
- 0.9920 bump
|
||||
|
||||
* Fri Mar 09 2018 Petr Pisar <ppisar@redhat.com> - 6:0.99.18-7
|
||||
- Remove useless build-time dependency on ExtUtils::CBuilder
|
||||
- Fix documentation about numify() and stringify() trailing zeros
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (version-0.9918.tar.gz) = 00b54474992f522135a9f81bdad482a1f413f672871fabbe0726c4dad99d1898348005a9c5077fc82c9d384222fa55e754e5de195191db3038f6d6d8ecb82391
|
||||
SHA512 (version-0.9920.tar.gz) = 9d23f8e25a67ff7c2c555bc3aa58e28924a324b319acbf1430b801f1237cd13118ce7b68b4494be310b39685b04586dea1e30c48134c82083b3f0d06725a8e3a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user