Accepting request 1249312 from X11:XOrg

- 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

OBS-URL: https://build.opensuse.org/request/show/1249312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=16
This commit is contained in:
Ana Guerrero 2025-03-03 15:04:24 +00:00 committed by Git OBS Bridge
commit 1fff9b8a73
3 changed files with 7 additions and 29 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 28 20:00:22 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- 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 <sndirsch@suse.com> Wed Feb 19 11:41:45 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -29,7 +29,6 @@ URL: http://xorg.freedesktop.org/
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXt/ #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXt/
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
Source1: baselibs.conf Source1: baselibs.conf
Patch0: u_pkgconfig-file-move-sm-from-private-to-public-Requir.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60, automake, libtool #git#BuildRequires: autoconf >= 2.60, automake, libtool

View File

@ -1,28 +0,0 @@
From 04de31e49032aed32839065ec11d9a291850b7a9 Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <sndirsch@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