Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package e16 for openSUSE:Factory checked in at 2026-06-03 20:25:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/e16 (Old) and /work/SRC/openSUSE:Factory/.e16.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "e16" Wed Jun 3 20:25:31 2026 rev:13 rq:1356909 version:1.0.24 Changes: -------- --- /work/SRC/openSUSE:Factory/e16/e16.changes 2022-02-25 21:25:39.391644569 +0100 +++ /work/SRC/openSUSE:Factory/.e16.new.1937/e16.changes 2026-06-03 20:29:19.530387153 +0200 @@ -1,0 +2,6 @@ +Tue Jun 2 10:10:06 UTC 2026 - Ana Guerrero <[email protected]> + +- Remove obsolete gettext macros. + * Patch remove-old-gettext-macros.patch + +------------------------------------------------------------------- New: ---- remove-old-gettext-macros.patch ----------(New B)---------- New:- Remove obsolete gettext macros. * Patch remove-old-gettext-macros.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ e16.spec ++++++ --- /var/tmp/diff_new_pack.wcXZP5/_old 2026-06-03 20:29:21.554470978 +0200 +++ /var/tmp/diff_new_pack.wcXZP5/_new 2026-06-03 20:29:21.562471309 +0200 @@ -1,7 +1,7 @@ # # spec file for package e16 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2026 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 @@ -31,6 +31,7 @@ URL: https://www.enlightenment.org Source: e16-%{version}.tar.xz Patch0: fix-compile-gtk.patch +Patch1: remove-old-gettext-macros.patch BuildRequires: fdupes BuildRequires: libtool BuildRequires: pkgconfig ++++++ remove-old-gettext-macros.patch ++++++ Remove obsolete GETTEXT macros --- e16-1.0.24/configure.ac +++ e16-1.0.24/configure.ac @@ -53,10 +53,6 @@ AM_ICONV AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.19]) -m4_ifdef([AM_GNU_GETTEXT_REQUIRE_VERSION], [ -AM_GNU_GETTEXT_REQUIRE_VERSION([0.19]) -]) AC_CHECK_FUNCS([clock_gettime], [have_clock_gettime=yes], [AC_CHECK_LIB([rt], [clock_gettime], [have_clock_gettime=-lrt],
