Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl for openSUSE:Factory checked in at 2022-02-23 16:25:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl (Old) and /work/SRC/openSUSE:Factory/.perl.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl" Wed Feb 23 16:25:34 2022 rev:123 rq:956107 version:5.34.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl/perl.changes 2021-09-25 22:51:23.787345437 +0200 +++ /work/SRC/openSUSE:Factory/.perl.new.1958/perl.changes 2022-02-23 16:25:35.575506990 +0100 @@ -1,0 +2,8 @@ +Mon Oct 4 08:08:30 UTC 2021 - Stephan Kulow <[email protected]> + +- Add multibuild flavor to split the testsuite out of the main package + build time. The testsuite dominates the build time and having perl + in the bootstrap cycle, we better seperate it. The testsuite flavor + rebuilds the same package the same way, but runs the check section + +------------------------------------------------------------------- New: ---- _multibuild ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl.spec ++++++ --- /var/tmp/diff_new_pack.4Rxf34/_old 2022-02-23 16:25:36.519507023 +0100 +++ /var/tmp/diff_new_pack.4Rxf34/_new 2022-02-23 16:25:36.523507024 +0100 @@ -1,7 +1,7 @@ # -# spec file for package perl +# spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,15 @@ # +%define flavor @BUILD_FLAVOR@%{nil} +%if "%{flavor}" != "" +%define name_suffix -%{flavor} +%endif + %define pversion 5.34.0 # set to %nil when equal to pversion %global versionlist %nil -Name: perl +Name: perl%{?name_suffix} Version: 5.34.0 Release: 0 Summary: The Perl interpreter @@ -27,7 +32,7 @@ Group: Development/Languages/Perl URL: https://www.perl.org/ Source: https://www.cpan.org/src/5.0/perl-%{version}.tar.xz -Source1: %{name}-rpmlintrc +Source1: perl-rpmlintrc Source2: macros.perl Source3: README.macros Source4: baselibs.conf @@ -225,7 +230,8 @@ make %{?_smp_mflags} %check -%if !0%{?qemu_user_space_build} +%if "%{name}" == "perl-testsuite" && !0%{?qemu_user_space_build} +%define _unpackaged_files_terminate_build 0 TEST_JOBS="%{jobs}" make %{?_smp_mflags} test %endif @@ -347,6 +353,7 @@ done) } > perl-base-excludes +%if "%{name}" == "perl" %files base -f perl-base-filelist %license Copying Artistic %dir /usr/lib/perl5 @@ -373,5 +380,6 @@ %{_mandir}/man1/* %{_mandir}/man3/* %doc /usr/lib/perl5/*/pod +%endif %changelog ++++++ _multibuild ++++++ <multibuild> <flavor>testsuite</flavor> </multibuild> ++++++ c029d660f2fe60699cf64bbb3fa9f671a1a370d5.patch ++++++ --- /var/tmp/diff_new_pack.4Rxf34/_old 2022-02-23 16:25:36.587507026 +0100 +++ /var/tmp/diff_new_pack.4Rxf34/_new 2022-02-23 16:25:36.591507027 +0100 @@ -12,7 +12,7 @@ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ext/GDBM_File/GDBM_File.xs b/ext/GDBM_File/GDBM_File.xs -index cd0bb6f26ffa..494c2889ca89 100644 +index cd0bb6f26ff..494c2889ca8 100644 --- a/ext/GDBM_File/GDBM_File.xs +++ b/ext/GDBM_File/GDBM_File.xs @@ -145,14 +145,13 @@ output_datum(pTHX_ SV *arg, char *str, int size)
