ppisar pushed to perl-Filter (f23). "1.55 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jul 27 09:17:53 UTC 2015


From 4ef6019cf495a0b185ef13ed88b79714f807e7f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Mon, 27 Jul 2015 11:07:35 +0200
Subject: 1.55 bump


diff --git a/.gitignore b/.gitignore
index 47881bc..fa6753e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Filter-1.51.tar.gz
 /Filter-1.53.tar.gz
 /Filter-1.54.tar.gz
+/Filter-1.55.tar.gz
diff --git a/perl-Filter.spec b/perl-Filter.spec
index fe46acd..4ef6181 100644
--- a/perl-Filter.spec
+++ b/perl-Filter.spec
@@ -1,19 +1,23 @@
 Name:           perl-Filter
 Epoch:          2
-Version:        1.54
-Release:        347%{?dist}
+Version:        1.55
+Release:        1%{?dist}
 Summary:        Perl source filters
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Filter/
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Filter-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(strict)
+BuildRequires:  sed
 # Run-time
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Config)
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(vars)
@@ -24,7 +28,12 @@ BuildRequires:  perl(Test::More) >= 0.88
 # Optional tests
 BuildRequires:  perl(POSIX)
 %if !%{defined perl_bootstrap}
+# Perl::MinimumVersion 1.20 not used
+# Test::CPAN::Meta 0.12 not used
+# Test::Kwalitee not used
+# Test::MinimumVersion 0.008 not used
 BuildRequires:  perl(Test::Pod) >= 1.00
+# Test::Pod::Coverage 1.04 not used
 %endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -39,7 +48,8 @@ sees it.
 %setup -q -n Filter-%{version}
 # Clean examples
 find examples -type f -exec chmod -x -- {} +
-sed -i -e '1 s|.*|#!%{__perl}|' examples/filtdef
+sed -i -e '1 s|.*|%(perl -MConfig -e 'print $Config{startperl}')|' \
+    examples/filtdef
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -61,6 +71,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 27 2015 Petr Pisar <ppisar at redhat.com> - 2:1.55-1
+- 1.55 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:1.54-347
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 6946dda..f6e5288 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19bcf17323dba22b5dd0cfb8fdfa4a45  Filter-1.54.tar.gz
+fa019db78328882974f959e7f544f087  Filter-1.55.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Filter.git/commit/?h=f23&id=4ef6019cf495a0b185ef13ed88b79714f807e7f6


More information about the perl-devel mailing list