Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d35201dd84 | |||
| ab7ae920e2 | |||
| c963b4cab3 |
BIN
xdpyinfo-1.3.4.tar.xz
LFS
BIN
xdpyinfo-1.3.4.tar.xz
LFS
Binary file not shown.
3
xdpyinfo-1.4.0.tar.xz
Normal file
3
xdpyinfo-1.4.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc1de6e6e091ed46c4837b0ae9811e8182f7be0d2af638cab3e530ff081a48b6
|
||||
size 144060
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user