diff --git a/changelog b/changelog new file mode 100644 index 0000000..9edb8c3 --- /dev/null +++ b/changelog @@ -0,0 +1,206 @@ +* Mon Jan 29 2024 Karolina Surma - 3.6.15-25 +- Fix test_zlib when building with zlib-ng-compat + +* Fri Jan 26 2024 Fedora Release Engineering - 3.6.15-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 3.6.15-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Dec 18 2023 Lumír Balhar - 3.6.15-22 +- Security fix for CVE-2023-27043 (rhbz#2196191) + +* Tue Nov 28 2023 Miro Hrončok - 3.6.15-21 +- Fix implicit-function-declarations in configure +- Fixes: rhbz#2147519 + +* Wed Aug 02 2023 Charalampos Stratakis - 3.6.15-20 +- 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.6.15-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri May 26 2023 Charalampos Stratakis - 3.6.15-18 +- Security fix for CVE-2023-24329 +- Resolves: rhbz#2174013 + +* Fri Jan 20 2023 Fedora Release Engineering - 3.6.15-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Jan 03 2023 Miro Hrončok - 3.6.15-16 +- Ensure the source mtime is clamped to $SOURCE_DATE_EPOCH before bytecompilation + +* Mon Dec 19 2022 Charalampos Stratakis - 3.6.15-15 +- Security fix for CVE-2022-45061: CPU denial of service via inefficient IDNA decoder + Related: rhbz#2144072 + +* Thu Nov 10 2022 Miro Hrončok - 3.6.15-14 +- CVE-2022-37454: Fix buffer overflows in _sha3 module + Related: rhbz#2140200 + +* Wed Oct 05 2022 Victor Stinner - 3.6.15-13 +- Prevent denial of service (DoS) by very large integers. + Resolves: rhbz#1834423 + +* Wed Sep 14 2022 Lumír Balhar - 3.6.15-12 +- Fix for CVE-2021-28861 +Resolves: rhbz#2120785 + +* Fri Jul 22 2022 Fedora Release Engineering - 3.6.15-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jul 20 2022 Charalampos Stratakis - 3.6.15-10 +- Fix test_tarfile on ppc64le +Resolves: rhbz#2109120 + +* Fri Jun 10 2022 Charalampos Stratakis - 3.6.15-9 +- Security fix for CVE-2015-20107 +Resolves: rhbz#2075390 + +* Thu Mar 03 2022 Charalampos Stratakis - 3.6.15-8 +- Fix the test suite support for Expat >= 2.4.5 +Resolves: rhbz#2056970 + +* Wed Feb 16 2022 Lumír Balhar - 3.6.15-7 +- Switch from system wheels to bundled ones + +* Tue Jan 25 2022 Karolina Surma - 3.6.15-6 +- Fix test to enable build with i686 +Resolves: rhbz#2038843 + +* Fri Jan 21 2022 Fedora Release Engineering - 3.6.15-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sat Jan 08 2022 Miro Hrončok - 3.6.15-4 +- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34 + +* Fri Nov 12 2021 Björn Esser - 3.6.15-3 +- Rebuild(libnsl2) + +* Mon Sep 20 2021 Miro Hrončok - 3.6.15-2 +- Explicitly buildrequire OpenSSL 1.1, as Python 3.6 is not compatible with OpenSSL 3.0 + +* Sun Sep 05 2021 Miro Hrončok - 3.6.15-1 +- Update to 3.6.15 + +* Fri Jul 23 2021 Fedora Release Engineering - 3.6.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jun 29 2021 Tomas Hrnciar - 3.6.14-1 +- Update to 3.6.14 + +* Fri May 14 2021 Charalampos Stratakis - 3.6.13-3 +- Add virtual provides for the bundled libmpdec (rhbz#1943359) + +* Thu Feb 25 2021 Petr Viktorin - 3.6.13-2 +- Fix alignment issue causing failures on x86-64 + Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1923658 + +* Tue Feb 16 2021 Tomas Hrnciar - 3.6.13-1 +- Update to 3.6.13 + +* Wed Jan 27 2021 Fedora Release Engineering - 3.6.12-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Oct 05 2020 Miro Hrončok - 3.6.12-3 +- Use upstream architecture names on Fedora 34+ +- https://fedoraproject.org/wiki/Changes/Python_Upstream_Architecture_Names + +* Mon Sep 21 2020 Miro Hrončok - 3.6.12-2 +- Rebuilt for new %%extension flags +- Fixes: rhbz#1877652 + +* Wed Aug 19 2020 Tomas Hrnciar - 3.6.12-1 +- Update to 3.6.12 + +* Wed Aug 12 2020 Petr Viktorin - 3.6.11-5 +- In sys.version and initial REPL message, list the source commit as "default" + +* Mon Aug 03 2020 Lumír Balhar - 3.6.11-4 +- Add support for upstream architectures' names (patch 353) + +* Fri Jul 31 2020 Charalampos Stratakis - 3.6.11-3 +- Avoid infinite loop when reading specially crafted TAR files (CVE-2019-20907) +Resolves: rhbz#1856481 +- Resolve hash collisions for Pv4Interface and IPv6Interface (CVE-2020-14422) +Resolves: rhbz#1854926 + +* Wed Jul 29 2020 Fedora Release Engineering - 3.6.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jun 30 2020 Petr Viktorin - 3.6.11-1 +- Update to 3.6.11 final + +* Thu Jun 25 2020 Victor Stinner - 3.6.11~rc1-2 +- Remove downstream 00178-dont-duplicate-flags-in-sysconfig.patch which + introduced a bug on distutils.sysconfig.get_config_var('LIBPL') + (rhbz#1851008). + +* Fri Jun 19 2020 Petr Viktorin - 3.6.11-1 +- Update to 3.6.11rc1 + +* Thu May 28 2020 Victor Stinner - 3.6.10-5 +- Fix python3-config --configdir (rhbz#1772988). + +* Wed May 06 2020 Miro Hrončok - 3.6.10-4 +- Rename from python36 to python3.6 + +* Wed Feb 12 2020 Miro Hrončok - 3.6.10-3 +- Update the ensurepip module to work with setuptools >= 45 + +* Thu Jan 30 2020 Fedora Release Engineering - 3.6.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 20 2019 Miro Hrončok - 3.6.10-1 +- Update to 3.6.10 + +* Fri Jul 26 2019 Fedora Release Engineering - 3.6.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jul 03 2019 Miro Hrončok - 3.6.9-1 +- Update to 3.6.9 + +* Mon Feb 18 2019 Miro Hrončok - 3.6.8-6 +- Reduced default build flags used to build extension modules + https://fedoraproject.org/wiki/Changes/Python_Extension_Flags + +* Sun Feb 17 2019 Igor Gnatenko - 3.6.8-5 +- Rebuild for readline 8.0 + +* Sat Feb 02 2019 Fedora Release Engineering - 3.6.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Jan 23 2019 Patrik Kopkan - 3.6.8-3 +- fix for CVE-2019-5010 (#1666519, #1666520) + +* Mon Jan 14 2019 Björn Esser - 3.6.8-2 +- Rebuilt for libcrypt.so.2 (#1666033) + +* Thu Dec 27 2018 Miro Hrončok - 3.6.8-1 +- Update to 3.6.8 + +* Mon Oct 22 2018 Miro Hrončok - 3.6.7-1 +- Update to 3.6.7 + +* Mon Sep 24 2018 Miro Hrončok - 3.6.6-6 +- Security fix for CVE-2018-14647 (#1631822) + +* Fri Aug 17 2018 Miro Hrončok - 3.6.6-5 +- Add /usr/bin/pygettext3.py and msgfmt3.py to python3-devel +Resolves: rhbz#1571474 + +* Wed Aug 15 2018 Miro Hrončok - 3.6.6-4 +- Use RPM built wheels of pip and setuptools in ensurepip instead of our rewheel patch + +* Fri Aug 10 2018 Igor Gnatenko - 3.6.6-3 +- Fix wrong requirement on gdbm + +* Sat Jul 14 2018 Fedora Release Engineering - 3.6.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jul 10 2018 Charalampos Stratakis - 3.6.6-1 +- Update to Python 3.6.6 + +* Mon Jun 18 2018 Miro Hrončok - 3.6.5-5 +- Introduce python36 package diff --git a/python3.6.spec b/python3.6.spec index 13b58fd..d09a0ec 100644 --- a/python3.6.spec +++ b/python3.6.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 25%{?dist} +Release: %autorelease # Python is Python # pip MIT is and bundles: # appdirs: MIT @@ -1918,209 +1918,4 @@ CheckPython optimized # ====================================================== %changelog -* Mon Jan 29 2024 Karolina Surma - 3.6.15-25 -- Fix test_zlib when building with zlib-ng-compat - -* Fri Jan 26 2024 Fedora Release Engineering - 3.6.15-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Mon Jan 22 2024 Fedora Release Engineering - 3.6.15-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Mon Dec 18 2023 Lumír Balhar - 3.6.15-22 -- Security fix for CVE-2023-27043 (rhbz#2196191) - -* Tue Nov 28 2023 Miro Hrončok - 3.6.15-21 -- Fix implicit-function-declarations in configure -- Fixes: rhbz#2147519 - -* Wed Aug 02 2023 Charalampos Stratakis - 3.6.15-20 -- 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.6.15-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Fri May 26 2023 Charalampos Stratakis - 3.6.15-18 -- Security fix for CVE-2023-24329 -- Resolves: rhbz#2174013 - -* Fri Jan 20 2023 Fedora Release Engineering - 3.6.15-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Tue Jan 03 2023 Miro Hrončok - 3.6.15-16 -- Ensure the source mtime is clamped to $SOURCE_DATE_EPOCH before bytecompilation - -* Mon Dec 19 2022 Charalampos Stratakis - 3.6.15-15 -- Security fix for CVE-2022-45061: CPU denial of service via inefficient IDNA decoder - Related: rhbz#2144072 - -* Thu Nov 10 2022 Miro Hrončok - 3.6.15-14 -- CVE-2022-37454: Fix buffer overflows in _sha3 module - Related: rhbz#2140200 - -* Wed Oct 05 2022 Victor Stinner - 3.6.15-13 -- Prevent denial of service (DoS) by very large integers. - Resolves: rhbz#1834423 - -* Wed Sep 14 2022 Lumír Balhar - 3.6.15-12 -- Fix for CVE-2021-28861 -Resolves: rhbz#2120785 - -* Fri Jul 22 2022 Fedora Release Engineering - 3.6.15-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Wed Jul 20 2022 Charalampos Stratakis - 3.6.15-10 -- Fix test_tarfile on ppc64le -Resolves: rhbz#2109120 - -* Fri Jun 10 2022 Charalampos Stratakis - 3.6.15-9 -- Security fix for CVE-2015-20107 -Resolves: rhbz#2075390 - -* Thu Mar 03 2022 Charalampos Stratakis - 3.6.15-8 -- Fix the test suite support for Expat >= 2.4.5 -Resolves: rhbz#2056970 - -* Wed Feb 16 2022 Lumír Balhar - 3.6.15-7 -- Switch from system wheels to bundled ones - -* Tue Jan 25 2022 Karolina Surma - 3.6.15-6 -- Fix test to enable build with i686 -Resolves: rhbz#2038843 - -* Fri Jan 21 2022 Fedora Release Engineering - 3.6.15-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Sat Jan 08 2022 Miro Hrončok - 3.6.15-4 -- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34 - -* Fri Nov 12 2021 Björn Esser - 3.6.15-3 -- Rebuild(libnsl2) - -* Mon Sep 20 2021 Miro Hrončok - 3.6.15-2 -- Explicitly buildrequire OpenSSL 1.1, as Python 3.6 is not compatible with OpenSSL 3.0 - -* Sun Sep 05 2021 Miro Hrončok - 3.6.15-1 -- Update to 3.6.15 - -* Fri Jul 23 2021 Fedora Release Engineering - 3.6.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jun 29 2021 Tomas Hrnciar - 3.6.14-1 -- Update to 3.6.14 - -* Fri May 14 2021 Charalampos Stratakis - 3.6.13-3 -- Add virtual provides for the bundled libmpdec (rhbz#1943359) - -* Thu Feb 25 2021 Petr Viktorin - 3.6.13-2 -- Fix alignment issue causing failures on x86-64 - Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1923658 - -* Tue Feb 16 2021 Tomas Hrnciar - 3.6.13-1 -- Update to 3.6.13 - -* Wed Jan 27 2021 Fedora Release Engineering - 3.6.12-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Oct 05 2020 Miro Hrončok - 3.6.12-3 -- Use upstream architecture names on Fedora 34+ -- https://fedoraproject.org/wiki/Changes/Python_Upstream_Architecture_Names - -* Mon Sep 21 2020 Miro Hrončok - 3.6.12-2 -- Rebuilt for new %%extension flags -- Fixes: rhbz#1877652 - -* Wed Aug 19 2020 Tomas Hrnciar - 3.6.12-1 -- Update to 3.6.12 - -* Wed Aug 12 2020 Petr Viktorin - 3.6.11-5 -- In sys.version and initial REPL message, list the source commit as "default" - -* Mon Aug 03 2020 Lumír Balhar - 3.6.11-4 -- Add support for upstream architectures' names (patch 353) - -* Fri Jul 31 2020 Charalampos Stratakis - 3.6.11-3 -- Avoid infinite loop when reading specially crafted TAR files (CVE-2019-20907) -Resolves: rhbz#1856481 -- Resolve hash collisions for Pv4Interface and IPv6Interface (CVE-2020-14422) -Resolves: rhbz#1854926 - -* Wed Jul 29 2020 Fedora Release Engineering - 3.6.11-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jun 30 2020 Petr Viktorin - 3.6.11-1 -- Update to 3.6.11 final - -* Thu Jun 25 2020 Victor Stinner - 3.6.11~rc1-2 -- Remove downstream 00178-dont-duplicate-flags-in-sysconfig.patch which - introduced a bug on distutils.sysconfig.get_config_var('LIBPL') - (rhbz#1851008). - -* Fri Jun 19 2020 Petr Viktorin - 3.6.11-1 -- Update to 3.6.11rc1 - -* Thu May 28 2020 Victor Stinner - 3.6.10-5 -- Fix python3-config --configdir (rhbz#1772988). - -* Wed May 06 2020 Miro Hrončok - 3.6.10-4 -- Rename from python36 to python3.6 - -* Wed Feb 12 2020 Miro Hrončok - 3.6.10-3 -- Update the ensurepip module to work with setuptools >= 45 - -* Thu Jan 30 2020 Fedora Release Engineering - 3.6.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Dec 20 2019 Miro Hrončok - 3.6.10-1 -- Update to 3.6.10 - -* Fri Jul 26 2019 Fedora Release Engineering - 3.6.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Wed Jul 03 2019 Miro Hrončok - 3.6.9-1 -- Update to 3.6.9 - -* Mon Feb 18 2019 Miro Hrončok - 3.6.8-6 -- Reduced default build flags used to build extension modules - https://fedoraproject.org/wiki/Changes/Python_Extension_Flags - -* Sun Feb 17 2019 Igor Gnatenko - 3.6.8-5 -- Rebuild for readline 8.0 - -* Sat Feb 02 2019 Fedora Release Engineering - 3.6.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Jan 23 2019 Patrik Kopkan - 3.6.8-3 -- fix for CVE-2019-5010 (#1666519, #1666520) - -* Mon Jan 14 2019 Björn Esser - 3.6.8-2 -- Rebuilt for libcrypt.so.2 (#1666033) - -* Thu Dec 27 2018 Miro Hrončok - 3.6.8-1 -- Update to 3.6.8 - -* Mon Oct 22 2018 Miro Hrončok - 3.6.7-1 -- Update to 3.6.7 - -* Mon Sep 24 2018 Miro Hrončok - 3.6.6-6 -- Security fix for CVE-2018-14647 (#1631822) - -* Fri Aug 17 2018 Miro Hrončok - 3.6.6-5 -- Add /usr/bin/pygettext3.py and msgfmt3.py to python3-devel -Resolves: rhbz#1571474 - -* Wed Aug 15 2018 Miro Hrončok - 3.6.6-4 -- Use RPM built wheels of pip and setuptools in ensurepip instead of our rewheel patch - -* Fri Aug 10 2018 Igor Gnatenko - 3.6.6-3 -- Fix wrong requirement on gdbm - -* Sat Jul 14 2018 Fedora Release Engineering - 3.6.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jul 10 2018 Charalampos Stratakis - 3.6.6-1 -- Update to Python 3.6.6 - -* Mon Jun 18 2018 Miro Hrončok - 3.6.5-5 -- Introduce python36 package +%autochangelog