From 1b0c48910ff47b28e072fb5f05e92bf64ddfab25 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:30 +0100 Subject: [PATCH 01/21] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xautomation.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index dd8be18..cb41fdc 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -3,7 +3,6 @@ Version: 1.07 Release: 13%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images -Group: User Interface/X License: GPLv2+ URL: http://hoopajoo.net/projects/xautomation.html Source0: http://hoopajoo.net/static/projects/%{name}-%{version}.tar.gz From 9621b0d6988859ada5d710a77231254622cc01b6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:06:21 +0000 Subject: [PATCH 02/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index cb41fdc..f283bee 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.07 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -49,6 +49,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.07-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.07-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From b9a198145e9a968c10f6cef35f069658129d985e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:52:26 +0000 Subject: [PATCH 03/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index f283bee..486e48b 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.07 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -49,6 +49,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.07-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.07-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 378f3c708829bb91f2963e10ec45aa568403f336 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 13 Aug 2019 18:59:23 +0200 Subject: [PATCH 04/21] Update to 1.09 + spec cleanup --- .gitignore | 1 + sources | 2 +- xautomation.spec | 30 +++++++++++++++++------------- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 98c3850..53fe2d4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ xautomation-1.03.tar.gz /xautomation-1.05.tar.gz /xautomation-1.06.tar.gz /xautomation-1.07.tar.gz +/xautomation-1.09.tar.gz diff --git a/sources b/sources index 6481b8b..01c2d5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d6334643429284bfe35cfbf36ff8738 xautomation-1.07.tar.gz +SHA512 (xautomation-1.09.tar.gz) = 60de78ef9e4bd605ff2cdf1cd34771940d043a2ba0498a053d54dad82476aa123afe91690e7f57d2f346845d4b1313bc0e4d3df524815265c817961978ef4ad8 diff --git a/xautomation.spec b/xautomation.spec index 486e48b..9c051c0 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation -Version: 1.07 -Release: 15%{?dist} +Version: 1.09 +Release: 1%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -13,30 +13,30 @@ BuildRequires: libXi-devel BuildRequires: libXtst-devel %description -Control X from the command line for scripts, and do "visual -scraping" to find things on the screen. The control interface allows -mouse movement, clicking, button up/down, key up/down, etc, and uses -the XTest extension so you don't have the annoying problems that xse -has when apps ignore sent events. The visgrep program find images -inside of images and reports the coordinates, allowing programs to -find buttons, etc, on the screen to click on. +Control X from the command line for scripts, and do "visual scraping" to find +things on the screen. The control interface allows mouse movement, clicking, +button up/down, key up/down, etc, and uses the XTest extension so you don't have +the annoying problems that xse has when apps ignore sent events. The visgrep +program find images inside of images and reports the coordinates, allowing +programs to find buttons, etc, on the screen to click on. %prep -%setup -q +%autosetup %build %configure -make %{?_smp_mflags} LDFLAGS=-lXi +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install %files -%doc AUTHORS COPYING README +%doc AUTHORS README +%license COPYING %{_bindir}/pat2ppm %{_bindir}/patextract %{_bindir}/png2pat @@ -49,6 +49,10 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Tue Aug 13 2019 Mohamed El Morabity - 1.09-1 +- Update to 1.09 +- Spec cleanup + * Sat Jul 27 2019 Fedora Release Engineering - 1.07-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From de2218ffa04148f40821d31a4e759242ec524602 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 13 Aug 2019 18:59:23 +0200 Subject: [PATCH 05/21] Update to 1.09 + spec cleanup --- .gitignore | 1 + sources | 2 +- xautomation.spec | 30 +++++++++++++++++------------- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 98c3850..53fe2d4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ xautomation-1.03.tar.gz /xautomation-1.05.tar.gz /xautomation-1.06.tar.gz /xautomation-1.07.tar.gz +/xautomation-1.09.tar.gz diff --git a/sources b/sources index 6481b8b..01c2d5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d6334643429284bfe35cfbf36ff8738 xautomation-1.07.tar.gz +SHA512 (xautomation-1.09.tar.gz) = 60de78ef9e4bd605ff2cdf1cd34771940d043a2ba0498a053d54dad82476aa123afe91690e7f57d2f346845d4b1313bc0e4d3df524815265c817961978ef4ad8 diff --git a/xautomation.spec b/xautomation.spec index dd8be18..f9e6ced 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation -Version: 1.07 -Release: 13%{?dist} +Version: 1.09 +Release: 1%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images Group: User Interface/X @@ -14,30 +14,30 @@ BuildRequires: libXi-devel BuildRequires: libXtst-devel %description -Control X from the command line for scripts, and do "visual -scraping" to find things on the screen. The control interface allows -mouse movement, clicking, button up/down, key up/down, etc, and uses -the XTest extension so you don't have the annoying problems that xse -has when apps ignore sent events. The visgrep program find images -inside of images and reports the coordinates, allowing programs to -find buttons, etc, on the screen to click on. +Control X from the command line for scripts, and do "visual scraping" to find +things on the screen. The control interface allows mouse movement, clicking, +button up/down, key up/down, etc, and uses the XTest extension so you don't have +the annoying problems that xse has when apps ignore sent events. The visgrep +program find images inside of images and reports the coordinates, allowing +programs to find buttons, etc, on the screen to click on. %prep -%setup -q +%autosetup %build %configure -make %{?_smp_mflags} LDFLAGS=-lXi +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install %files -%doc AUTHORS COPYING README +%doc AUTHORS README +%license COPYING %{_bindir}/pat2ppm %{_bindir}/patextract %{_bindir}/png2pat @@ -50,6 +50,10 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Tue Aug 13 2019 Mohamed El Morabity - 1.09-1 +- Update to 1.09 +- Spec cleanup + * Sat Jul 14 2018 Fedora Release Engineering - 1.07-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 1fb15a7923d33d96faf58c15074b1649df120e0c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:06:05 +0000 Subject: [PATCH 06/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index 9c051c0..f5efba8 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -49,6 +49,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.09-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Aug 13 2019 Mohamed El Morabity - 1.09-1 - Update to 1.09 - Spec cleanup From c65344fb06a3d9077ae43510b5a5a1ceabbed92a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:27:18 +0000 Subject: [PATCH 07/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index f5efba8..5116079 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -49,6 +49,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.09-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 1.09-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 8a62175e0b1af5a6fe4775e4a2a99c6db30613ce Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:07:46 +0000 Subject: [PATCH 08/21] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xautomation.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xautomation.spec b/xautomation.spec index 5116079..80b70f3 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -7,6 +7,7 @@ License: GPLv2+ URL: http://hoopajoo.net/projects/xautomation.html Source0: http://hoopajoo.net/static/projects/%{name}-%{version}.tar.gz +BuildRequires: make BuildRequires: gcc BuildRequires: libpng-devel BuildRequires: libXi-devel From 1ae062233fefe4e1bcb219303058b1886ba8209c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:47:41 +0000 Subject: [PATCH 09/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index 80b70f3..b1483f1 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -50,6 +50,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.09-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.09-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From b21f3ea4f97d23ffd747392c6763bbed111e149c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:16:49 +0000 Subject: [PATCH 10/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index b1483f1..cdb12ba 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -50,6 +50,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.09-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.09-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From abfedecbf30dfcb3917317f3d6c332516c889d88 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:48:26 +0000 Subject: [PATCH 11/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index cdb12ba..ce219e3 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -50,6 +50,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.09-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.09-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 241f3a8c536bc4705c763837b832db13a6d9f2cd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:47:10 +0000 Subject: [PATCH 12/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index ce219e3..b7f7e63 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -50,6 +50,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.09-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.09-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 6cbcc6f7f9895c30995ff692b224dde119e6511b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:08:56 +0000 Subject: [PATCH 13/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index b7f7e63..569ef35 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -50,6 +50,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.09-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.09-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 12b423e4a9a1445379c06a4ff00f341b62d2f19f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:31:14 +0000 Subject: [PATCH 14/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index 569ef35..b807af8 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -50,6 +50,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.09-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.09-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From efa1b6a021e8afe5fcec26cd4e2400e4ba651211 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:19:43 +0000 Subject: [PATCH 15/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index b807af8..32ed8d2 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -50,6 +50,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.09-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.09-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 1d658f3b958e3a1950776c5016c1b246328a3c9c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:42:44 +0000 Subject: [PATCH 16/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index 32ed8d2..cd165d6 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images License: GPLv2+ @@ -50,6 +50,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.09-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.09-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From ad18645add6e6528147718d48d12747f15ac3712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:44:50 +0200 Subject: [PATCH 17/21] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xautomation.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xautomation.spec b/xautomation.spec index cd165d6..d21b430 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,9 +1,10 @@ Name: xautomation Version: 1.09 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://hoopajoo.net/projects/xautomation.html Source0: http://hoopajoo.net/static/projects/%{name}-%{version}.tar.gz @@ -50,6 +51,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Fri Jul 26 2024 Miroslav Suchý - 1.09-12 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.09-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 98a18ad2edea339e5f768c4198607c0d185d5b06 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:25:36 +0000 Subject: [PATCH 18/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index d21b430..4b0127a 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -51,6 +51,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.09-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 26 2024 Miroslav Suchý - 1.09-12 - convert license to SPDX From f9b31151729292198cfe92806ad690a2dbe25c79 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:37:42 +0000 Subject: [PATCH 19/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index 4b0127a..86e49ab 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -51,6 +51,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.09-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.09-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 8663b51b40a5cf5b0da4ac2dc0bfd72e7a7a6db3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:27:32 +0000 Subject: [PATCH 20/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index 86e49ab..5153a98 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -51,6 +51,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.09-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.09-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From e887de7f989ab11b59298e7d16d5c7254d838e86 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:00:57 +0000 Subject: [PATCH 21/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xautomation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xautomation.spec b/xautomation.spec index 5153a98..b42f779 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -1,6 +1,6 @@ Name: xautomation Version: 1.09 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Tools to automate tasks in X, even detecting on screen images # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -51,6 +51,9 @@ programs to find buttons, etc, on the screen to click on. %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.09-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.09-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild