Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-CommonMark for openSUSE:Factory checked in at 2025-06-03 19:11:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CommonMark (Old) and /work/SRC/openSUSE:Factory/.perl-CommonMark.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CommonMark" Tue Jun 3 19:11:22 2025 rev:3 rq:1282399 version:0.310.100 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CommonMark/perl-CommonMark.changes 2025-02-19 16:03:23.728233126 +0100 +++ /work/SRC/openSUSE:Factory/.perl-CommonMark.new.16005/perl-CommonMark.changes 2025-06-03 19:11:25.487626504 +0200 @@ -1,0 +2,7 @@ +Thu May 29 11:27:33 UTC 2025 - pgaj...@suse.com + +- build with -std=gnu11 to fix build with gcc15 +- modified sources + % cpanspec.yml + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CommonMark.spec ++++++ --- /var/tmp/diff_new_pack.6diVgB/_old 2025-06-03 19:11:26.171654915 +0200 +++ /var/tmp/diff_new_pack.6diVgB/_new 2025-06-03 19:11:26.175655082 +0200 @@ -53,7 +53,8 @@ %autosetup -n %{cpan_name}-%{cpan_version} -p1 %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +# https://github.com/Perl/perl5/issues/23192 +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -std=gnu11" %make_build %check ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.6diVgB/_old 2025-06-03 19:11:26.207656411 +0200 +++ /var/tmp/diff_new_pack.6diVgB/_new 2025-06-03 19:11:26.211656577 +0200 @@ -21,8 +21,10 @@ # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 -#custom_build: |- -#./Build build flags=%{?_smp_mflags} --myflag +custom_build: |- + # https://github.com/Perl/perl5/issues/23192 + perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -std=gnu11" + %make_build #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module