Upgrade to 0.32 as provided in perl-5.29.10
This commit is contained in:
parent
8237c758fd
commit
dba62ef06e
25
Config-Perl-V-0.31-Upgrade-to-0.32.patch
Normal file
25
Config-Perl-V-0.31-Upgrade-to-0.32.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From df89962a7df684f6dabb035a161e6bece2f8ee0f Mon Sep 17 00:00:00 2001
|
||||
From: Jitka Plesnikova <jplesnik@redhat.com>
|
||||
Date: Thu, 25 Apr 2019 15:51:26 +0200
|
||||
Subject: [PATCH] Upgrade to 0.32
|
||||
|
||||
---
|
||||
V.pm | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/V.pm b/V.pm
|
||||
index a738cbe..dbb0f88 100644
|
||||
--- a/V.pm
|
||||
+++ b/V.pm
|
||||
@@ -6,7 +6,7 @@ use warnings;
|
||||
use Config;
|
||||
use Exporter;
|
||||
use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
|
||||
-$VERSION = "0.31";
|
||||
+$VERSION = "0.32";
|
||||
@ISA = qw( Exporter );
|
||||
@EXPORT_OK = qw( plv2hash summary myconfig signature );
|
||||
%EXPORT_TAGS = (
|
||||
--
|
||||
2.20.1
|
||||
|
||||
@ -1,12 +1,16 @@
|
||||
%global base_version 0.31
|
||||
|
||||
Name: perl-Config-Perl-V
|
||||
Version: 0.31
|
||||
Release: 2%{?dist}
|
||||
Version: 0.32
|
||||
Release: 1%{?dist}
|
||||
Summary: Structured data retrieval of perl -V output
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Config-Perl-V
|
||||
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/Config-Perl-V-%{version}.tgz
|
||||
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/Config-Perl-V-%{base_version}.tgz
|
||||
# Correct example
|
||||
Patch0: Config-Perl-V-0.24-Remove-invalid-shellbang.patch
|
||||
# Unbundled from perl 5.29.10
|
||||
Patch1: Config-Perl-V-0.31-Upgrade-to-0.32.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
@ -38,7 +42,7 @@ but only available to the perl binary itself. This package provides Perl
|
||||
module that will return you the output of "perl -V" in a structure.
|
||||
|
||||
%prep
|
||||
%setup -q -n Config-Perl-V-%{version}
|
||||
%setup -q -n Config-Perl-V-%{base_version}
|
||||
%patch0 -p1
|
||||
chmod -x examples/*
|
||||
|
||||
@ -60,6 +64,9 @@ make test PERL_CORE=%{defined perl_bootstrap}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri May 03 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.32-1
|
||||
- Upgrade to 0.32 as provided in perl-5.29.10
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.31-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user