Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libXt for openSUSE:Factory checked in at 2025-02-20 16:27:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libXt (Old) and /work/SRC/openSUSE:Factory/.libXt.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libXt" Thu Feb 20 16:27:19 2025 rev:15 rq:1247049 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libXt/libXt.changes 2024-11-20 16:58:55.450184725 +0100 +++ /work/SRC/openSUSE:Factory/.libXt.new.1873/libXt.changes 2025-02-20 16:28:05.031172037 +0100 @@ -1,0 +2,8 @@ +Wed Feb 19 11:41:45 UTC 2025 - Stefan Dirsch <sndir...@suse.com> + +- u_pkgconfig-file-move-sm-from-private-to-public-Requir.patch + * pkgconfig file: move 'sm' from private to public Requires + Since <X11/Shell.h> includes <X11/SM/SMlib.h> 'sm' should be a + public Requires in xt.pc. (boo#1237276) + +------------------------------------------------------------------- New: ---- u_pkgconfig-file-move-sm-from-private-to-public-Requir.patch BETA DEBUG BEGIN: New: - u_pkgconfig-file-move-sm-from-private-to-public-Requir.patch * pkgconfig file: move 'sm' from private to public Requires BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libXt.spec ++++++ --- /var/tmp/diff_new_pack.5t5XSG/_old 2025-02-20 16:28:06.851248209 +0100 +++ /var/tmp/diff_new_pack.5t5XSG/_new 2025-02-20 16:28:06.851248209 +0100 @@ -1,7 +1,7 @@ # # spec file for package libXt # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,6 +29,7 @@ #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXt/ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf +Patch0: u_pkgconfig-file-move-sm-from-private-to-public-Requir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool @@ -84,7 +85,7 @@ in %lname. %prep -%setup -q +%autosetup -p1 %build %configure --docdir=%_docdir/%name --disable-static ++++++ u_pkgconfig-file-move-sm-from-private-to-public-Requir.patch ++++++ >From 04de31e49032aed32839065ec11d9a291850b7a9 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch <sndir...@suse.de> Date: Wed, 19 Feb 2025 12:34:38 +0100 Subject: [PATCH] pkgconfig file: move 'sm' from private to public Requires Since <X11/Shell.h> includes <X11/SM/SMlib.h> 'sm' should be a public Requires in xt.pc. --- xt.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xt.pc.in b/xt.pc.in index 1950523..4af66a5 100644 --- a/xt.pc.in +++ b/xt.pc.in @@ -10,7 +10,7 @@ xfilesearchpath=@XFILESEARCHPATHDEFAULT@ Name: Xt Description: X Toolkit Library Version: @VERSION@ -Requires: xproto x11 -Requires.private: ice sm +Requires: sm xproto x11 +Requires.private: ice Cflags: -I${includedir} Libs: -L${libdir} -lXt -- 2.43.0