3 Commits

Author SHA256 Message Date
d35201dd84 Accepting request 1295943 from X11:XOrg
- Update to version 1.4.0
  * gitlab CI: Update to latest CI templates & Debian stable release
  * XFree86-DGA: -ext all shoudn't exit on XF86DGAClientNotLocal error
  * Present: add -ext present that prints version & screen capabilities
  * Present: add per-crtc capabilities to -ext output
  * meson: Add option to build with meson
  * Add -help option
  * Accept --help & --version as aliases to -help & -version
  * man page: fix warnings from `mandoc -T lint`
  * Fix alignment of -help description in -help output
- switched to meson build

OBS-URL: https://build.opensuse.org/request/show/1295943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdpyinfo?expand=0&rev=11
2025-07-28 12:57:59 +00:00
ab7ae920e2 - switched to meson build
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdpyinfo?expand=0&rev=16
2025-07-27 08:59:59 +00:00
c963b4cab3 - Update to version 1.4.0
* gitlab CI: Update to latest CI templates & Debian stable release
  * XFree86-DGA: -ext all shoudn't exit on XF86DGAClientNotLocal error
  * Present: add -ext present that prints version & screen capabilities
  * Present: add per-crtc capabilities to -ext output
  * meson: Add option to build with meson
  * Add -help option
  * Accept --help & --version as aliases to -help & -version
  * man page: fix warnings from `mandoc -T lint`
  * Fix alignment of -help description in -help output

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdpyinfo?expand=0&rev=15
2025-07-27 08:59:30 +00:00
4 changed files with 24 additions and 8 deletions

Binary file not shown.

3
xdpyinfo-1.4.0.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc1de6e6e091ed46c4837b0ae9811e8182f7be0d2af638cab3e530ff081a48b6
size 144060

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Jul 27 08:53:14 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.4.0
* gitlab CI: Update to latest CI templates & Debian stable release
* XFree86-DGA: -ext all shoudn't exit on XF86DGAClientNotLocal error
* Present: add -ext present that prints version & screen capabilities
* Present: add per-crtc capabilities to -ext output
* meson: Add option to build with meson
* Add -help option
* Accept --help & --version as aliases to -help & -version
* man page: fix warnings from `mandoc -T lint`
* Fix alignment of -help description in -help output
- switched to meson build
-------------------------------------------------------------------
Fri Apr 28 06:27:30 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xdpyinfo
#
# 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
@@ -17,13 +17,14 @@
Name: xdpyinfo
Version: 1.3.4
Version: 1.4.0
Release: 0
Summary: Utility to display information about an X server
License: MIT
Group: System/X11/Utilities
URL: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
BuildRequires: meson
BuildRequires: pkg-config
BuildRequires: pkgconfig(dmx)
BuildRequires: pkgconfig(x11)
@@ -55,11 +56,11 @@ protocol extensions that are available.
%setup -q
%build
%configure
make %{?_smp_mflags}
%meson
%meson_build
%install
%make_install
%meson_install
%files
%defattr(-,root,root)