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

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Oct 12 13:23:39 UTC 2015


From a8ae9480467cbcf1b97f4762e2e5ee2cf1008025 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Mon, 12 Oct 2015 15:13:29 +0200
Subject: 0.042 bump

---
 .gitignore            |  1 +
 perl-PPIx-Regexp.spec | 12 +++++++++---
 sources               |  2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9d293ac..ca96de7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ PPIx-Regexp-0.007.tar.gz
 /PPIx-Regexp-0.039.tar.gz
 /PPIx-Regexp-0.040.tar.gz
 /PPIx-Regexp-0.041.tar.gz
+/PPIx-Regexp-0.042.tar.gz
diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec
index 4ac61df..8a23322 100644
--- a/perl-PPIx-Regexp.spec
+++ b/perl-PPIx-Regexp.spec
@@ -1,5 +1,5 @@
 Name:           perl-PPIx-Regexp
-Version:        0.041
+Version:        0.042
 Release:        1%{?dist}
 Summary:        Represent a regular expression of some sort
 License:        GPL+ or Artistic
@@ -28,12 +28,14 @@ BuildRequires:  perl(Task::Weaken)
 # Optional run-time:
 BuildRequires:  perl(Encode)
 # Tests:
-# Data::Dumper not used
 BuildRequires:  perl(Test::More) >= 0.88
 # YAML not used
 # Optional tests:
 BuildRequires:  perl(charnames)
+# Data::Dumper not used
 # Text::CSV is not used
+BuildRequires:  perl(Time::HiRes)
+# YAML not used
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # Encode is optional.
 Requires:       perl(Exporter)
@@ -51,7 +53,8 @@ root of the parse tree, playing a role similar to PPI::Document.
 %setup -q -n PPIx-Regexp-%{version}
 chmod -x eg/*
 sed -i \
-    '1 s|^#!/usr/local/bin/perl|%(perl -MConfig -e "print \$Config{startperl}")|' \
+    -e '1 s|^#!/usr/local/bin/perl|%(perl -MConfig -e "print \$Config{startperl}")|' \
+    -e '1 s|^#!/usr/bin/env perl|%(perl -MConfig -e "print \$Config{startperl}")|' \
     eg/*
 
 %build
@@ -72,6 +75,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 12 2015 Petr Pisar <ppisar at redhat.com> - 0.042-1
+- 0.042 bump
+
 * Fri Jul 03 2015 Petr Pisar <ppisar at redhat.com> - 0.041-1
 - 0.041 bump
 
diff --git a/sources b/sources
index 79bd6de..926ecef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48ac85c00a3094732dc316703d64c658  PPIx-Regexp-0.041.tar.gz
+e6616ca24c071d03654e56a35d51f683  PPIx-Regexp-0.042.tar.gz
-- 
cgit v0.11.2


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


More information about the perl-devel mailing list