From 70e4c65ad944ff2da5cd4e6c1adfa78585f93f7a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:57:06 +0000 Subject: [PATCH 01/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xdpyinfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdpyinfo.spec b/xdpyinfo.spec index 68c9d82..3d6b1df 100644 --- a/xdpyinfo.spec +++ b/xdpyinfo.spec @@ -1,7 +1,7 @@ Summary: X11 display information utility Name: xdpyinfo Version: 1.3.2 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT URL: http://www.x.org @@ -47,6 +47,9 @@ xdpyinfo prints basic diagnostic information about a given X server. %{_mandir}/man1/xdpyinfo.1* %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.3.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From f0cfe4fb9d79876163084e38123db373d8cad5e4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 11 Apr 2022 11:15:54 +1000 Subject: [PATCH 02/15] xdpyinfo 1.3.3 --- .gitignore | 2 +- sources | 2 +- xdpyinfo.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index ec02a08..c0b59b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/xdpyinfo-1.3.2.tar.bz2 +/xdpyinfo-*.tar.xz diff --git a/sources b/sources index e221ac6..bbf1a45 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdpyinfo-1.3.2.tar.bz2) = 2c9097c13778c7a7fe5a9b3ee04b28512ff6028231eca91ecdf6104c742be470678920d37a4f540fece7e39dccbea34802271f359ab80618027b2856c8912e7d +SHA512 (xdpyinfo-1.3.3.tar.xz) = 47fe0821bc64145876853712ebd7c0af80111c243813615b892429021cc9a53abd38c4684551ae300cb5a4eacdd3d26e2c93e789ed91a948b20e2c37cd2d2442 diff --git a/xdpyinfo.spec b/xdpyinfo.spec index 3d6b1df..73d4418 100644 --- a/xdpyinfo.spec +++ b/xdpyinfo.spec @@ -1,11 +1,11 @@ Summary: X11 display information utility Name: xdpyinfo -Version: 1.3.2 -Release: 4%{?dist} +Version: 1.3.3 +Release: 1%{?dist} License: MIT URL: http://www.x.org -Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.bz2 +Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz BuildRequires: gcc make BuildRequires: gettext-devel @@ -42,11 +42,14 @@ xdpyinfo prints basic diagnostic information about a given X server. %files %license COPYING -%doc README +%doc README.md %{_bindir}/xdpyinfo %{_mandir}/man1/xdpyinfo.1* %changelog +* Mon Apr 11 2022 Peter Hutterer - 1.3.3-1 +- xdpyinfo 1.3.3 + * Sat Jan 22 2022 Fedora Release Engineering - 1.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From e912ed2f6ddcce3390796e43440f29164021f581 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:57:41 +0000 Subject: [PATCH 03/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xdpyinfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdpyinfo.spec b/xdpyinfo.spec index 73d4418..04d2bfb 100644 --- a/xdpyinfo.spec +++ b/xdpyinfo.spec @@ -1,7 +1,7 @@ Summary: X11 display information utility Name: xdpyinfo Version: 1.3.3 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://www.x.org @@ -47,6 +47,9 @@ xdpyinfo prints basic diagnostic information about a given X server. %{_mandir}/man1/xdpyinfo.1* %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Apr 11 2022 Peter Hutterer - 1.3.3-1 - xdpyinfo 1.3.3 From 65c17bcc62cf3c99f638d1dab57c9294ae7ab356 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:18:43 +0000 Subject: [PATCH 04/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xdpyinfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdpyinfo.spec b/xdpyinfo.spec index 04d2bfb..5d599ec 100644 --- a/xdpyinfo.spec +++ b/xdpyinfo.spec @@ -1,7 +1,7 @@ Summary: X11 display information utility Name: xdpyinfo Version: 1.3.3 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: http://www.x.org @@ -47,6 +47,9 @@ xdpyinfo prints basic diagnostic information about a given X server. %{_mandir}/man1/xdpyinfo.1* %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.3.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 1168ccdba82ba03a3eb95570d6e5ae215c2f138c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:40:59 +0000 Subject: [PATCH 05/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xdpyinfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdpyinfo.spec b/xdpyinfo.spec index 5d599ec..19a5cf4 100644 --- a/xdpyinfo.spec +++ b/xdpyinfo.spec @@ -1,7 +1,7 @@ Summary: X11 display information utility Name: xdpyinfo Version: 1.3.3 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT URL: http://www.x.org @@ -47,6 +47,9 @@ xdpyinfo prints basic diagnostic information about a given X server. %{_mandir}/man1/xdpyinfo.1* %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.3.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 48e4f8c0222c3a7b365283499319adff4dfebe5b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:29:43 +0000 Subject: [PATCH 06/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xdpyinfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdpyinfo.spec b/xdpyinfo.spec index 19a5cf4..5b277be 100644 --- a/xdpyinfo.spec +++ b/xdpyinfo.spec @@ -1,7 +1,7 @@ Summary: X11 display information utility Name: xdpyinfo Version: 1.3.3 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT URL: http://www.x.org @@ -47,6 +47,9 @@ xdpyinfo prints basic diagnostic information about a given X server. %{_mandir}/man1/xdpyinfo.1* %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.3.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.3.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From e70f43652b845e34073b4354675dc697548b3595 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:53:24 +0000 Subject: [PATCH 07/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xdpyinfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdpyinfo.spec b/xdpyinfo.spec index 5b277be..60a41f0 100644 --- a/xdpyinfo.spec +++ b/xdpyinfo.spec @@ -1,7 +1,7 @@ Summary: X11 display information utility Name: xdpyinfo Version: 1.3.3 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT URL: http://www.x.org @@ -47,6 +47,9 @@ xdpyinfo prints basic diagnostic information about a given X server. %{_mandir}/man1/xdpyinfo.1* %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.3.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.3.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 86b5fbc1c8491b5333e88ad2567549330617a31a Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Mon, 28 Oct 2024 23:30:12 -0300 Subject: [PATCH 08/15] Convert to %autorelease and %autochangelog --- changelog | 31 +++++++++++++++++++++++++++++++ xdpyinfo.spec | 34 ++-------------------------------- 2 files changed, 33 insertions(+), 32 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..aa06981 --- /dev/null +++ b/changelog @@ -0,0 +1,31 @@ +* Sat Jul 20 2024 Fedora Release Engineering - 1.3.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 1.3.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jul 22 2023 Fedora Release Engineering - 1.3.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Fedora Release Engineering - 1.3.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Apr 11 2022 Peter Hutterer - 1.3.3-1 +- xdpyinfo 1.3.3 + +* Sat Jan 22 2022 Fedora Release Engineering - 1.3.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Apr 16 2021 Peter Hutterer - 1.3.2-2 +- Bump Obsoletes line for xorg-x11-utils +- Use the make_build rpm macro + +* Tue Jan 19 2021 Adam Jackson - 1.3.2-1 +- Initial split packaging. + diff --git a/xdpyinfo.spec b/xdpyinfo.spec index 60a41f0..ece2f4a 100644 --- a/xdpyinfo.spec +++ b/xdpyinfo.spec @@ -1,7 +1,7 @@ Summary: X11 display information utility Name: xdpyinfo Version: 1.3.3 -Release: 6%{?dist} +Release: %autorelease License: MIT URL: http://www.x.org @@ -47,34 +47,4 @@ xdpyinfo prints basic diagnostic information about a given X server. %{_mandir}/man1/xdpyinfo.1* %changelog -* Sat Jul 20 2024 Fedora Release Engineering - 1.3.3-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Sat Jan 27 2024 Fedora Release Engineering - 1.3.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 1.3.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 1.3.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 1.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Apr 11 2022 Peter Hutterer - 1.3.3-1 -- xdpyinfo 1.3.3 - -* Sat Jan 22 2022 Fedora Release Engineering - 1.3.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.3.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Apr 16 2021 Peter Hutterer - 1.3.2-2 -- Bump Obsoletes line for xorg-x11-utils -- Use the make_build rpm macro - -* Tue Jan 19 2021 Adam Jackson - 1.3.2-1 -- Initial split packaging. - +%autochangelog From f385e509d48737ce762ef89233e29beb85e64bcb Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Mon, 28 Oct 2024 23:33:07 -0300 Subject: [PATCH 09/15] update xdpyinfo to 1.3.4 --- .gitignore | 1 + sources | 3 ++- xdpyinfo.spec | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c0b59b6..7b774d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /xdpyinfo-*.tar.xz +/xdpyinfo-1.3.4.tar.xz.sig diff --git a/sources b/sources index bbf1a45..f576439 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (xdpyinfo-1.3.3.tar.xz) = 47fe0821bc64145876853712ebd7c0af80111c243813615b892429021cc9a53abd38c4684551ae300cb5a4eacdd3d26e2c93e789ed91a948b20e2c37cd2d2442 +SHA512 (xdpyinfo-1.3.4.tar.xz) = 9ef9f5c10e15a40895e8f008896b960fdd438277657c7159d16f05db79cd2374cfaca4af2f4e59335824bfd2f74a045ef89dd99ea4130ed436ea59fbbb1cbe12 +SHA512 (xdpyinfo-1.3.4.tar.xz.sig) = e225cfa529f73c84585358dfd86a88f75cccb9b13ddb78a937e0cfbe163982e4b5c4a36597845ae825ebbb70f4d5bd192e46e13ed35ab19f8a20086b29989f35 diff --git a/xdpyinfo.spec b/xdpyinfo.spec index ece2f4a..58fc703 100644 --- a/xdpyinfo.spec +++ b/xdpyinfo.spec @@ -1,10 +1,9 @@ Summary: X11 display information utility Name: xdpyinfo -Version: 1.3.3 +Version: 1.3.4 Release: %autorelease License: MIT URL: http://www.x.org - Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz BuildRequires: gcc make From 76e1e4f173d2b410813925326b86dd023b176131 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:37:37 +0000 Subject: [PATCH 10/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From b08a181c38ea0569edf354c7ed1d1c488d1c200c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:43:45 +0000 Subject: [PATCH 11/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 5e2aa7bf1539d4e60f9f98d299a5dc16f7edcd5e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:33:38 +0000 Subject: [PATCH 12/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 46d8ff0fd428dca7f85fc47d5f067e180a17ed8b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:06:56 +0000 Subject: [PATCH 13/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From e3f891c1eb9b9a261fb7b4302813861dbeb03a0a Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 31 Jul 2026 17:00:37 -0300 Subject: [PATCH 14/15] Update to 1.4.0 switch from autotools to meson build system .gitignore cleanup Signed-off-by: Filipe Rosset --- sources | 3 +-- xdpyinfo.spec | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/sources b/sources index f576439..042f2d8 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (xdpyinfo-1.3.4.tar.xz) = 9ef9f5c10e15a40895e8f008896b960fdd438277657c7159d16f05db79cd2374cfaca4af2f4e59335824bfd2f74a045ef89dd99ea4130ed436ea59fbbb1cbe12 -SHA512 (xdpyinfo-1.3.4.tar.xz.sig) = e225cfa529f73c84585358dfd86a88f75cccb9b13ddb78a937e0cfbe163982e4b5c4a36597845ae825ebbb70f4d5bd192e46e13ed35ab19f8a20086b29989f35 +SHA512 (xdpyinfo-1.4.0.tar.xz) = 478dd3de58950eeca213a51820445e62a5a63b2fa9ff3505f22802a7980f855fc11f1465e57ff4c34cdf8df0a0ff3c576804ef44f11f3b52c1c9da4ecc5a62d3 diff --git a/xdpyinfo.spec b/xdpyinfo.spec index 58fc703..ae6e5f3 100644 --- a/xdpyinfo.spec +++ b/xdpyinfo.spec @@ -1,43 +1,43 @@ Summary: X11 display information utility Name: xdpyinfo -Version: 1.3.4 +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 From 8dae1dd553bd508714c2d4b40ffa0c98fc27ebae Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 31 Jul 2026 17:01:29 -0300 Subject: [PATCH 15/15] simplify .gitignore file Signed-off-by: Filipe Rosset --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7b774d8..da5d789 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/xdpyinfo-*.tar.xz -/xdpyinfo-1.3.4.tar.xz.sig +/xdpyinfo-*.tar.xz*