Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8dae1dd553 | ||
|
|
e3f891c1eb | ||
|
|
46d8ff0fd4 | ||
|
|
5e2aa7bf15 | ||
|
|
b08a181c38 | ||
|
|
76e1e4f173 | ||
|
|
f385e509d4 | ||
|
|
86b5fbc1c8 | ||
|
|
e70f43652b | ||
|
|
48e4f8c022 | ||
|
|
1168ccdba8 |
4 changed files with 50 additions and 41 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/xdpyinfo-*.tar.xz
|
||||
/xdpyinfo-*.tar.xz*
|
||||
|
|
|
|||
31
changelog
Normal file
31
changelog
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Apr 11 2022 Peter Hutterer <peter.hutterer@redhat.com> - 1.3.3-1
|
||||
- xdpyinfo 1.3.3
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Apr 16 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.3.2-2
|
||||
- Bump Obsoletes line for xorg-x11-utils
|
||||
- Use the make_build rpm macro
|
||||
|
||||
* Tue Jan 19 2021 Adam Jackson <ajax@redhat.com> - 1.3.2-1
|
||||
- Initial split packaging.
|
||||
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xdpyinfo-1.3.3.tar.xz) = 47fe0821bc64145876853712ebd7c0af80111c243813615b892429021cc9a53abd38c4684551ae300cb5a4eacdd3d26e2c93e789ed91a948b20e2c37cd2d2442
|
||||
SHA512 (xdpyinfo-1.4.0.tar.xz) = 478dd3de58950eeca213a51820445e62a5a63b2fa9ff3505f22802a7980f855fc11f1465e57ff4c34cdf8df0a0ff3c576804ef44f11f3b52c1c9da4ecc5a62d3
|
||||
|
|
|
|||
|
|
@ -1,44 +1,43 @@
|
|||
Summary: X11 display information utility
|
||||
Name: xdpyinfo
|
||||
Version: 1.3.3
|
||||
Release: 3%{?dist}
|
||||
Version: 1.4.0
|
||||
Release: %autorelease
|
||||
License: MIT
|
||||
URL: http://www.x.org
|
||||
|
||||
URL: https://www.x.org
|
||||
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc make
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libtool
|
||||
|
||||
BuildRequires: pkgconfig(dmx)
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(x11-xcb)
|
||||
BuildRequires: pkgconfig(xcb) >= 1.6
|
||||
BuildRequires: pkgconfig(xcomposite)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xi)
|
||||
BuildRequires: pkgconfig(xcomposite)
|
||||
BuildRequires: pkgconfig(xinerama)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.22
|
||||
BuildRequires: pkgconfig(xrandr) >= 1.2
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
BuildRequires: pkgconfig(xtst)
|
||||
BuildRequires: pkgconfig(xv)
|
||||
BuildRequires: pkgconfig(xxf86dga)
|
||||
BuildRequires: pkgconfig(xxf86vm)
|
||||
|
||||
Obsoletes: xorg-x11-utils < 7.5-39
|
||||
|
||||
%description
|
||||
xdpyinfo prints basic diagnostic information about a given X server.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
|
@ -47,25 +46,4 @@ xdpyinfo prints basic diagnostic information about a given X server.
|
|||
%{_mandir}/man1/xdpyinfo.1*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Apr 11 2022 Peter Hutterer <peter.hutterer@redhat.com> - 1.3.3-1
|
||||
- xdpyinfo 1.3.3
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Apr 16 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.3.2-2
|
||||
- Bump Obsoletes line for xorg-x11-utils
|
||||
- Use the make_build rpm macro
|
||||
|
||||
* Tue Jan 19 2021 Adam Jackson <ajax@redhat.com> - 1.3.2-1
|
||||
- Initial split packaging.
|
||||
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue