From c9f569ed828dfe3d8b14e66677ee8b2313dcf02a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:09:57 +0000 Subject: [PATCH 01/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xhost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xhost.spec b/xhost.spec index be573a0..1f151a2 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT @@ -38,6 +38,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.0.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 2d906baed636d73884b5755ec9b48dca771fc7f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:11:48 +0000 Subject: [PATCH 02/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xhost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xhost.spec b/xhost.spec index 1f151a2..6007c89 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT @@ -38,6 +38,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.0.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 09f6e658b6ee34e7566edf6004990e2425967408 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 13 Dec 2022 11:58:05 +1000 Subject: [PATCH 03/17] xhost 1.0.9 --- .gitignore | 2 +- sources | 2 +- xhost.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 57152cc..c9eb7a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/xhost-*.tar.bz2 +/xhost-*.tar.xz diff --git a/sources b/sources index c4cd511..2f7717f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xhost-1.0.8.tar.bz2) = 55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b +SHA512 (xhost-1.0.9.tar.xz) = d281a0df0a036d693ce7dbe0d1d53839110d203f42454bf4d33a49fbfddec078149969b6ad76641e40e207ddc8317ea563088c59025fc57d8245e5ed27f79818 diff --git a/xhost.spec b/xhost.spec index 6007c89..8d493e2 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,11 +1,11 @@ Name: xhost -Version: 1.0.8 -Release: 4%{?dist} +Version: 1.0.9 +Release: 1%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT URL: https://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: automake libtool BuildRequires: gcc make @@ -38,6 +38,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Tue Dec 13 2022 Peter Hutterer - 1.0.9-1 +- xhost 1.0.9 + * Sat Jul 23 2022 Fedora Release Engineering - 1.0.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 015137704737181c9bf1bc26953d6f2789623135 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 13 Dec 2022 13:24:47 +1000 Subject: [PATCH 04/17] add xgettext to build requires --- xhost.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xhost.spec b/xhost.spec index 8d493e2..08bf2e6 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT @@ -8,7 +8,7 @@ URL: https://www.x.org Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz BuildRequires: automake libtool -BuildRequires: gcc make +BuildRequires: gcc make gettext BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xau) @@ -38,6 +38,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Tue Dec 13 2022 Peter Hutterer - 1.0.9-2 +- add xgettext to build requires + * Tue Dec 13 2022 Peter Hutterer - 1.0.9-1 - xhost 1.0.9 From 848b483ebad3e7df2214244d23c71fefb5e02c20 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:32:00 +0000 Subject: [PATCH 05/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xhost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xhost.spec b/xhost.spec index 08bf2e6..3914e36 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT @@ -38,6 +38,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.0.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Dec 13 2022 Peter Hutterer - 1.0.9-2 - add xgettext to build requires From 533d07b051c1085a2eee6e42a5f4e1aa5deb5d28 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:55:10 +0000 Subject: [PATCH 06/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xhost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xhost.spec b/xhost.spec index 3914e36..2d57944 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT @@ -38,6 +38,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.0.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 85fba8aae8821a949067e96a9d4e4a67664ec97e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 8 Sep 2023 15:09:10 +1000 Subject: [PATCH 07/17] SPDX migration --- xhost.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xhost.spec b/xhost.spec index 2d57944..65979cd 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,9 +1,9 @@ Name: xhost Version: 1.0.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Manage hosts or users allowed to connect to the X server -License: MIT +License: MIT AND ICU URL: https://www.x.org Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz @@ -38,6 +38,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Fri Sep 08 2023 Peter Hutterer - 1.0.9-5 +- SPDX migration + * Sat Jul 22 2023 Fedora Release Engineering - 1.0.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 5e0a49e8e592f8dc6105344ce2eac8cd46214dda Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:46:07 +0000 Subject: [PATCH 08/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xhost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xhost.spec b/xhost.spec index 65979cd..4ff33d3 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.9 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT AND ICU @@ -38,6 +38,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.0.9-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Sep 08 2023 Peter Hutterer - 1.0.9-5 - SPDX migration From 201d3da22eeaca715df855ac3e596afba7a64a51 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 28 Jun 2024 12:05:14 +1000 Subject: [PATCH 09/17] Replace inet_aton() with inet_pton() to silence rpminspect --- ...r-inet_aton-with-a-call-to-inet_pton.patch | 50 +++++++++++++++++++ xhost.spec | 7 ++- 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 0001-Replace-inet_addr-inet_aton-with-a-call-to-inet_pton.patch diff --git a/0001-Replace-inet_addr-inet_aton-with-a-call-to-inet_pton.patch b/0001-Replace-inet_addr-inet_aton-with-a-call-to-inet_pton.patch new file mode 100644 index 0000000..5217b06 --- /dev/null +++ b/0001-Replace-inet_addr-inet_aton-with-a-call-to-inet_pton.patch @@ -0,0 +1,50 @@ +From 26aaeb86431dc81234a46e63386a9a0b5c1f2af8 Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Fri, 28 Jun 2024 10:34:49 +1000 +Subject: [PATCH app/xhost] Replace inet_addr()/inet_aton() with a call to + inet_pton() + +We unconditionally require inet_pton() for our IPv6 check so let's use +the same call for the IPv4 check too. This removes the need for +inet_aton() which is labelled as deprecated because it doesn't support +IPv4. +--- + configure.ac | 3 --- + xhost.c | 7 +------ + 2 files changed, 1 insertion(+), 9 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 60a74c21e580..802eccb959ad 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -42,9 +42,6 @@ case $host_os in + ;; + esac + +-# Checks for library functions. +-AC_CHECK_FUNCS([inet_aton]) +- + # Internationalization & localization support + AC_SEARCH_LIBS([gettext], [intl], [USE_GETTEXT="yes"], [USE_GETTEXT="no"]) + AC_MSG_CHECKING([where to install localized messages]) +diff --git a/xhost.c b/xhost.c +index 22304bd814b4..26ba179272bb 100644 +--- a/xhost.c ++++ b/xhost.c +@@ -544,12 +544,7 @@ change_host(Display *dpy, char *name, Bool add) + * First see if inet_aton/inet_addr can grok the name; if so, then use it. + */ + if (((family == FamilyWild) || (family == FamilyInternet)) && +-#ifdef HAVE_INET_ATON +- (inet_aton (name, &addr) != 0) +-#else +- ((addr.s_addr = inet_addr(name)) != -1) +-#endif +- ) { ++ (inet_pton (AF_INET, name, &addr) == 1)) { + ha.family = FamilyInternet; + ha.length = sizeof(addr.s_addr); + ha.address = (char *) &addr.s_addr; +-- +2.45.2 + diff --git a/xhost.spec b/xhost.spec index 4ff33d3..4f54d03 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,12 +1,14 @@ Name: xhost Version: 1.0.9 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT AND ICU URL: https://www.x.org Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz +Patch01: 0001-Replace-inet_addr-inet_aton-with-a-call-to-inet_pton.patch + BuildRequires: automake libtool BuildRequires: gcc make gettext BuildRequires: pkgconfig(x11) @@ -38,6 +40,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Fri Jun 28 2024 Peter Hutterer - 1.0.9-7 +- Replace inet_aton() with inet_pton() to silence rpminspect + * Sat Jan 27 2024 Fedora Release Engineering - 1.0.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 0574b0a76a60d68341de9dc3683ef055b903c664 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:07:34 +0000 Subject: [PATCH 10/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xhost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xhost.spec b/xhost.spec index 4f54d03..6511cbb 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.9 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT AND ICU @@ -40,6 +40,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.9-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 28 2024 Peter Hutterer - 1.0.9-7 - Replace inet_aton() with inet_pton() to silence rpminspect From 7b4e7a35f7962802f68d7692e0749cab611b36a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:54:01 +0000 Subject: [PATCH 11/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xhost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xhost.spec b/xhost.spec index 6511cbb..041c2d6 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.9 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT AND ICU @@ -40,6 +40,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.0.9-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.0.9-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From d168608d1aeaf688f0bc142ece864f5643322830 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:52:26 +0000 Subject: [PATCH 12/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xhost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xhost.spec b/xhost.spec index 041c2d6..b64c31b 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.9 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT AND ICU @@ -40,6 +40,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.9-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.0.9-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 2ba78061f987b396108d0c20af258349ddbe3551 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:42:22 +0000 Subject: [PATCH 13/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xhost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xhost.spec b/xhost.spec index b64c31b..c7b840f 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.9 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT AND ICU @@ -40,6 +40,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.0.9-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.0.9-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From c2ab02409b2ea40228883076b08f429768e0b25b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:15:22 +0000 Subject: [PATCH 14/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xhost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xhost.spec b/xhost.spec index c7b840f..9eaed74 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.9 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT AND ICU @@ -40,6 +40,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.0.9-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.0.9-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 9b06e96266f1dc17f6bf4f76c0ab2ab6067788ff Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 31 Jul 2026 17:44:00 -0300 Subject: [PATCH 15/17] Update to 1.0.10 Signed-off-by: Filipe Rosset --- sources | 2 +- xhost.spec | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sources b/sources index 2f7717f..a3621e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xhost-1.0.9.tar.xz) = d281a0df0a036d693ce7dbe0d1d53839110d203f42454bf4d33a49fbfddec078149969b6ad76641e40e207ddc8317ea563088c59025fc57d8245e5ed27f79818 +SHA512 (xhost-1.0.10.tar.xz) = 65467b0a096455dae681f8397f5b8b0490a2f80db5cb9f92757cfff8d7822b43833202a275eed8467c6a6aaf3b02e0a7b1a069c5d587d32e56b1893297903051 diff --git a/xhost.spec b/xhost.spec index 9eaed74..812ace1 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,14 +1,12 @@ Name: xhost -Version: 1.0.9 -Release: 12%{?dist} +Version: 1.0.10 +Release: 1%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT AND ICU URL: https://www.x.org Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz -Patch01: 0001-Replace-inet_addr-inet_aton-with-a-call-to-inet_pton.patch - BuildRequires: automake libtool BuildRequires: gcc make gettext BuildRequires: pkgconfig(x11) @@ -40,6 +38,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Fri Jul 31 2026 Filipe Rosset - 1.0.10-1 +- Update to 1.0.10 + * Fri Jul 17 2026 Fedora Release Engineering - 1.0.9-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From 9586394708444d002a13903d9a1ac10b980cdc8d Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 31 Jul 2026 17:44:10 -0300 Subject: [PATCH 16/17] Convert to %autorelease and %autochangelog [skip changelog] --- changelog | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ xhost.spec | 61 ++---------------------------------------------------- 2 files changed, 59 insertions(+), 59 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..8b7457e --- /dev/null +++ b/changelog @@ -0,0 +1,57 @@ +* Fri Jul 31 2026 Filipe Rosset - 1.0.10-1 +- Update to 1.0.10 + +* Fri Jul 17 2026 Fedora Release Engineering - 1.0.9-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + +* Sat Jan 17 2026 Fedora Release Engineering - 1.0.9-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.9-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Sun Jan 19 2025 Fedora Release Engineering - 1.0.9-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.9-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 28 2024 Peter Hutterer - 1.0.9-7 +- Replace inet_aton() with inet_pton() to silence rpminspect + +* Sat Jan 27 2024 Fedora Release Engineering - 1.0.9-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Sep 08 2023 Peter Hutterer - 1.0.9-5 +- SPDX migration + +* Sat Jul 22 2023 Fedora Release Engineering - 1.0.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Fedora Release Engineering - 1.0.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Dec 13 2022 Peter Hutterer - 1.0.9-2 +- add xgettext to build requires + +* Tue Dec 13 2022 Peter Hutterer - 1.0.9-1 +- xhost 1.0.9 + +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 1.0.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu May 06 2021 Peter Hutterer 1.0.8-1 +- xhost 1.0.8 + +* Thu Apr 08 2021 Peter Hutterer - 1.0.7-2 +- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754) + +* Wed Mar 03 2021 Peter Hutterer 1.0.7-1 +- Split xhost out from xorg-x11-server-utils into a separate package + (#1934386) diff --git a/xhost.spec b/xhost.spec index 812ace1..e0143e4 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.10 -Release: 1%{?dist} +Release: %autorelease Summary: Manage hosts or users allowed to connect to the X server License: MIT AND ICU @@ -38,61 +38,4 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog -* Fri Jul 31 2026 Filipe Rosset - 1.0.10-1 -- Update to 1.0.10 - -* Fri Jul 17 2026 Fedora Release Engineering - 1.0.9-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild - -* Sat Jan 17 2026 Fedora Release Engineering - 1.0.9-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Fri Jul 25 2025 Fedora Release Engineering - 1.0.9-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Sun Jan 19 2025 Fedora Release Engineering - 1.0.9-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Sat Jul 20 2024 Fedora Release Engineering - 1.0.9-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 28 2024 Peter Hutterer - 1.0.9-7 -- Replace inet_aton() with inet_pton() to silence rpminspect - -* Sat Jan 27 2024 Fedora Release Engineering - 1.0.9-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Fri Sep 08 2023 Peter Hutterer - 1.0.9-5 -- SPDX migration - -* Sat Jul 22 2023 Fedora Release Engineering - 1.0.9-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 1.0.9-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Tue Dec 13 2022 Peter Hutterer - 1.0.9-2 -- add xgettext to build requires - -* Tue Dec 13 2022 Peter Hutterer - 1.0.9-1 -- xhost 1.0.9 - -* Sat Jul 23 2022 Fedora Release Engineering - 1.0.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 1.0.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.0.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu May 06 2021 Peter Hutterer 1.0.8-1 -- xhost 1.0.8 - -* Thu Apr 08 2021 Peter Hutterer - 1.0.7-2 -- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754) - -* Wed Mar 03 2021 Peter Hutterer 1.0.7-1 -- Split xhost out from xorg-x11-server-utils into a separate package - (#1934386) - +%autochangelog From 283c659255b8f8a0e1741f350cae23f7a672d2b5 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 31 Jul 2026 17:47:04 -0300 Subject: [PATCH 17/17] spec cleanup and modernization --- xhost.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/xhost.spec b/xhost.spec index e0143e4..896bc08 100644 --- a/xhost.spec +++ b/xhost.spec @@ -7,13 +7,16 @@ License: MIT AND ICU URL: https://www.x.org Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz -BuildRequires: automake libtool -BuildRequires: gcc make gettext +BuildRequires: automake +BuildRequires: gcc +BuildRequires: gettext +BuildRequires: libtool +BuildRequires: make BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xau) -BuildRequires: pkgconfig(xtrans) +BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(xtrans) Obsoletes: xorg-x11-server-utils < 7.7-40 @@ -32,6 +35,10 @@ autoreconf -v --install %install %make_install +%check +make check || true + + %files %license COPYING %{_bindir}/%{name}