commit 9b1cacf7f62b1eacc36848322a6d7e1901343137
Author: Petr Písař <ppi...@redhat.com>
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 e3d244f..ed9e419 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
@@ -47,13 +47,16 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} +
 make test
 
 %files
-%doc Changes README LICENSE
+%doc Changes README LICENSE TODO.md
 %{_bindir}/*
 %{perl_vendorlib}/*
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 17 2015 Petr Pisar <ppi...@redhat.com> - 0.19-1
+- 0.19 bump
+
 * Thu Dec 18 2014 Petr Šabata <con...@redhat.com> - 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@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to