Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libXpresent for openSUSE:Factory checked in at 2025-09-09 20:30:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libXpresent (Old) and /work/SRC/openSUSE:Factory/.libXpresent.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libXpresent" Tue Sep 9 20:30:07 2025 rev:5 rq:1303205 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libXpresent/libXpresent.changes 2023-06-06 19:56:33.878581895 +0200 +++ /work/SRC/openSUSE:Factory/.libXpresent.new.1977/libXpresent.changes 2025-09-09 20:30:37.410183150 +0200 @@ -1,0 +2,11 @@ +Mon Sep 8 09:24:14 UTC 2025 - Flann van der Eik <[email protected]> + +- Update to version 1.0.2 + * configure: Use LT_INIT from libtool 2 instead of deprecated + AC_PROG_LIBTOOL + * XPresentWireToCookie: avoid writing to NULL pointer if + malloc() fails + * meson: Add option to build with meson + * Improve man page formatting + +------------------------------------------------------------------- Old: ---- libXpresent-1.0.1.tar.xz New: ---- libXpresent-1.0.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libXpresent.spec ++++++ --- /var/tmp/diff_new_pack.VuBB7Z/_old 2025-09-09 20:30:37.990207593 +0200 +++ /var/tmp/diff_new_pack.VuBB7Z/_new 2025-09-09 20:30:37.990207593 +0200 @@ -1,7 +1,7 @@ # # spec file for package libXpresent # -# Copyright (c) 2023 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 @@ -20,7 +20,7 @@ %global _lto_cflags %{_lto_cflags} -ffat-lto-objects Name: libXpresent -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: An X Window System client interface to the Present extension to the X protocol License: MIT @@ -34,9 +34,9 @@ %if 0%{?suse_version} < 01550 && 0%{?is_opensuse} BuildRequires: pkgconfig(presentproto) %endif -BuildRequires: autoconf -BuildRequires: automake BuildRequires: fdupes +BuildRequires: meson +BuildRequires: ninja BuildRequires: pkgconfig %description @@ -73,11 +73,11 @@ %setup -q %build -%configure -%make_build +%meson +%meson_build %install -%make_install +%meson_install rm -f %{buildroot}%{_libdir}/*.la %fdupes %{buildroot}%{_mandir} ++++++ libXpresent-1.0.1.tar.xz -> libXpresent-1.0.2.tar.xz ++++++ ++++ 17060 lines of diff (skipped)
