3.19_01 bump
This commit is contained in:
parent
edb957862f
commit
387d7de6fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/Pod-Perldoc-3.15_10.tar.gz
|
||||
/Pod-Perldoc-3.17.tar.gz
|
||||
/Pod-Perldoc-3.19.tar.gz
|
||||
/Pod-Perldoc-3.19_01.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global cpan_version 3.19
|
||||
%global cpan_version 3.19_01
|
||||
Name: perl-Pod-Perldoc
|
||||
# let's overwrite the module from perl.srpm
|
||||
Version: %{cpan_version}.00
|
||||
Version: %(echo '%{cpan_version}' | sed 's/_/./')
|
||||
Release: 1%{?dist}
|
||||
Summary: Look up Perl documentation in Pod format
|
||||
License: GPL+ or Artistic
|
||||
@ -90,6 +90,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 29 2013 Petr Pisar <ppisar@redhat.com> - 3.19.01-1
|
||||
- 3.19_01 bump
|
||||
|
||||
* Mon Jan 28 2013 Petr Pisar <ppisar@redhat.com> - 3.19.00-1
|
||||
- 3.19 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user