SHA256
1
0
forked from pool/libXt

Compare commits

7 Commits

Author SHA256 Message Date
1fff9b8a73 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
2025-03-03 15:04:24 +00:00
08c4952fa7 - 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/package/show/X11:XOrg/libXt?expand=0&rev=27
2025-02-28 20:04:20 +00:00
79b94a3367 Accepting request 1247049 from X11:XOrg
- 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)

OBS-URL: https://build.opensuse.org/request/show/1247049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=15
2025-02-20 15:27:19 +00:00
246c6759f5 use %autosetup -p1
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=25
2025-02-19 12:06:45 +00:00
795a480423 - 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)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=24
2025-02-19 11:45:59 +00:00
2dc29c5277 Accepting request 1225101 from X11:XOrg
- 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

OBS-URL: https://build.opensuse.org/request/show/1225101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=14
2024-11-20 15:58:48 +00:00
921cca8516 - 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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=22
2024-11-19 12:47:29 +00:00
4 changed files with 46 additions and 6 deletions

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

Binary file not shown.

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: libXt
%define lname libXt6
Version: 1.3.0
Version: 1.3.1
Release: 0
Summary: X Toolkit Intrinsics library
License: MIT
@@ -84,7 +84,7 @@ This package contains the development headers for the library found
in %lname.
%prep
%setup -q
%autosetup -p1
%build
%configure --docdir=%_docdir/%name --disable-static