3.22 bump
This commit is contained in:
parent
fe2e541f2f
commit
36f9dd2424
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <ppisar@redhat.com> - 1:3.22-1
|
||||
- 3.22 bump
|
||||
|
||||
* Mon Aug 26 2013 Petr Pisar <ppisar@redhat.com> - 1:3.21-1
|
||||
- 3.21 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user