From 36f9dd24244f796d058e80484e100dfdedc8daaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 2 Sep 2013 12:52:33 +0200 Subject: [PATCH] 3.22 bump --- .gitignore | 1 + perl-ExtUtils-ParseXS.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0959ca4..28c5e5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ ExtUtils-ParseXS-2.18.tar.gz /ExtUtils-ParseXS-3.18.tar.gz /ExtUtils-ParseXS-3.21.tar.gz +/ExtUtils-ParseXS-3.22.tar.gz diff --git a/perl-ExtUtils-ParseXS.spec b/perl-ExtUtils-ParseXS.spec index a51b2c6..b9e0f00 100644 --- a/perl-ExtUtils-ParseXS.spec +++ b/perl-ExtUtils-ParseXS.spec @@ -1,7 +1,7 @@ Name: perl-ExtUtils-ParseXS # Epoch to compete with perl.spec Epoch: 1 -Version: 3.21 +Version: 3.22 Release: 1%{?dist} Summary: Module and a script for converting Perl XS code into C code License: GPL+ or Artistic @@ -17,7 +17,7 @@ BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: BuildRequires: perl(Cwd) -BuildRequires: perl(Exporter) +BuildRequires: perl(Exporter) >= 5.57 # ExtUtils::XSSymSet not needed BuildRequires: perl(File::Basename) # Getopt::Long not tested @@ -35,9 +35,13 @@ BuildRequires: perl(overload) BuildRequires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl-devel +Requires: perl(Exporter) >= 5.57 # perl-ExtUtils-Typemaps has been merged into perl-ExtUtils-ParseXS, bug #891952 Obsoletes: perl-ExtUtils-Typemaps +# Remove under-specified dependencies +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Exporter\\)$ + %description ExtUtils::ParseXS will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates @@ -69,6 +73,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Sep 02 2013 Petr Pisar - 1:3.22-1 +- 3.22 bump + * Mon Aug 26 2013 Petr Pisar - 1:3.21-1 - 3.21 bump diff --git a/sources b/sources index 48634e8..c894fdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aeee4565647f8ad3af4b32ca9692d683 ExtUtils-ParseXS-3.21.tar.gz +bf1c862d9b9806eb85408bc6c64583d2 ExtUtils-ParseXS-3.22.tar.gz