Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-YAML-Syck for openSUSE:Factory checked in at 2025-06-03 19:52:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-YAML-Syck (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-YAML-Syck" Tue Jun 3 19:52:44 2025 rev:36 rq:1282400 version:1.34 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes 2020-10-27 19:01:49.374868878 +0100 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new.16005/perl-YAML-Syck.changes 2025-06-03 19:52:50.402615789 +0200 @@ -1,0 +2,7 @@ +Thu May 29 12:36:00 UTC 2025 - pgaj...@suse.com + +- -std=gnu11 to build with gcc15 +- modified sources + % cpanspec.yml + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-YAML-Syck.spec ++++++ --- /var/tmp/diff_new_pack.aSxVj9/_old 2025-06-03 19:52:52.406699028 +0200 +++ /var/tmp/diff_new_pack.aSxVj9/_new 2025-06-03 19:52:52.418699526 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-Syck # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,7 +46,8 @@ find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -DI_STDLIB -DI_STRING" +# https://github.com/cpan-authors/YAML-Syck/issues/61 +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -DI_STDLIB -DI_STRING -std=gnu11" make %{?_smp_mflags} %check ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.aSxVj9/_old 2025-06-03 19:52:52.678710326 +0200 +++ /var/tmp/diff_new_pack.aSxVj9/_new 2025-06-03 19:52:52.710711655 +0200 @@ -22,7 +22,8 @@ #license: SUSE-NonFree #skip_noarch: 1 custom_build: |- - perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -DI_STDLIB -DI_STRING" + # https://github.com/cpan-authors/YAML-Syck/issues/61 + perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -DI_STDLIB -DI_STRING -std=gnu11" make %{?_smp_mflags} #custom_test: |- #startserver && make test