Correct the version to 3.39
This commit is contained in:
parent
90b9d4e3cf
commit
40032dcc0b
@ -1,12 +1,13 @@
|
|||||||
|
%global base_version 3.35
|
||||||
Name: perl-ExtUtils-ParseXS
|
Name: perl-ExtUtils-ParseXS
|
||||||
# Epoch to compete with perl.spec
|
# Epoch to compete with perl.spec
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.35
|
Version: 3.39
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Module and a script for converting Perl XS code into C code
|
Summary: Module and a script for converting Perl XS code into C code
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/ExtUtils-ParseXS/
|
URL: http://search.cpan.org/dist/ExtUtils-ParseXS/
|
||||||
Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-%{base_version}.tar.gz
|
||||||
# Unbundled from perl 5.28.0-RC1
|
# Unbundled from perl 5.28.0-RC1
|
||||||
Patch0: ExtUtils-ParseXS-3.35-Upgrade-to-3.39.patch
|
Patch0: ExtUtils-ParseXS-3.35-Upgrade-to-3.39.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -49,7 +50,7 @@ constructs necessary to let C functions manipulate Perl values and creates
|
|||||||
the glue necessary to let Perl access those functions.
|
the glue necessary to let Perl access those functions.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ExtUtils-ParseXS-%{version}
|
%setup -q -n ExtUtils-ParseXS-%{base_version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user