Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-PAR-Packer for openSUSE:Factory checked in at 2023-08-01 14:15:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-PAR-Packer (Old) and /work/SRC/openSUSE:Factory/.perl-PAR-Packer.new.32662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PAR-Packer" Tue Aug 1 14:15:35 2023 rev:24 rq:1101153 version:1.59.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-PAR-Packer/perl-PAR-Packer.changes 2022-12-14 14:11:21.907606468 +0100 +++ /work/SRC/openSUSE:Factory/.perl-PAR-Packer.new.32662/perl-PAR-Packer.changes 2023-08-01 14:15:38.883529295 +0200 @@ -1,0 +2,20 @@ +Fri Jul 21 03:09:47 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 1.059 + see /usr/share/doc/packages/perl-PAR-Packer/Changes + + 1.059 2023-07-20 + - correctly propagate the exit value of a packed executable + Get the exit value from perl_destruct() instead of perl_run(). + These may be different, e.g. if the value of $? is set in an END block. + - clean up tests a bit + - set up GitHub CI and add cpanfile (for CI only) + - check more return codes in myldr/*.c + +------------------------------------------------------------------- +Tue Jun 13 03:07:27 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 1.058 + see /usr/share/doc/packages/perl-PAR-Packer/Changes + +------------------------------------------------------------------- Old: ---- PAR-Packer-1.057.tar.gz New: ---- PAR-Packer-1.059.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-PAR-Packer.spec ++++++ --- /var/tmp/diff_new_pack.uuK3AB/_old 2023-08-01 14:15:40.623539517 +0200 +++ /var/tmp/diff_new_pack.uuK3AB/_new 2023-08-01 14:15:40.623539517 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-PAR-Packer # -# Copyright (c) 2022 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 @@ -18,12 +18,14 @@ %define cpan_name PAR-Packer Name: perl-PAR-Packer -Version: 1.057 +Version: 1.59.0 Release: 0 +%define cpan_version 1.059 +Provides: perl(PAR::Packer) = 1.59.0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: PAR Packager URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros @@ -45,6 +47,16 @@ Requires: perl(Module::ScanDeps) >= 1.21 Requires: perl(PAR) >= 1.016 Requires: perl(PAR::Dist) >= 0.22 +Provides: perl(App::Packer::PAR) = 0.91 +Provides: perl(PAR::Filter) = 0.03 +Provides: perl(PAR::Filter::Bleach) +Provides: perl(PAR::Filter::Bytecode) +Provides: perl(PAR::Filter::Obfuscate) +Provides: perl(PAR::Filter::PatchContent) +Provides: perl(PAR::Filter::PodStrip) +Provides: perl(PAR::StrippedPARL::Base) = 0.975 +Provides: perl(pp) = 0.992 +%define __perllib_provides /bin/true Recommends: perl(Module::Signature) Recommends: perl(Tk) Recommends: perl(Tk::ColoredButton) @@ -65,8 +77,9 @@ compiler. %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}-%{cpan_version} + +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 OPTIMIZE="%{optflags}" ++++++ PAR-Packer-1.057.tar.gz -> PAR-Packer-1.059.tar.gz ++++++ ++++ 1984 lines of diff (skipped)