Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-MooseX-App for openSUSE:Factory checked in at 2023-08-09 17:26:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-MooseX-App (Old) and /work/SRC/openSUSE:Factory/.perl-MooseX-App.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-App" Wed Aug 9 17:26:38 2023 rev:4 rq:1103153 version:1.42 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-MooseX-App/perl-MooseX-App.changes 2021-08-23 10:08:36.988215149 +0200 +++ /work/SRC/openSUSE:Factory/.perl-MooseX-App.new.11712/perl-MooseX-App.changes 2023-08-09 17:26:50.781975373 +0200 @@ -1,0 +2,6 @@ +Wed Aug 9 12:24:00 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org> + +- Add 70.patch: Remove given, when, and smartmatch operators; fix + build with Perl 5.38. + +------------------------------------------------------------------- New: ---- 70.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-MooseX-App.spec ++++++ --- /var/tmp/diff_new_pack.EoxN6E/_old 2023-08-09 17:26:51.489979781 +0200 +++ /var/tmp/diff_new_pack.EoxN6E/_new 2023-08-09 17:26:51.493979806 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-MooseX-App # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ URL: https://metacpan.org/release/%{cpan_name} Source0: MooseX-App-1.42.tar.gz Source1: cpanspec.yml +Patch0: https://patch-diff.githubusercontent.com/raw/maros/MooseX-App/pull/70.patch BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros @@ -55,8 +56,9 @@ keywords respectively. %prep -%autosetup -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{version} -p1 + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor ++++++ 70.patch ++++++ ++++ 643 lines (skipped) ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.EoxN6E/_old 2023-08-09 17:26:51.529980030 +0200 +++ /var/tmp/diff_new_pack.EoxN6E/_new 2023-08-09 17:26:51.537980080 +0200 @@ -7,7 +7,8 @@ #sources: # - source1 # - source2 -#patches: +patches: + https://patch-diff.githubusercontent.com/raw/maros/MooseX-App/pull/70.patch: -p1 # bar.patch: preamble: |- BuildRequires: perl(Config::Any)