commit c940ec1e9a10d3de8a4d4516fcd5dc3deb5e84d5 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Tue Mar 17 15:01:23 2015 +0100 0.19 bump .gitignore | 1 + perl-Module-Path.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index e4cfeca..0b8d6c0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Module-Path-0.14.tar.gz /Module-Path-0.15.tar.gz /Module-Path-0.18.tar.gz +/Module-Path-0.19.tar.gz diff --git a/perl-Module-Path.spec b/perl-Module-Path.spec index b1f5a36..e4bd48f 100644 --- a/perl-Module-Path.spec +++ b/perl-Module-Path.spec @@ -1,5 +1,5 @@ Name: perl-Module-Path -Version: 0.18 +Version: 0.19 Release: 1%{?dist} Summary: Get the full path to a locally installed module License: GPL+ or Artistic @@ -32,7 +32,7 @@ any symbolic links. %prep %setup -q -n Module-Path-%{version} -sed -i -e '1s|^#!.*|#!%{__perl}|' bin/mpath +sed -i -e '1s|^#!.*|#!perl|' bin/mpath %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 @@ -47,13 +47,16 @@ make test %files %license LICENSE -%doc Changes README +%doc Changes README TODO.md %{_bindir}/* %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog +* Tue Mar 17 2015 Petr Pisar <ppisar@xxxxxxxxxx> - 0.19-1 +- 0.19 bump + * Thu Dec 18 2014 Petr Šabata <contyk@xxxxxxxxxx> - 0.18-1 - 0.18 bump diff --git a/sources b/sources index 2ed7a37..c949b12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3d24d0698e8e00604cc112b70821814 Module-Path-0.18.tar.gz +8f409cc8654c5b3896f5d2770e07ddab Module-Path-0.19.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel