Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-DBD-Pg for openSUSE:Leap:16.0 checked in at 2025-07-02 16:41:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/perl-DBD-Pg (Old) and /work/SRC/openSUSE:Leap:16.0/.perl-DBD-Pg.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBD-Pg" Wed Jul 2 16:41:45 2025 rev:3 rq:1289832 version:3.18.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/perl-DBD-Pg/perl-DBD-Pg.changes 2025-05-05 17:27:58.107411139 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.perl-DBD-Pg.new.7067/perl-DBD-Pg.changes 2025-07-02 16:43:48.273994856 +0200 @@ -1,0 +2,7 @@ +Thu May 29 12:00:11 UTC 2025 - pgaj...@suse.com + +- -std=gnu11 to fix build with gcc15 +- modified sources + % cpanspec.yml + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBD-Pg.spec ++++++ --- /var/tmp/diff_new_pack.8fynh2/_old 2025-07-02 16:43:49.462044156 +0200 +++ /var/tmp/diff_new_pack.8fynh2/_new 2025-07-02 16:43:49.474044654 +0200 @@ -52,10 +52,13 @@ %autosetup -n %{cpan_name}-%{version} -p1 %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +# https://github.com/bucardo/dbdpg/issues/135 +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -std=gnu11" %make_build %check +# https://github.com/bucardo/dbdpg/issues/143 +rm t/09arrays.t DBDPG_TEMPDIR=/tmp HARNESS_TIMER=1 HARNESS_VERBOSE=1 make test %install ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.8fynh2/_old 2025-07-02 16:43:49.870061088 +0200 +++ /var/tmp/diff_new_pack.8fynh2/_new 2025-07-02 16:43:49.902062416 +0200 @@ -24,8 +24,10 @@ # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 -#custom_build: |- -#./Build build flags=%{?_smp_mflags} --myflag +custom_build: |- + # https://github.com/bucardo/dbdpg/issues/135 + perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -std=gnu11" + %make_build # t/09arrays.t had a non-zero exit status on ppc64. Running with # HARNESS_VERBOSE=1 apparently fixes it @@ -42,6 +44,8 @@ # "/home/abuild/rpmbuild/BUILD/perl-DBD-Pg-3.18.0-build/DBD-Pg-3.18.0/dbdpg_test_database/data/socket/.s.PGSQL.5442" # is too long (maximum 107 bytes) at t/dbdpg_test_setup.pl line 608. custom_test: |- + # https://github.com/bucardo/dbdpg/issues/143 + rm t/09arrays.t DBDPG_TEMPDIR=/tmp HARNESS_TIMER=1 HARNESS_VERBOSE=1 make test #startserver && make test #ignore_requires: Bizarre::Module