Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-Config-Perl-V.git#0e9cccb4b421ebba7d400d5b5cb7fa99ed4e71d4
This commit is contained in:
parent
ef293da3e5
commit
3936749c88
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/Config-Perl-V-0.29.tgz
|
||||
/Config-Perl-V-0.30.tgz
|
||||
/Config-Perl-V-0.31.tgz
|
||||
/Config-Perl-V-0.33.tgz
|
||||
|
||||
@ -1,25 +0,0 @@
|
||||
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,16 +1,12 @@
|
||||
%global base_version 0.31
|
||||
|
||||
Name: perl-Config-Perl-V
|
||||
Version: 0.32
|
||||
Release: 458%{?dist}
|
||||
Version: 0.33
|
||||
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-%{base_version}.tgz
|
||||
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/Config-Perl-V-%{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
|
||||
@ -42,9 +38,8 @@ 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-%{base_version}
|
||||
%setup -q -n Config-Perl-V-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
chmod -x examples/*
|
||||
|
||||
%build
|
||||
@ -65,6 +60,9 @@ make test PERL_CORE=%{defined perl_bootstrap}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 21 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.33-1
|
||||
- 0.33 bump
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-458
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Config-Perl-V-0.31.tgz) = 54574504548af1ea81d40de16ce7a63c80cc87c274813670ac34689d274b4bef2e2606587bf0d4962d68680bf0ebf9cb93c681f9579ba29b0c3b03ff5ccb294c
|
||||
SHA512 (Config-Perl-V-0.33.tgz) = 299166412642353b057551a3d17b1ff351d529cc833738b7595c518969f31e4f4a80e5b736a3bd7b04df9627cd96e0c0fec0ba0b0085b3c78dd254ad483c8fa9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user