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