6.66 bump
This commit is contained in:
parent
57ddcd4c84
commit
e7e6a87dcd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/ExtUtils-MakeMaker-6.62.tar.gz
|
||||
/ExtUtils-MakeMaker-6.63_02.tar.gz
|
||||
/ExtUtils-MakeMaker-6.64.tar.gz
|
||||
/ExtUtils-MakeMaker-6.66.tar.gz
|
||||
|
@ -1,14 +1,14 @@
|
||||
%global cpan_name ExtUtils-MakeMaker
|
||||
%global cpan_version 6.64
|
||||
%global cpan_version 6.66
|
||||
|
||||
Name: perl-%{cpan_name}
|
||||
Version: %(echo '%{cpan_version}' | tr _ .)
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Create a module Makefile
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/%{cpan_name}/
|
||||
Source0: http://www.cpan.org/authors/id/M/MS/MSCHWERN/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
# Do not set RPATH to perl shared-library modules by default. Bug #773622.
|
||||
# This is copy from `perl' package. This is distributor extension.
|
||||
Patch0: %{cpan_name}-6.64-USE_MM_LD_RUN_PATH.patch
|
||||
@ -89,6 +89,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 22 2013 Petr Pisar <ppisar@redhat.com> - 6.66-1
|
||||
- 6.66 bump
|
||||
|
||||
* Tue Jan 29 2013 Petr Pisar <ppisar@redhat.com> - 6.64-2
|
||||
- Run-require POD convertors to get manual pages when building other packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user