diff --git a/libXt.changes b/libXt.changes index 0fb4877..c4d3f69 100644 --- a/libXt.changes +++ b/libXt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 28 20:00:22 UTC 2025 - Stefan Dirsch + +- removed u_pkgconfig-file-move-sm-from-private-to-public-Requir.patch + again since it's against freedesktop's policy for pkgocnfig files + https://gitlab.freedesktop.org/xorg/lib/libxt/-/merge_requests/73 + ------------------------------------------------------------------- Wed Feb 19 11:41:45 UTC 2025 - Stefan Dirsch diff --git a/libXt.spec b/libXt.spec index 8bd684b..2100d54 100644 --- a/libXt.spec +++ b/libXt.spec @@ -29,7 +29,6 @@ URL: http://xorg.freedesktop.org/ #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 diff --git a/u_pkgconfig-file-move-sm-from-private-to-public-Requir.patch b/u_pkgconfig-file-move-sm-from-private-to-public-Requir.patch deleted file mode 100644 index 2b88455..0000000 --- a/u_pkgconfig-file-move-sm-from-private-to-public-Requir.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 04de31e49032aed32839065ec11d9a291850b7a9 Mon Sep 17 00:00:00 2001 -From: Stefan Dirsch -Date: Wed, 19 Feb 2025 12:34:38 +0100 -Subject: [PATCH] pkgconfig file: move 'sm' from private to public Requires - -Since includes '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 -