From 07e65264221555ab944c35aaf2972f22f8c2db70 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 15 Apr 2024 17:01:06 -0400 Subject: [PATCH 01/14] Fix obsolete pygobject3-devel dependency https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PMJ65QYX3JQ5ACF4CSABXMKLXNWOFPLB/ --- accerciser.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accerciser.spec b/accerciser.spec index d372ee9..5e2b84f 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -18,7 +18,7 @@ BuildRequires: gettext BuildRequires: gtk3-devel BuildRequires: itstool BuildRequires: make -BuildRequires: pygobject3-devel +BuildRequires: pkgconfig(pygobject-3.0) BuildRequires: python3 BuildRequires: python3-devel From 2c436f963f1187eb81958e26ce7fa52a97d233f6 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 14:06:32 +0200 Subject: [PATCH 02/14] Rebuilt for Python 3.13 --- accerciser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/accerciser.spec b/accerciser.spec index 5e2b84f..40b980b 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -3,7 +3,7 @@ Name: accerciser Version: 3.42.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Interactive Python accessibility explorer for the GNOME desktop License: BSD @@ -73,6 +73,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop %changelog +* Fri Jun 07 2024 Python Maint - 3.42.0-4 +- Rebuilt for Python 3.13 + * Mon Jan 22 2024 Fedora Release Engineering - 3.42.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 788142217b746cf42b287e22779924135c81a68c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:32:09 +0000 Subject: [PATCH 03/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- accerciser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/accerciser.spec b/accerciser.spec index 40b980b..c9a617d 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -3,7 +3,7 @@ Name: accerciser Version: 3.42.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Interactive Python accessibility explorer for the GNOME desktop License: BSD @@ -73,6 +73,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 3.42.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 3.42.0-4 - Rebuilt for Python 3.13 From 90064ffabd7ea3bed4c5321b01670452ca3c2d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 28 Aug 2024 07:45:47 +0200 Subject: [PATCH 04/14] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- accerciser.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/accerciser.spec b/accerciser.spec index c9a617d..9cad0db 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -3,10 +3,11 @@ Name: accerciser Version: 3.42.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Interactive Python accessibility explorer for the GNOME desktop -License: BSD +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: https://wiki.gnome.org/Apps/Accerciser Source0: https://download.gnome.org/sources/accerciser/%{release_version}/accerciser-%{version}.tar.xz @@ -73,6 +74,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop %changelog +* Wed Aug 28 2024 Miroslav Suchý - 3.42.0-6 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 3.42.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 72cb930b303aa267722ac00392d7bcc10944504b Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 30 Aug 2024 12:23:49 +0100 Subject: [PATCH 05/14] Update to 3.44.1 --- .gitignore | 1 + accerciser.spec | 22 +++++++++++++--------- sources | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index fb38e70..ce9b917 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /accerciser-3.39.1.tar.xz /accerciser-3.40.0.tar.xz /accerciser-3.42.0.tar.xz +/accerciser-3.44.1.tar.xz diff --git a/accerciser.spec b/accerciser.spec index 9cad0db..7326ef3 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -2,8 +2,8 @@ %define release_version %(echo %{version} | awk -F. '{print $1"."$2}') Name: accerciser -Version: 3.42.0 -Release: 6%{?dist} +Version: 3.44.1 +Release: 1%{?dist} Summary: Interactive Python accessibility explorer for the GNOME desktop # Automatically converted from old format: BSD - review is highly recommended. @@ -13,12 +13,12 @@ Source0: https://download.gnome.org/sources/accerciser/%{release_version} BuildArch: noarch -BuildRequires: at-spi2-core-devel BuildRequires: desktop-file-utils BuildRequires: gettext -BuildRequires: gtk3-devel BuildRequires: itstool -BuildRequires: make +BuildRequires: meson +BuildRequires: pkgconfig(atspi-2) +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(pygobject-3.0) BuildRequires: python3 BuildRequires: python3-devel @@ -44,12 +44,12 @@ you can use to create custom views of accessibility information. %build export PYTHON=%{python3} -%configure -%make_build +%meson +%meson_build %install -%make_install +%meson_install %find_lang accerciser --with-gnome @@ -66,14 +66,18 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop %{_datadir}/accerciser/ %{_datadir}/applications/accerciser.desktop %{_datadir}/glib-2.0/schemas/org.a11y.Accerciser.gschema.xml +%{_datadir}/gnome-shell/extensions/accerciser@accerciser.gnome.org/ %{_datadir}/icons/hicolor/*/apps/accerciser.png %{_datadir}/icons/hicolor/scalable/apps/accerciser.svg %{_datadir}/icons/hicolor/symbolic/apps/accerciser-symbolic.svg -%{_datadir}/metainfo/accerciser.appdata.xml +%{_metainfodir}/org.gtk.accerciser.metainfo.xml %{_mandir}/man1/accerciser.1* %changelog +* Fri Aug 30 2024 David King - 3.44.1-1 +- Update to 3.44.1 + * Wed Aug 28 2024 Miroslav Suchý - 3.42.0-6 - convert license to SPDX diff --git a/sources b/sources index 8ee5263..5250e7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (accerciser-3.42.0.tar.xz) = 65c3819c80c9ec3c8728963572a2c7bb4575782abde8ee34e3b7fa31217ef0e8106a7702c5b5a32b123ccb84b357984844a6d4aee75bf7e6157f3d63588224da +SHA512 (accerciser-3.44.1.tar.xz) = 5b1db506260a459c01e6245de76b18c90ed4dd7a325c63a692cb9f31daf125986b50555e2577ccbcaa85f21d5bfce4c275adcd0710c4f1ff697c356ba9198684 From 1a3096992ae8200b9567fe96217357ffe4449049 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:30:27 +0000 Subject: [PATCH 06/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- accerciser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/accerciser.spec b/accerciser.spec index 7326ef3..664a697 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -3,7 +3,7 @@ Name: accerciser Version: 3.44.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interactive Python accessibility explorer for the GNOME desktop # Automatically converted from old format: BSD - review is highly recommended. @@ -75,6 +75,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 3.44.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Aug 30 2024 David King - 3.44.1-1 - Update to 3.44.1 From aa60420ca209dc1ae2bd0e0a43fcb788be7dee85 Mon Sep 17 00:00:00 2001 From: nmontero Date: Wed, 12 Feb 2025 11:13:35 +0100 Subject: [PATCH 07/14] Update to 3.46.2 --- .gitignore | 1 + accerciser.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce9b917..e6b2c5f 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /accerciser-3.40.0.tar.xz /accerciser-3.42.0.tar.xz /accerciser-3.44.1.tar.xz +/accerciser-3.46.2.tar.xz diff --git a/accerciser.spec b/accerciser.spec index 664a697..897f5cf 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -2,8 +2,8 @@ %define release_version %(echo %{version} | awk -F. '{print $1"."$2}') Name: accerciser -Version: 3.44.1 -Release: 2%{?dist} +Version: 3.46.2 +Release: 1%{?dist} Summary: Interactive Python accessibility explorer for the GNOME desktop # Automatically converted from old format: BSD - review is highly recommended. @@ -75,6 +75,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop %changelog +* Wed Feb 12 2025 nmontero - 3.46.2-1 +- Update to 3.46.2 + * Thu Jan 16 2025 Fedora Release Engineering - 3.44.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index 5250e7a..123f391 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (accerciser-3.44.1.tar.xz) = 5b1db506260a459c01e6245de76b18c90ed4dd7a325c63a692cb9f31daf125986b50555e2577ccbcaa85f21d5bfce4c275adcd0710c4f1ff697c356ba9198684 +SHA512 (accerciser-3.46.2.tar.xz) = d57d62df6c6329a1e50fa03208988f2696e8b7066a541fbc0fd92985158b08c354459992666d44488b54609b568ed0fe553fa8a7619fbc896c492cd3b7bc2792 From 8d05bacad6a59da457e7557ac23d0f2d0417f768 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 14:07:30 +0200 Subject: [PATCH 08/14] Rebuilt for Python 3.14 --- accerciser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/accerciser.spec b/accerciser.spec index 897f5cf..f800339 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -3,7 +3,7 @@ Name: accerciser Version: 3.46.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interactive Python accessibility explorer for the GNOME desktop # Automatically converted from old format: BSD - review is highly recommended. @@ -75,6 +75,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop %changelog +* Tue Jun 03 2025 Python Maint - 3.46.2-2 +- Rebuilt for Python 3.14 + * Wed Feb 12 2025 nmontero - 3.46.2-1 - Update to 3.46.2 From 0ae5d211ba65f0fd0285bf872a8bdc8d04bd2430 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:43:10 +0000 Subject: [PATCH 09/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- accerciser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/accerciser.spec b/accerciser.spec index f800339..182a615 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -3,7 +3,7 @@ Name: accerciser Version: 3.46.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Interactive Python accessibility explorer for the GNOME desktop # Automatically converted from old format: BSD - review is highly recommended. @@ -75,6 +75,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 3.46.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jun 03 2025 Python Maint - 3.46.2-2 - Rebuilt for Python 3.14 From 44b263b022cc7e133900685310db02364ea3d22c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 12:37:40 +0200 Subject: [PATCH 10/14] Rebuilt for Python 3.14.0rc2 bytecode --- accerciser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/accerciser.spec b/accerciser.spec index 182a615..c706573 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -3,7 +3,7 @@ Name: accerciser Version: 3.46.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Interactive Python accessibility explorer for the GNOME desktop # Automatically converted from old format: BSD - review is highly recommended. @@ -75,6 +75,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop %changelog +* Fri Aug 15 2025 Python Maint - 3.46.2-4 +- Rebuilt for Python 3.14.0rc2 bytecode + * Wed Jul 23 2025 Fedora Release Engineering - 3.46.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 250939f86d39cda3ec6eaf0c3316f14bddd2e293 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:06:12 +0200 Subject: [PATCH 11/14] Rebuilt for Python 3.14.0rc3 bytecode --- accerciser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/accerciser.spec b/accerciser.spec index c706573..7c61f64 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -3,7 +3,7 @@ Name: accerciser Version: 3.46.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Interactive Python accessibility explorer for the GNOME desktop # Automatically converted from old format: BSD - review is highly recommended. @@ -75,6 +75,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop %changelog +* Fri Sep 19 2025 Python Maint - 3.46.2-5 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 3.46.2-4 - Rebuilt for Python 3.14.0rc2 bytecode From 3307c1e9efaaa870b1f550e18e6a8d80b56d10e9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 23 Oct 2025 13:08:20 -0400 Subject: [PATCH 12/14] Update to 3.48.0 --- .gitignore | 1 + accerciser.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e6b2c5f..34f69db 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /accerciser-3.42.0.tar.xz /accerciser-3.44.1.tar.xz /accerciser-3.46.2.tar.xz +/accerciser-3.48.0.tar.xz diff --git a/accerciser.spec b/accerciser.spec index 7c61f64..d07ec6e 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -2,8 +2,8 @@ %define release_version %(echo %{version} | awk -F. '{print $1"."$2}') Name: accerciser -Version: 3.46.2 -Release: 5%{?dist} +Version: 3.48.0 +Release: 1%{?dist} Summary: Interactive Python accessibility explorer for the GNOME desktop # Automatically converted from old format: BSD - review is highly recommended. @@ -75,6 +75,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop %changelog +* Thu Oct 23 2025 Matthias Clasen - 3.48.0-1 +- Update to 3.48.0 + * Fri Sep 19 2025 Python Maint - 3.46.2-5 - Rebuilt for Python 3.14.0rc3 bytecode diff --git a/sources b/sources index 123f391..52090e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (accerciser-3.46.2.tar.xz) = d57d62df6c6329a1e50fa03208988f2696e8b7066a541fbc0fd92985158b08c354459992666d44488b54609b568ed0fe553fa8a7619fbc896c492cd3b7bc2792 +SHA512 (accerciser-3.48.0.tar.xz) = a412cd5b22fb9f8733bdd8a9b85435f4a8eb27b9ba5ed1220027750a321d0150818aedc8f26256cb07015d8f2cc6e824714bc269bb5f59b1d0680bdbd06dafac From 64d32ae32464bda046e05d39820b4be977e448cf Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 30 Oct 2025 15:39:10 +0100 Subject: [PATCH 13/14] Convert to %autorelease and %autochangelog ... using 'rpmautospec convert'. [skip changelog] https://src.fedoraproject.org/rpms/accerciser/pull-request/7 --- accerciser.spec | 276 +----------------------------------------------- changelog | 273 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 275 insertions(+), 274 deletions(-) create mode 100644 changelog diff --git a/accerciser.spec b/accerciser.spec index d07ec6e..155b572 100644 --- a/accerciser.spec +++ b/accerciser.spec @@ -3,7 +3,7 @@ Name: accerciser Version: 3.48.0 -Release: 1%{?dist} +Release: %autorelease Summary: Interactive Python accessibility explorer for the GNOME desktop # Automatically converted from old format: BSD - review is highly recommended. @@ -75,276 +75,4 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop %changelog -* Thu Oct 23 2025 Matthias Clasen - 3.48.0-1 -- Update to 3.48.0 - -* Fri Sep 19 2025 Python Maint - 3.46.2-5 -- Rebuilt for Python 3.14.0rc3 bytecode - -* Fri Aug 15 2025 Python Maint - 3.46.2-4 -- Rebuilt for Python 3.14.0rc2 bytecode - -* Wed Jul 23 2025 Fedora Release Engineering - 3.46.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Tue Jun 03 2025 Python Maint - 3.46.2-2 -- Rebuilt for Python 3.14 - -* Wed Feb 12 2025 nmontero - 3.46.2-1 -- Update to 3.46.2 - -* Thu Jan 16 2025 Fedora Release Engineering - 3.44.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Fri Aug 30 2024 David King - 3.44.1-1 -- Update to 3.44.1 - -* Wed Aug 28 2024 Miroslav Suchý - 3.42.0-6 -- convert license to SPDX - -* Wed Jul 17 2024 Fedora Release Engineering - 3.42.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 07 2024 Python Maint - 3.42.0-4 -- Rebuilt for Python 3.13 - -* Mon Jan 22 2024 Fedora Release Engineering - 3.42.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Fri Jan 19 2024 Fedora Release Engineering - 3.42.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Oct 21 2023 Kalev Lember - 3.42.0-1 -- Update to 3.42.0 - -* Wed Jul 19 2023 Fedora Release Engineering - 3.40.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Thu Jun 15 2023 Python Maint - 3.40.0-3 -- Rebuilt for Python 3.12 - -* Wed Jan 18 2023 Fedora Release Engineering - 3.40.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Fri Jul 29 2022 Kalev Lember - 3.40.0-1 -- Update to 3.40.0 - -* Wed Jul 20 2022 Fedora Release Engineering - 3.39.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jun 13 2022 Python Maint - 3.39.1-3 -- Rebuilt for Python 3.11 - -* Wed Jan 19 2022 Fedora Release Engineering - 3.39.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Mon Aug 23 2021 Kalev Lember - 3.39.1-1 -- Update to 3.39.1 -- Use make_build macro - -* Wed Jul 21 2021 Fedora Release Engineering - 3.38.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 3.38.0-3 -- Rebuilt for Python 3.10 - -* Mon Jan 25 2021 Fedora Release Engineering - 3.38.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Sep 10 2020 Kalev Lember - 3.38.0-1 -- Update to 3.38.0 - -* Mon Jul 27 2020 Fedora Release Engineering - 3.37.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon Jul 20 2020 Kalev Lember - 3.37.1-1 -- Update to 3.37.1 - -* Tue May 26 2020 Miro Hrončok - 3.36.1-2 -- Rebuilt for Python 3.9 - -* Sat Apr 25 2020 Kalev Lember - 3.36.1-1 -- Update to 3.36.1 - -* Thu Mar 05 2020 Kalev Lember - 3.36.0-1 -- Update to 3.36.0 - -* Wed Feb 12 2020 Kalev Lember - 3.34.4-1 -- Update to 3.34.4 - -* Tue Jan 28 2020 Fedora Release Engineering - 3.34.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Jan 07 2020 Kalev Lember - 3.34.3-2 -- Add missing python3-xlib dependency (#1788638) - -* Tue Jan 07 2020 Kalev Lember - 3.34.3-1 -- Update to 3.34.3 - -* Wed Nov 27 2019 Kalev Lember - 3.34.2-1 -- Update to 3.34.2 - -* Mon Oct 07 2019 Kalev Lember - 3.34.1-1 -- Update to 3.34.1 - -* Sat Sep 07 2019 Kalev Lember - 3.34.0-1 -- Update to 3.34.0 - -* Tue Sep 03 2019 Kalev Lember - 3.33.92-1 -- Update to 3.33.92 - -* Wed Aug 21 2019 Kalev Lember - 3.33.91-1 -- Update to 3.33.91 - -* Mon Aug 19 2019 Miro Hrončok - 3.33.4-2 -- Rebuilt for Python 3.8 - -* Mon Aug 12 2019 Kalev Lember - 3.33.4-1 -- Update to 3.33.4 - -* Wed Jul 24 2019 Fedora Release Engineering - 3.33.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Jun 21 2019 Kalev Lember - 3.33.3-1 -- Update to 3.33.3 - -* Thu May 09 2019 Kalev Lember - 3.33.2-1 -- Update to 3.33.2 - -* Sun Apr 07 2019 Kalev Lember - 3.32.1-1 -- Update to 3.32.1 - -* Sat Mar 23 2019 Kalev Lember - 3.32.0-1 -- Update to 3.32.0 - -* Thu Jan 31 2019 Fedora Release Engineering - 3.31.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Jan 14 2019 Kalev Lember - 3.31.4-1 -- Update to 3.31.4 - -* Thu Jul 12 2018 Fedora Release Engineering - 3.22.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 3.22.0-7 -- Rebuilt for Python 3.7 - -* Wed Feb 07 2018 Fedora Release Engineering - 3.22.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sun Jan 07 2018 Igor Gnatenko - 3.22.0-5 -- Remove obsolete scriptlets - -* Wed Jul 26 2017 Fedora Release Engineering - 3.22.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 3.22.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 3.22.0-2 -- Rebuild for Python 3.6 - -* Wed Oct 12 2016 Kalev Lember - 3.22.0-1 -- Update to 3.22.0 -- Use make_install macro -- Use license macro for COPYING - -* Tue Oct 04 2016 Kalev Lember - 3.14.0-6 -- Update project URLs (#1380982) - -* Tue Jul 19 2016 Fedora Release Engineering - 3.14.0-5 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Wed Feb 03 2016 Fedora Release Engineering - 3.14.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 10 2015 Fedora Release Engineering - 3.14.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Tue Jun 16 2015 Fedora Release Engineering - 3.14.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Sep 22 2014 Kalev Lember - 3.14.0-1 -- Update to 3.14.0 - -* Tue Sep 16 2014 Kalev Lember - 3.13.92-1 -- Update to 3.13.92 - -* Sat Jun 07 2014 Fedora Release Engineering - 3.12.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed May 28 2014 Kalev Lember - 3.12.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 - -* Mon Mar 24 2014 Kalev Lember - 3.12.0-1 -- Update to 3.12.0 - -* Wed Mar 19 2014 Richard Hughes - 3.11.92.1-1 -- Update to 3.11.92.1 - -* Tue Mar 18 2014 Richard Hughes - 3.11.92-1 -- Update to 3.11.92 - -* Tue Mar 04 2014 Richard Hughes - 3.11.91-1 -- Update to 3.11.91 - -* Tue Feb 18 2014 Richard Hughes - 3.11.90-1 -- Update to 3.11.90 - -* Sat Aug 03 2013 Fedora Release Engineering - 3.8.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Tue May 14 2013 Richard Hughes - 3.8.2-1 -- Update to 3.8.2 - -* Wed Apr 10 2013 Kalev Lember - 3.8.0-2 -- Update the dependencies for python3 -- Add HighContrast icons and scriptlets - -* Tue Mar 26 2013 Richard Hughes - 3.8.0-1 -- Update to 3.8.0 - -* Wed Mar 20 2013 Richard Hughes - 3.7.92-1 -- Update to 3.7.92 - -* Mon Mar 18 2013 Richard Hughes - 3.7.91-1 -- Update to 3.7.91 - -* Wed Feb 13 2013 Fedora Release Engineering - 3.7.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jan 16 2013 Richard Hughes - 3.7.4-1 -- Update to 3.7.4 - -* Wed Jan 09 2013 Richard Hughes - 3.7.3-1 -- Update to 3.7.3 - -* Tue Nov 13 2012 Kalev Lember - 3.6.2-1 -- Update to 3.6.2 - -* Tue Sep 25 2012 Richard Hughes - 3.6.0-1 -- Update to 3.6.0 - -* Wed Sep 19 2012 Richard Hughes - 3.5.92-1 -- Update to 3.5.92 - -* Tue Sep 04 2012 Richard Hughes - 3.5.91-1 -- Update to 3.5.91 - -* Thu Aug 30 2012 Kalev Lember - 3.5.90-2 -- Update the runtime deps for ipython package rename - -* Tue Aug 21 2012 Richard Hughes - 3.5.90-1 -- Update to 3.5.90 - -* Tue Aug 07 2012 Richard Hughes - 3.5.5-1 -- Update to 3.5.5 - -* Wed Jul 18 2012 Fedora Release Engineering - 3.5.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jun 28 2012 Kalev Lember - 3.5.3-1 -- Update to 3.5.3 - -* Tue Apr 17 2012 Kalev Lember - 3.4.1-1 -- Initial RPM release +%autochangelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..180877e --- /dev/null +++ b/changelog @@ -0,0 +1,273 @@ +* Thu Oct 23 2025 Matthias Clasen - 3.48.0-1 +- Update to 3.48.0 + +* Fri Sep 19 2025 Python Maint - 3.46.2-5 +- Rebuilt for Python 3.14.0rc3 bytecode + +* Fri Aug 15 2025 Python Maint - 3.46.2-4 +- Rebuilt for Python 3.14.0rc2 bytecode + +* Wed Jul 23 2025 Fedora Release Engineering - 3.46.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Tue Jun 03 2025 Python Maint - 3.46.2-2 +- Rebuilt for Python 3.14 + +* Wed Feb 12 2025 nmontero - 3.46.2-1 +- Update to 3.46.2 + +* Thu Jan 16 2025 Fedora Release Engineering - 3.44.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Fri Aug 30 2024 David King - 3.44.1-1 +- Update to 3.44.1 + +* Wed Aug 28 2024 Miroslav Suchý - 3.42.0-6 +- convert license to SPDX + +* Wed Jul 17 2024 Fedora Release Engineering - 3.42.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 3.42.0-4 +- Rebuilt for Python 3.13 + +* Mon Jan 22 2024 Fedora Release Engineering - 3.42.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 3.42.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Oct 21 2023 Kalev Lember - 3.42.0-1 +- Update to 3.42.0 + +* Wed Jul 19 2023 Fedora Release Engineering - 3.40.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 15 2023 Python Maint - 3.40.0-3 +- Rebuilt for Python 3.12 + +* Wed Jan 18 2023 Fedora Release Engineering - 3.40.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 29 2022 Kalev Lember - 3.40.0-1 +- Update to 3.40.0 + +* Wed Jul 20 2022 Fedora Release Engineering - 3.39.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 3.39.1-3 +- Rebuilt for Python 3.11 + +* Wed Jan 19 2022 Fedora Release Engineering - 3.39.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Aug 23 2021 Kalev Lember - 3.39.1-1 +- Update to 3.39.1 +- Use make_build macro + +* Wed Jul 21 2021 Fedora Release Engineering - 3.38.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 3.38.0-3 +- Rebuilt for Python 3.10 + +* Mon Jan 25 2021 Fedora Release Engineering - 3.38.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Sep 10 2020 Kalev Lember - 3.38.0-1 +- Update to 3.38.0 + +* Mon Jul 27 2020 Fedora Release Engineering - 3.37.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 20 2020 Kalev Lember - 3.37.1-1 +- Update to 3.37.1 + +* Tue May 26 2020 Miro Hrončok - 3.36.1-2 +- Rebuilt for Python 3.9 + +* Sat Apr 25 2020 Kalev Lember - 3.36.1-1 +- Update to 3.36.1 + +* Thu Mar 05 2020 Kalev Lember - 3.36.0-1 +- Update to 3.36.0 + +* Wed Feb 12 2020 Kalev Lember - 3.34.4-1 +- Update to 3.34.4 + +* Tue Jan 28 2020 Fedora Release Engineering - 3.34.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Jan 07 2020 Kalev Lember - 3.34.3-2 +- Add missing python3-xlib dependency (#1788638) + +* Tue Jan 07 2020 Kalev Lember - 3.34.3-1 +- Update to 3.34.3 + +* Wed Nov 27 2019 Kalev Lember - 3.34.2-1 +- Update to 3.34.2 + +* Mon Oct 07 2019 Kalev Lember - 3.34.1-1 +- Update to 3.34.1 + +* Sat Sep 07 2019 Kalev Lember - 3.34.0-1 +- Update to 3.34.0 + +* Tue Sep 03 2019 Kalev Lember - 3.33.92-1 +- Update to 3.33.92 + +* Wed Aug 21 2019 Kalev Lember - 3.33.91-1 +- Update to 3.33.91 + +* Mon Aug 19 2019 Miro Hrončok - 3.33.4-2 +- Rebuilt for Python 3.8 + +* Mon Aug 12 2019 Kalev Lember - 3.33.4-1 +- Update to 3.33.4 + +* Wed Jul 24 2019 Fedora Release Engineering - 3.33.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jun 21 2019 Kalev Lember - 3.33.3-1 +- Update to 3.33.3 + +* Thu May 09 2019 Kalev Lember - 3.33.2-1 +- Update to 3.33.2 + +* Sun Apr 07 2019 Kalev Lember - 3.32.1-1 +- Update to 3.32.1 + +* Sat Mar 23 2019 Kalev Lember - 3.32.0-1 +- Update to 3.32.0 + +* Thu Jan 31 2019 Fedora Release Engineering - 3.31.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Jan 14 2019 Kalev Lember - 3.31.4-1 +- Update to 3.31.4 + +* Thu Jul 12 2018 Fedora Release Engineering - 3.22.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 3.22.0-7 +- Rebuilt for Python 3.7 + +* Wed Feb 07 2018 Fedora Release Engineering - 3.22.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sun Jan 07 2018 Igor Gnatenko - 3.22.0-5 +- Remove obsolete scriptlets + +* Wed Jul 26 2017 Fedora Release Engineering - 3.22.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 3.22.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 3.22.0-2 +- Rebuild for Python 3.6 + +* Wed Oct 12 2016 Kalev Lember - 3.22.0-1 +- Update to 3.22.0 +- Use make_install macro +- Use license macro for COPYING + +* Tue Oct 04 2016 Kalev Lember - 3.14.0-6 +- Update project URLs (#1380982) + +* Tue Jul 19 2016 Fedora Release Engineering - 3.14.0-5 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Wed Feb 03 2016 Fedora Release Engineering - 3.14.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 3.14.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Tue Jun 16 2015 Fedora Release Engineering - 3.14.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Sep 22 2014 Kalev Lember - 3.14.0-1 +- Update to 3.14.0 + +* Tue Sep 16 2014 Kalev Lember - 3.13.92-1 +- Update to 3.13.92 + +* Sat Jun 07 2014 Fedora Release Engineering - 3.12.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 28 2014 Kalev Lember - 3.12.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + +* Mon Mar 24 2014 Kalev Lember - 3.12.0-1 +- Update to 3.12.0 + +* Wed Mar 19 2014 Richard Hughes - 3.11.92.1-1 +- Update to 3.11.92.1 + +* Tue Mar 18 2014 Richard Hughes - 3.11.92-1 +- Update to 3.11.92 + +* Tue Mar 04 2014 Richard Hughes - 3.11.91-1 +- Update to 3.11.91 + +* Tue Feb 18 2014 Richard Hughes - 3.11.90-1 +- Update to 3.11.90 + +* Sat Aug 03 2013 Fedora Release Engineering - 3.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue May 14 2013 Richard Hughes - 3.8.2-1 +- Update to 3.8.2 + +* Wed Apr 10 2013 Kalev Lember - 3.8.0-2 +- Update the dependencies for python3 +- Add HighContrast icons and scriptlets + +* Tue Mar 26 2013 Richard Hughes - 3.8.0-1 +- Update to 3.8.0 + +* Wed Mar 20 2013 Richard Hughes - 3.7.92-1 +- Update to 3.7.92 + +* Mon Mar 18 2013 Richard Hughes - 3.7.91-1 +- Update to 3.7.91 + +* Wed Feb 13 2013 Fedora Release Engineering - 3.7.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Jan 16 2013 Richard Hughes - 3.7.4-1 +- Update to 3.7.4 + +* Wed Jan 09 2013 Richard Hughes - 3.7.3-1 +- Update to 3.7.3 + +* Tue Nov 13 2012 Kalev Lember - 3.6.2-1 +- Update to 3.6.2 + +* Tue Sep 25 2012 Richard Hughes - 3.6.0-1 +- Update to 3.6.0 + +* Wed Sep 19 2012 Richard Hughes - 3.5.92-1 +- Update to 3.5.92 + +* Tue Sep 04 2012 Richard Hughes - 3.5.91-1 +- Update to 3.5.91 + +* Thu Aug 30 2012 Kalev Lember - 3.5.90-2 +- Update the runtime deps for ipython package rename + +* Tue Aug 21 2012 Richard Hughes - 3.5.90-1 +- Update to 3.5.90 + +* Tue Aug 07 2012 Richard Hughes - 3.5.5-1 +- Update to 3.5.5 + +* Wed Jul 18 2012 Fedora Release Engineering - 3.5.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jun 28 2012 Kalev Lember - 3.5.3-1 +- Update to 3.5.3 + +* Tue Apr 17 2012 Kalev Lember - 3.4.1-1 +- Initial RPM release From be109ca2c8094ed1c8ec14dd855c9b9e8c7bd0f3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:24:32 +0000 Subject: [PATCH 14/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild