From 89ac43f9f99ab7cbc6360b08bc1cfea175a5f5fea63f046c56e01b06b13f67d2 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 8 Aug 2023 09:31:13 +0000 Subject: [PATCH] correct patch name OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exception-Base?expand=0&rev=12 --- cpanspec.yml | 2 +- fix_perl528.patch => fix_perl538.patch | 0 perl-Exception-Base.changes | 2 +- perl-Exception-Base.spec | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename fix_perl528.patch => fix_perl538.patch (100%) diff --git a/cpanspec.yml b/cpanspec.yml index 51d9bd8..a6cea3a 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -5,7 +5,7 @@ # - source1 # - source2 patches: - fix_perl528.patch: -p0 PATCH-FIX-UPSTREAM deprecated smartmatch operator https://github.com/dex4er/perl-Exception-Base/issues/5 + fix_perl538.patch: -p0 PATCH-FIX-UPSTREAM deprecated smartmatch operator https://github.com/dex4er/perl-Exception-Base/issues/5 preamble: |- BuildRequires: perl(Module::Build) #post_prep: |- diff --git a/fix_perl528.patch b/fix_perl538.patch similarity index 100% rename from fix_perl528.patch rename to fix_perl538.patch diff --git a/perl-Exception-Base.changes b/perl-Exception-Base.changes index 2da81f7..ade25fd 100644 --- a/perl-Exception-Base.changes +++ b/perl-Exception-Base.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue Aug 8 09:01:24 UTC 2023 - Dirk Stoecker -- fix deprecation warning with perl 5.38: fix_perl528.patch +- fix deprecation warning with perl 5.38: fix_perl538.patch ------------------------------------------------------------------- Fri Nov 20 09:32:52 UTC 2015 - coolo@suse.com diff --git a/perl-Exception-Base.spec b/perl-Exception-Base.spec index 447c3f1..b0fb76b 100644 --- a/perl-Exception-Base.spec +++ b/perl-Exception-Base.spec @@ -26,7 +26,7 @@ URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DE/DEXTER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml # PATCH-FIX-UPSTREAM deprecated smartmatch operator https://github.com/dex4er/perl-Exception-Base/issues/5 -Patch0: fix_perl528.patch +Patch0: fix_perl538.patch BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros