commit po4a for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package po4a for openSUSE:Factory checked in at 2024-07-02 18:14:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/po4a (Old) and /work/SRC/openSUSE:Factory/.po4a.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "po4a" Tue Jul 2 18:14:28 2024 rev:33 rq:1184865 version:0.73 Changes: -------- --- /work/SRC/openSUSE:Factory/po4a/po4a.changes 2024-06-29 15:16:30.814230161 +0200 +++ /work/SRC/openSUSE:Factory/.po4a.new.18349/po4a.changes 2024-07-02 18:14:31.463192096 +0200 @@ -1,0 +2,7 @@ +Tue Jul 2 13:51:42 CEST 2024 - mls@suse.de + +- Add a workaround to fix building against perl-5.40.0 which added + a warning for accidental usage of UNIVERSAL::import() + * new patch: po4a.diff + +------------------------------------------------------------------- New: ---- po4a.diff BETA DEBUG BEGIN: New: a warning for accidental usage of UNIVERSAL::import() * new patch: po4a.diff BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ po4a.spec ++++++ --- /var/tmp/diff_new_pack.dLjKAM/_old 2024-07-02 18:14:32.699237317 +0200 +++ /var/tmp/diff_new_pack.dLjKAM/_new 2024-07-02 18:14:32.699237317 +0200 @@ -28,6 +28,8 @@ %endif URL: https://po4a.org/ Source: https://github.com/mquinson/po4a/releases/download/v%{version}/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM Workaround for build error with perl 5.40, see https://github.com/mquinson/po4a/issues/508 +Patch0: po4a.diff %if "%{_vendor}" == "debbuild" BuildRequires: deb-perl-macros @@ -110,6 +112,7 @@ %prep %setup -q +%patch -P0 %build perl Build.PL installdirs=vendor ++++++ po4a.diff ++++++ --- lib/Locale/Po4a/TransTractor.pm.orig 2024-07-02 11:29:25.396972130 +0000 +++ lib/Locale/Po4a/TransTractor.pm 2024-07-02 11:29:48.916941692 +0000 @@ -5,6 +5,8 @@ require Exporter; package Locale::Po4a::TransTractor; use DynaLoader; +sub import {}; + use 5.16.0; use strict; use warnings;
participants (1)
-
Source-Sync