From 1d591ecac9f9f084eb1f606a7e5523b1ae06e719 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:52:53 +0000 Subject: [PATCH 01/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index ffddf7f..fdcec05 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPLv2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 2.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Wed Sep 08 2021 Susi Lehtola - 2.1.1-5 - Patches to fix 32-bit builds and potential array overflow. From 63af3536b6008d055a0ae0820d9082b5a0ccec67 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:58:06 +0200 Subject: [PATCH 02/25] Rebuilt for Python 3.11 --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index fdcec05..56397cc 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPLv2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Mon Jun 13 2022 Python Maint - 2.1.1-6 +- Rebuilt for Python 3.11 + * Sat Jan 22 2022 Fedora Release Engineering - 2.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From a2dec422914c52a28bf5e2291abd890c30b7d4b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:52:18 +0000 Subject: [PATCH 03/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 56397cc..518c9ae 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPLv2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 2.1.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 2.1.1-6 - Rebuilt for Python 3.11 From 6c5f39dac9f5bd591309f166a9df3af4a6f13922 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:13:56 +0000 Subject: [PATCH 04/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 518c9ae..8e075d6 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPLv2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 2.1.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 2.1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 75e8bc3359ab815e47c80d3ca22e200a7345a9f9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 23:06:42 +0200 Subject: [PATCH 05/25] Rebuilt for Python 3.12 --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 8e075d6..b355252 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPLv2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Tue Jun 13 2023 Python Maint - 2.1.1-9 +- Rebuilt for Python 3.12 + * Sat Jan 21 2023 Fedora Release Engineering - 2.1.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From a3075d4eef10db5ca5874c2e52594e5b749b3c3f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:36:10 +0000 Subject: [PATCH 06/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index b355252..0f8abf4 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPLv2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 2.1.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint - 2.1.1-9 - Rebuilt for Python 3.12 From d9a19e1d71082927885bb7642c12fbb0c0a4213f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:24:38 +0000 Subject: [PATCH 07/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 0f8abf4..02a7fc1 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPLv2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 2.1.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 2.1.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From ec0970c4938626284215b19d41d85fa20688cc26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Sat, 13 Apr 2024 10:32:30 +0200 Subject: [PATCH 08/25] convert MPLv2.0 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xcfun.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xcfun.spec b/xcfun.spec index 02a7fc1..0a6da56 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,9 +2,9 @@ Name: xcfun Version: 2.1.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A library of approximate exchange-correlation functionals -License: MPLv2.0 +License: MPL-2.0 URL: https://xcfun.readthedocs.io Source0: https://github.com/dftlibs/xcfun/archive/v%{version}/%{name}-%{version}.tar.gz @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Sat Apr 13 2024 Miroslav Suchý - 2.1.1-12 +- convert license to SPDX + * Sat Jan 27 2024 Fedora Release Engineering - 2.1.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 02c69a646138caf9832dd21e1bf7be88ef67ce9c Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:50 +0200 Subject: [PATCH 09/25] Eliminate use of obsolete %patchN syntax (#2283636) --- xcfun.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcfun.spec b/xcfun.spec index 0a6da56..0f37069 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -70,8 +70,8 @@ This package contains the Python bindings for XCFun. %prep %setup -q -%patch0 -p1 -b .overflow -%patch1 -p1 -b .32bit +%patch -P0 -p1 -b .overflow +%patch -P1 -p1 -b .32bit %build %cmake -B %{_host} -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLIB=%{_lib} -DXCFUN_PYTHON_INTERFACE=ON -DPYMOD_INSTALL_LIBDIR=../../%{python3_sitearch} From 5c9145326d69d25aba6a52634343d3318ae0f3ec Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sat, 8 Jun 2024 08:11:50 +0200 Subject: [PATCH 10/25] Rebuilt for Python 3.13 --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 0f37069..a10350a 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Sat Jun 08 2024 Python Maint - 2.1.1-13 +- Rebuilt for Python 3.13 + * Sat Apr 13 2024 Miroslav Suchý - 2.1.1-12 - convert license to SPDX From de8ae8807c9bddc8bbc40285bc1c02bcf4fbee10 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Thu, 20 Jun 2024 10:03:55 +0000 Subject: [PATCH 11/25] Need to modernize patch syntax to fix build failure on rawhide --- xcfun.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xcfun.spec b/xcfun.spec index a10350a..0e8b41e 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -70,8 +70,8 @@ This package contains the Python bindings for XCFun. %prep %setup -q -%patch -P0 -p1 -b .overflow -%patch -P1 -p1 -b .32bit +%patch 0 -p1 -b .overflow +%patch 1 -p1 -b .32bit %build %cmake -B %{_host} -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLIB=%{_lib} -DXCFUN_PYTHON_INTERFACE=ON -DPYMOD_INSTALL_LIBDIR=../../%{python3_sitearch} @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Thu Jun 20 2024 Susi Lehtola - 2.1.1-14 +- Modernize patch syntax. + * Sat Jun 08 2024 Python Maint - 2.1.1-13 - Rebuilt for Python 3.13 From 4136101b521932a0e016d056964164c7cdb5e8a2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:48:14 +0000 Subject: [PATCH 12/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 0e8b41e..0199f9c 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 2.1.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jun 20 2024 Susi Lehtola - 2.1.1-14 - Modernize patch syntax. From ccc7c8f9edbd6c93bd655abd6afe8e0aed01c299 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Thu, 17 Oct 2024 08:16:08 +0000 Subject: [PATCH 13/25] Adjust patch style for epel --- xcfun.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xcfun.spec b/xcfun.spec index 0199f9c..661dc96 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -70,8 +70,9 @@ This package contains the Python bindings for XCFun. %prep %setup -q -%patch 0 -p1 -b .overflow -%patch 1 -p1 -b .32bit +# EPEL does not support the new patch syntax +%patch0 -p1 -b .overflow +%patch1 -p1 -b .32bit %build %cmake -B %{_host} -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLIB=%{_lib} -DXCFUN_PYTHON_INTERFACE=ON -DPYMOD_INSTALL_LIBDIR=../../%{python3_sitearch} From ec30d0ce06e24084ca76db5162f2eb2ba4bf4b9e Mon Sep 17 00:00:00 2001 From: Sandro Date: Fri, 25 Oct 2024 12:32:55 +0200 Subject: [PATCH 14/25] Revert to uniform patch syntax for all branches The old syntax no longer works in rawhide: error: %patchN is obsolete, use %patch N (or %patch -P N): %patch0 -p1 -b .overflow This, in fact, reverts ccc7c8f and de8ae88. --- xcfun.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xcfun.spec b/xcfun.spec index 661dc96..10d8c3f 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -70,9 +70,8 @@ This package contains the Python bindings for XCFun. %prep %setup -q -# EPEL does not support the new patch syntax -%patch0 -p1 -b .overflow -%patch1 -p1 -b .32bit +%patch -P0 -p1 -b .overflow +%patch -P1 -p1 -b .32bit %build %cmake -B %{_host} -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLIB=%{_lib} -DXCFUN_PYTHON_INTERFACE=ON -DPYMOD_INSTALL_LIBDIR=../../%{python3_sitearch} From e53f9f4a21f8dfa38c3b9277981f05c8e5d19573 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:31:42 +0000 Subject: [PATCH 15/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 10d8c3f..fbc4aea 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 2.1.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 2.1.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 48e67ede5ac501c6fd3910dbfeef4bba7b42a793 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 12:32:25 +0200 Subject: [PATCH 16/25] Rebuilt for Python 3.14 --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index fbc4aea..ebcc6e8 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Tue Jun 03 2025 Python Maint - 2.1.1-17 +- Rebuilt for Python 3.14 + * Sun Jan 19 2025 Fedora Release Engineering - 2.1.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From b96493e560f607e464504f49a4d40d174ebdd2d0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:40:41 +0000 Subject: [PATCH 17/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index ebcc6e8..4ebd132 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.1.1-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jun 03 2025 Python Maint - 2.1.1-17 - Rebuilt for Python 3.14 From b64313e318f30f94e1ac7687ec83904ce8b1ac87 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:23:13 +0200 Subject: [PATCH 18/25] Rebuilt for Python 3.14.0rc2 bytecode --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 4ebd132..8ac80fc 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Fri Aug 15 2025 Python Maint - 2.1.1-19 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 2.1.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From a321fa75bfdd5c6c15139394f0a0ee94391e68f7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 15:03:46 +0200 Subject: [PATCH 19/25] Rebuilt for Python 3.14.0rc3 bytecode --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 8ac80fc..4a4a65b 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 19%{?dist} +Release: 20%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Fri Sep 19 2025 Python Maint - 2.1.1-20 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 2.1.1-19 - Rebuilt for Python 3.14.0rc2 bytecode From 1076c288fde376147f27bc38fcec2a389c63bd6c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:30:21 +0000 Subject: [PATCH 20/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 4a4a65b..4d20473 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 20%{?dist} +Release: 21%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 2.1.1-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Sep 19 2025 Python Maint - 2.1.1-20 - Rebuilt for Python 3.14.0rc3 bytecode From 36d995e7e22f01d9b253ef9e669026f434eee748 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 4 Jun 2026 00:10:47 +0200 Subject: [PATCH 21/25] Rebuilt for Python 3.15 --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 4d20473..ee20075 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 21%{?dist} +Release: 22%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -100,6 +100,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Wed Jun 03 2026 Python Maint - 2.1.1-22 +- Rebuilt for Python 3.15 + * Sat Jan 17 2026 Fedora Release Engineering - 2.1.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 7c374e66da69057a93418187b10c9602a07bc528 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Sat, 14 Feb 2026 23:31:48 +0100 Subject: [PATCH 22/25] Use standard CMake macros (rhbz#2381159) --- xcfun.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/xcfun.spec b/xcfun.spec index ee20075..60a75fd 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 22%{?dist} +Release: 23%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -16,7 +16,6 @@ Patch1: https://github.com/dftlibs/xcfun/pull/155.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gcc-gfortran -BuildRequires: make BuildRequires: python3-devel BuildRequires: pybind11-devel @@ -74,17 +73,16 @@ This package contains the Python bindings for XCFun. %patch -P1 -p1 -b .32bit %build -%cmake -B %{_host} -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLIB=%{_lib} -DXCFUN_PYTHON_INTERFACE=ON -DPYMOD_INSTALL_LIBDIR=../../%{python3_sitearch} -%make_build -C %{_host} +%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLIB=%{_lib} -DXCFUN_PYTHON_INTERFACE=ON -DPYMOD_INSTALL_LIBDIR=../../%{python3_sitearch} +%cmake_build %install -%make_install -C %{_host} +%cmake_install # Fix test permissions chmod u=rwX,og=rX -R %{buildroot}%{python3_sitearch}/xcfun/tests %check -cd %{_host} -ctest --output-on-failure +%ctest %files %license LICENSE.md @@ -100,6 +98,9 @@ ctest --output-on-failure %{python3_sitearch}/xcfun %changelog +* Fri Jun 05 2026 Cristian Le - 2.1.1-23 +- Use standard CMake macros (rhbz#2381159) + * Wed Jun 03 2026 Python Maint - 2.1.1-22 - Rebuilt for Python 3.15 From dea6f69ef2b4b9625a45613060ba13e5eaab337a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 8 Jun 2026 14:56:21 +0200 Subject: [PATCH 23/25] Rebuilt for Python 3.15 --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 60a75fd..364f6a7 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 23%{?dist} +Release: 24%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -98,6 +98,9 @@ chmod u=rwX,og=rX -R %{buildroot}%{python3_sitearch}/xcfun/tests %{python3_sitearch}/xcfun %changelog +* Mon Jun 08 2026 Python Maint - 2.1.1-24 +- Rebuilt for Python 3.15 + * Fri Jun 05 2026 Cristian Le - 2.1.1-23 - Use standard CMake macros (rhbz#2381159) From bd8b82d8d6e78f521c8fc1eec28296d50043cfbe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:03:47 +0000 Subject: [PATCH 24/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index 364f6a7..f929d34 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 24%{?dist} +Release: 25%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -98,6 +98,9 @@ chmod u=rwX,og=rX -R %{buildroot}%{python3_sitearch}/xcfun/tests %{python3_sitearch}/xcfun %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 2.1.1-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Mon Jun 08 2026 Python Maint - 2.1.1-24 - Rebuilt for Python 3.15 From 67c0b404c093ac84c5138ce1646641042c953c87 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 22 Jul 2026 10:16:04 +0200 Subject: [PATCH 25/25] Rebuilt for Python 3.15.0b4 ABI change --- xcfun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcfun.spec b/xcfun.spec index f929d34..82d6261 100644 --- a/xcfun.spec +++ b/xcfun.spec @@ -2,7 +2,7 @@ Name: xcfun Version: 2.1.1 -Release: 25%{?dist} +Release: 26%{?dist} Summary: A library of approximate exchange-correlation functionals License: MPL-2.0 URL: https://xcfun.readthedocs.io @@ -98,6 +98,9 @@ chmod u=rwX,og=rX -R %{buildroot}%{python3_sitearch}/xcfun/tests %{python3_sitearch}/xcfun %changelog +* Wed Jul 22 2026 Python Maint - 2.1.1-26 +- Rebuilt for Python 3.15.0b4 ABI change + * Fri Jul 17 2026 Fedora Release Engineering - 2.1.1-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild