Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mozo for openSUSE:Factory checked in at 2025-11-12 21:16:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mozo (Old) and /work/SRC/openSUSE:Factory/.mozo.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mozo" Wed Nov 12 21:16:30 2025 rev:25 rq:1317362 version:1.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mozo/mozo.changes 2024-04-09 16:50:47.119943910 +0200 +++ /work/SRC/openSUSE:Factory/.mozo.new.1980/mozo.changes 2025-11-12 21:17:12.797240993 +0100 @@ -1,0 +2,5 @@ +Wed Nov 12 14:41:09 UTC 2025 - Hillwood Yang <[email protected]> + +- Fix build with gettext >= 0.24.1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozo.spec ++++++ --- /var/tmp/diff_new_pack.IWy77K/_old 2025-11-12 21:17:13.325263126 +0100 +++ /var/tmp/diff_new_pack.IWy77K/_new 2025-11-12 21:17:13.329263294 +0100 @@ -1,7 +1,7 @@ # # spec file for package mozo # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,9 +51,12 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build +%if %{pkg_vcmp gettext-devel >= 0.24.1} +export ACLOCAL_PATH=/usr/share/gettext/m4/ +%endif NOCONFIGURE=1 mate-autogen %configure %make_build
