ppisar pushed to perl-PPIx-Regexp (master). "0.039 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 3 07:43:40 UTC 2015


>From b66aac812c65653d2c80b58c9c549cce1ae48596 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Fri, 3 Apr 2015 09:43:21 +0200
Subject: 0.039 bump


diff --git a/.gitignore b/.gitignore
index 0dfb66e..3597351 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ PPIx-Regexp-0.007.tar.gz
 /PPIx-Regexp-0.036.tar.gz
 /PPIx-Regexp-0.037.tar.gz
 /PPIx-Regexp-0.038.tar.gz
+/PPIx-Regexp-0.039.tar.gz
diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec
index 7b12864..429eea8 100644
--- a/perl-PPIx-Regexp.spec
+++ b/perl-PPIx-Regexp.spec
@@ -1,5 +1,5 @@
 Name:           perl-PPIx-Regexp
-Version:        0.038
+Version:        0.039
 Release:        1%{?dist}
 Summary:        Represent a regular expression of some sort
 License:        GPL+ or Artistic
@@ -10,6 +10,7 @@ BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(strict)
@@ -47,7 +48,9 @@ root of the parse tree, playing a role similar to PPI::Document.
 %prep
 %setup -q -n PPIx-Regexp-%{version}
 chmod -x eg/*
-sed -i '1 s|/usr/local/bin/perl|%{__perl}|' eg/*
+sed -i \
+    '1 s|^#!/usr/local/bin/perl|%(perl -MConfig -e "print \$Config{startperl}")|' \
+    eg/*
 
 %build
 perl Build.PL installdirs=vendor
@@ -67,6 +70,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 03 2015 Petr Pisar <ppisar at redhat.com> - 0.039-1
+- 0.039 bump
+
 * Thu Mar 12 2015 Petr Pisar <ppisar at redhat.com> - 0.038-1
 - 0.038 bump
 
diff --git a/sources b/sources
index 9a52cd8..908026a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b17611185bc07bc505ceb35a4125242  PPIx-Regexp-0.038.tar.gz
+b7334eb80100e0617baaff7be6d121aa  PPIx-Regexp-0.039.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-PPIx-Regexp.git/commit/?h=master&id=b66aac812c65653d2c80b58c9c549cce1ae48596


More information about the scm-commits mailing list