From b356d49ba04453d0a2684549121570edbc72e56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 29 Jan 2024 15:43:30 +0100 Subject: [PATCH] Convert to %autorelease and %autochangelog [skip changelog] --- changelog | 94 +++++++++++++++++++++++++++++++++++++++++++++++ python3.12.spec | 97 +------------------------------------------------ 2 files changed, 96 insertions(+), 95 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..59360fd --- /dev/null +++ b/changelog @@ -0,0 +1,94 @@ +* Fri Jan 26 2024 Fedora Release Engineering - 3.12.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 3.12.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Dec 18 2023 Lumír Balhar - 3.12.1-2 +- Security fix for CVE-2023-27043 (rhbz#2196190) + +* Fri Dec 08 2023 Tomáš Hrnčiar - 3.12.1-1 +- Update to 3.12.1 +- Own stray directories in /usr/lib64/python3.12 +- Fixes: rhbz#2252143 + +* Thu Oct 05 2023 Yaakov Selkowitz - 3.12.0-2 +- Use bundled libb2 in RHEL builds + +* Mon Oct 02 2023 Miro Hrončok - 3.12.0-1 +- Update to 3.12.0 final + +* Tue Sep 19 2023 Miro Hrončok - 3.12.0~rc3-1 +- Update to 3.12.0rc3 + +* Wed Sep 06 2023 Tomáš Hrnčiar - 3.12.0~rc2-1 +- Update to 3.12.0rc2 + +* Mon Aug 07 2023 Tomáš Hrnčiar - 3.12.0~rc1-1 +- Update to 3.12.0rc1 + +* Wed Aug 02 2023 Charalampos Stratakis - 3.12.0~b4-3 +- Remove extra distro-applied CFLAGS passed to user built C extensions +- https://fedoraproject.org/wiki/Changes/Python_Extension_Flags_Reduction + +* Fri Jul 21 2023 Fedora Release Engineering - 3.12.0~b4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jul 12 2023 Miro Hrončok - 3.12.0~b4-1 +- Update to 3.12.0b4 + +* Wed Jun 21 2023 Tomáš Hrnčiar - 3.12.0~b3-2 +- Backport upstream patch to add PyType_GetDict() function + +* Tue Jun 20 2023 Tomáš Hrnčiar - 3.12.0~b3-1 +- Update to 3.12.0b3 + +* Tue Jun 13 2023 Python Maint - 3.12.0~b2-3 +- Rebuilt for Python 3.12 + +* Tue Jun 13 2023 Python Maint - 3.12.0~b2-2 +- Bootstrap for Python 3.12 + +* Wed Jun 07 2023 Tomáš Hrnčiar - 3.12.0~b2-1 +- Update to 3.12.0b2 + +* Mon May 29 2023 Miro Hrončok - 3.12.0~b1-2 +- Use wheels from RPMs, at least on Fedora 39+ +- On older Fedora releases, declare bundled() provides and a complex License tag + +* Tue May 23 2023 Tomáš Hrnčiar - 3.12.0~b1-1 +- Update to 3.12.0b1 + +* Wed Apr 05 2023 Tomáš Hrnčiar - 3.12.0~a7-1 +- Update to 3.12.0a7 + +* Thu Mar 23 2023 Miro Hrončok - 3.12.0~a6-2 +- Increase the test timeout during package build + +* Wed Mar 08 2023 Tomáš Hrnčiar - 3.12.0~a6-1 +- Update to 3.12.0a6 + +* Wed Feb 08 2023 Tomáš Hrnčiar - 3.12.0~a5-1 +- Update to 3.12.0a5 + +* Fri Jan 20 2023 Fedora Release Engineering - 3.12.0~a4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Jan 11 2023 Tomáš Hrnčiar - 3.12.0~a4-1 +- Update to 3.12.0a4 + +* Mon Dec 19 2022 Miro Hrončok - 3.12.0~a3-2 +- No longer patch the default bytecode cache invalidation policy + +* Wed Dec 07 2022 Tomáš Hrnčiar - 3.12.0~a3-1 +- Update to 3.12.0a3 + +* Tue Nov 15 2022 Tomáš Hrnčiar - 3.12.0~a2-1 +- Update to 3.12.0a2 +- Fixes: rhbz#2133847 + +* Thu Oct 27 2022 Miro Hrončok - 3.12.0~a1-2 +- Finish initial bootstrap of Python 3.12.0a1 + +* Wed Oct 26 2022 Tomáš Hrnčiar - 3.12.0~a1-1 +- Initial Python 3.12 package forked from Python 3.11 diff --git a/python3.12.spec b/python3.12.spec index e9909b1..cd59b50 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 4%{?dist} +Release: %autorelease License: Python-2.0.1 @@ -1685,97 +1685,4 @@ CheckPython optimized # ====================================================== %changelog -* Fri Jan 26 2024 Fedora Release Engineering - 3.12.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Mon Jan 22 2024 Fedora Release Engineering - 3.12.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Mon Dec 18 2023 Lumír Balhar - 3.12.1-2 -- Security fix for CVE-2023-27043 (rhbz#2196190) - -* Fri Dec 08 2023 Tomáš Hrnčiar - 3.12.1-1 -- Update to 3.12.1 -- Own stray directories in /usr/lib64/python3.12 -- Fixes: rhbz#2252143 - -* Thu Oct 05 2023 Yaakov Selkowitz - 3.12.0-2 -- Use bundled libb2 in RHEL builds - -* Mon Oct 02 2023 Miro Hrončok - 3.12.0-1 -- Update to 3.12.0 final - -* Tue Sep 19 2023 Miro Hrončok - 3.12.0~rc3-1 -- Update to 3.12.0rc3 - -* Wed Sep 06 2023 Tomáš Hrnčiar - 3.12.0~rc2-1 -- Update to 3.12.0rc2 - -* Mon Aug 07 2023 Tomáš Hrnčiar - 3.12.0~rc1-1 -- Update to 3.12.0rc1 - -* Wed Aug 02 2023 Charalampos Stratakis - 3.12.0~b4-3 -- Remove extra distro-applied CFLAGS passed to user built C extensions -- https://fedoraproject.org/wiki/Changes/Python_Extension_Flags_Reduction - -* Fri Jul 21 2023 Fedora Release Engineering - 3.12.0~b4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Wed Jul 12 2023 Miro Hrončok - 3.12.0~b4-1 -- Update to 3.12.0b4 - -* Wed Jun 21 2023 Tomáš Hrnčiar - 3.12.0~b3-2 -- Backport upstream patch to add PyType_GetDict() function - -* Tue Jun 20 2023 Tomáš Hrnčiar - 3.12.0~b3-1 -- Update to 3.12.0b3 - -* Tue Jun 13 2023 Python Maint - 3.12.0~b2-3 -- Rebuilt for Python 3.12 - -* Tue Jun 13 2023 Python Maint - 3.12.0~b2-2 -- Bootstrap for Python 3.12 - -* Wed Jun 07 2023 Tomáš Hrnčiar - 3.12.0~b2-1 -- Update to 3.12.0b2 - -* Mon May 29 2023 Miro Hrončok - 3.12.0~b1-2 -- Use wheels from RPMs, at least on Fedora 39+ -- On older Fedora releases, declare bundled() provides and a complex License tag - -* Tue May 23 2023 Tomáš Hrnčiar - 3.12.0~b1-1 -- Update to 3.12.0b1 - -* Wed Apr 05 2023 Tomáš Hrnčiar - 3.12.0~a7-1 -- Update to 3.12.0a7 - -* Thu Mar 23 2023 Miro Hrončok - 3.12.0~a6-2 -- Increase the test timeout during package build - -* Wed Mar 08 2023 Tomáš Hrnčiar - 3.12.0~a6-1 -- Update to 3.12.0a6 - -* Wed Feb 08 2023 Tomáš Hrnčiar - 3.12.0~a5-1 -- Update to 3.12.0a5 - -* Fri Jan 20 2023 Fedora Release Engineering - 3.12.0~a4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Wed Jan 11 2023 Tomáš Hrnčiar - 3.12.0~a4-1 -- Update to 3.12.0a4 - -* Mon Dec 19 2022 Miro Hrončok - 3.12.0~a3-2 -- No longer patch the default bytecode cache invalidation policy - -* Wed Dec 07 2022 Tomáš Hrnčiar - 3.12.0~a3-1 -- Update to 3.12.0a3 - -* Tue Nov 15 2022 Tomáš Hrnčiar - 3.12.0~a2-1 -- Update to 3.12.0a2 -- Fixes: rhbz#2133847 - -* Thu Oct 27 2022 Miro Hrončok - 3.12.0~a1-2 -- Finish initial bootstrap of Python 3.12.0a1 - -* Wed Oct 26 2022 Tomáš Hrnčiar - 3.12.0~a1-1 -- Initial Python 3.12 package forked from Python 3.11 +%autochangelog