Correct the version to 3.39

This commit is contained in:
Jitka Plesnikova 2018-05-24 10:16:21 +02:00
parent 90b9d4e3cf
commit 40032dcc0b

View File

@ -1,12 +1,13 @@
%global base_version 3.35
Name: perl-ExtUtils-ParseXS
# Epoch to compete with perl.spec
Epoch: 1
Version: 3.35
Release: 2%{?dist}
Version: 3.39
Release: 1%{?dist}
Summary: Module and a script for converting Perl XS code into C code
License: GPL+ or Artistic
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
Patch0: ExtUtils-ParseXS-3.35-Upgrade-to-3.39.patch
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.
%prep
%setup -q -n ExtUtils-ParseXS-%{version}
%setup -q -n ExtUtils-ParseXS-%{base_version}
%patch0 -p1
%build