forked from pool/libXt
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
1fff9b8a73 | |||
08c4952fa7 | |||
79b94a3367 | |||
246c6759f5 | |||
795a480423 | |||
2dc29c5277 | |||
921cca8516 |
BIN
libXt-1.3.0.tar.xz
(Stored with Git LFS)
BIN
libXt-1.3.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
libXt-1.3.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
libXt-1.3.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 12:43:42 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- update to 1.3.1
|
||||||
|
* README.md: update & correct links to O'Reilly X Toolkit books
|
||||||
|
* unifdef ultrix
|
||||||
|
* unifdef sgi
|
||||||
|
* unifdef hpux
|
||||||
|
* unifdef __osf__
|
||||||
|
* unifdef AIXV3
|
||||||
|
* unifdef MOTOROLA
|
||||||
|
* unifdef USG
|
||||||
|
* unifdef VMS
|
||||||
|
* unifdef __EMX__
|
||||||
|
* unifdef AIXSHLIB & SUNSHLIB
|
||||||
|
* Improve linking with widget libraries on macOS
|
||||||
|
* issue #17: avoid _Static_assert from c++
|
||||||
|
* issue #18: cross-build issue in util
|
||||||
|
* issue #19: include <process.h> on Windows for getpid()
|
||||||
|
* issue #20: c23 boolean conflict
|
||||||
|
* remove substitution for EXEEXT_FOR_BUILD, not defined in automake
|
||||||
|
* Add continue_to_dispatch parameter to _XtResourceConfigurationEH()
|
||||||
|
* eliminate an unnecessary cast
|
||||||
|
* quiet a couple of unused-parameter warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 10 08:46:46 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
Mon Apr 10 08:46:46 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXt
|
# spec file for package libXt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libXt
|
Name: libXt
|
||||||
%define lname libXt6
|
%define lname libXt6
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Toolkit Intrinsics library
|
Summary: X Toolkit Intrinsics library
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -84,7 +84,7 @@ This package contains the development headers for the library found
|
|||||||
in %lname.
|
in %lname.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --docdir=%_docdir/%name --disable-static
|
%configure --docdir=%_docdir/%name --disable-static
|
||||||
|
Reference in New Issue
Block a user