From 5773361a204d3b42a99475c75e82e77a1f1479dd Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Sat, 25 May 2024 20:00:26 +0200 Subject: [PATCH 01/14] Fix patch commands --- apbs.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/apbs.spec b/apbs.spec index cbb96f6..ea24cc8 100644 --- a/apbs.spec +++ b/apbs.spec @@ -11,9 +11,9 @@ Name: apbs Summary: Adaptive Poisson Boltzmann Solver Version: 3.0.0 -Release: 22%{datecommit}%{shortcommit}%{?dist} +Release: 23%{datecommit}%{shortcommit}%{?dist} # iAPBS looks licensed with a LGPLv2+, APBS is released under BSD license. -License: LGPLv2+ and BSD +License: LGPL-2.0-or-later AND BSD-3-Clause URL: https://www.poissonboltzmann.org/ Source0: https://github.com/Electrostatics/apbs/archive/refs/tags/v%{version}/%{name}-%{version}.tar.gz Source1: %{name}-LGPL_V2 @@ -103,14 +103,14 @@ Python interface of APBS. %prep %autosetup -n %{name}-%{version} -N -%patch0 -p2 -b .apbs-cmake -%patch1 -p1 -b .exclude_tests +%patch -P 0 -p2 -b .apbs-cmake +%patch -P 1 -p1 -b .exclude_tests %if 0%{?python3_version_nodots} >= 311 -%patch2 -p1 -b .python311 +%patch -P 2 -p1 -b .python311 %endif -%patch3 -p1 +%patch -P 3 -p1 cp -p contrib/iapbs/COPYING contrib/iapbs/iapbs-COPYING cp -p %{SOURCE1} contrib/iapbs/iapbs-LGPLv2 @@ -213,6 +213,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %doc build/doc %changelog +* Sat May 25 2023 Antonio Trande - 3.0.0-23 +- Fix patch commands + * Mon Jan 22 2024 Fedora Release Engineering - 3.0.0-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 0255ed726be519e2596ef7f7ffa57d8576b80840 Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Sat, 25 May 2024 20:45:53 +0200 Subject: [PATCH 02/14] Fix Changelog --- apbs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apbs.spec b/apbs.spec index ea24cc8..b13a491 100644 --- a/apbs.spec +++ b/apbs.spec @@ -213,7 +213,7 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %doc build/doc %changelog -* Sat May 25 2023 Antonio Trande - 3.0.0-23 +* Sat May 25 2024 Antonio Trande - 3.0.0-23 - Fix patch commands * Mon Jan 22 2024 Fedora Release Engineering - 3.0.0-22 From acba49821cc83b0680e1626841ac2b798c1ed494 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sat, 8 Jun 2024 08:08:15 +0200 Subject: [PATCH 03/14] Rebuilt for Python 3.13 --- apbs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apbs.spec b/apbs.spec index b13a491..9b50552 100644 --- a/apbs.spec +++ b/apbs.spec @@ -11,7 +11,7 @@ Name: apbs Summary: Adaptive Poisson Boltzmann Solver Version: 3.0.0 -Release: 23%{datecommit}%{shortcommit}%{?dist} +Release: 24%{datecommit}%{shortcommit}%{?dist} # iAPBS looks licensed with a LGPLv2+, APBS is released under BSD license. License: LGPL-2.0-or-later AND BSD-3-Clause URL: https://www.poissonboltzmann.org/ @@ -213,6 +213,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %doc build/doc %changelog +* Sat Jun 08 2024 Python Maint - 3.0.0-24 +- Rebuilt for Python 3.13 + * Sat May 25 2024 Antonio Trande - 3.0.0-23 - Fix patch commands From 12b548c50300ae878da6b3a2c36862a56ad16342 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 17:14:20 +0000 Subject: [PATCH 04/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- apbs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apbs.spec b/apbs.spec index 9b50552..ed6c2d8 100644 --- a/apbs.spec +++ b/apbs.spec @@ -11,7 +11,7 @@ Name: apbs Summary: Adaptive Poisson Boltzmann Solver Version: 3.0.0 -Release: 24%{datecommit}%{shortcommit}%{?dist} +Release: 25%{datecommit}%{shortcommit}%{?dist} # iAPBS looks licensed with a LGPLv2+, APBS is released under BSD license. License: LGPL-2.0-or-later AND BSD-3-Clause URL: https://www.poissonboltzmann.org/ @@ -213,6 +213,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %doc build/doc %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 3.0.0-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jun 08 2024 Python Maint - 3.0.0-24 - Rebuilt for Python 3.13 From 3172b4fb1b5331cc05868b7451b0201bbd3d3d87 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 11:19:31 +0000 Subject: [PATCH 05/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- apbs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apbs.spec b/apbs.spec index ed6c2d8..ddca290 100644 --- a/apbs.spec +++ b/apbs.spec @@ -11,7 +11,7 @@ Name: apbs Summary: Adaptive Poisson Boltzmann Solver Version: 3.0.0 -Release: 25%{datecommit}%{shortcommit}%{?dist} +Release: 26%{datecommit}%{shortcommit}%{?dist} # iAPBS looks licensed with a LGPLv2+, APBS is released under BSD license. License: LGPL-2.0-or-later AND BSD-3-Clause URL: https://www.poissonboltzmann.org/ @@ -213,6 +213,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %doc build/doc %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 3.0.0-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 17 2024 Fedora Release Engineering - 3.0.0-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c815b178467f0a36746241a736889345be82d010 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 12:29:37 +0200 Subject: [PATCH 06/14] Rebuilt for Python 3.14 --- apbs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apbs.spec b/apbs.spec index ddca290..08be658 100644 --- a/apbs.spec +++ b/apbs.spec @@ -11,7 +11,7 @@ Name: apbs Summary: Adaptive Poisson Boltzmann Solver Version: 3.0.0 -Release: 26%{datecommit}%{shortcommit}%{?dist} +Release: 27%{datecommit}%{shortcommit}%{?dist} # iAPBS looks licensed with a LGPLv2+, APBS is released under BSD license. License: LGPL-2.0-or-later AND BSD-3-Clause URL: https://www.poissonboltzmann.org/ @@ -213,6 +213,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %doc build/doc %changelog +* Tue Jun 03 2025 Python Maint - 3.0.0-27 +- Rebuilt for Python 3.14 + * Thu Jan 16 2025 Fedora Release Engineering - 3.0.0-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From b3f9fbd6d070fc0b628f3265792b6fd25df9ecd1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 17:07:38 +0000 Subject: [PATCH 07/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- apbs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apbs.spec b/apbs.spec index 08be658..5451beb 100644 --- a/apbs.spec +++ b/apbs.spec @@ -11,7 +11,7 @@ Name: apbs Summary: Adaptive Poisson Boltzmann Solver Version: 3.0.0 -Release: 27%{datecommit}%{shortcommit}%{?dist} +Release: 28%{datecommit}%{shortcommit}%{?dist} # iAPBS looks licensed with a LGPLv2+, APBS is released under BSD license. License: LGPL-2.0-or-later AND BSD-3-Clause URL: https://www.poissonboltzmann.org/ @@ -213,6 +213,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %doc build/doc %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 3.0.0-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jun 03 2025 Python Maint - 3.0.0-27 - Rebuilt for Python 3.14 From 08c273025bba250ab243c0c8edd95295a7bf3836 Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Thu, 24 Jul 2025 19:45:04 +0200 Subject: [PATCH 08/14] Fix rhbz#2380463 --- apbs.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/apbs.spec b/apbs.spec index 5451beb..0232f5d 100644 --- a/apbs.spec +++ b/apbs.spec @@ -11,7 +11,7 @@ Name: apbs Summary: Adaptive Poisson Boltzmann Solver Version: 3.0.0 -Release: 28%{datecommit}%{shortcommit}%{?dist} +Release: 29%{datecommit}%{shortcommit}%{?dist} # iAPBS looks licensed with a LGPLv2+, APBS is released under BSD license. License: LGPL-2.0-or-later AND BSD-3-Clause URL: https://www.poissonboltzmann.org/ @@ -120,8 +120,7 @@ cp -p %{SOURCE1} contrib/iapbs/iapbs-LGPLv2 # Using CMake rpm macro automatically enables the shared libs building export CFLAGS="%{build_cflags} -fopenmp -lm" export CXXFLAGS="%{build_cxxflags} -fopenmp -lm" -mkdir -p build -cmake -S . -B build -DCMAKE_BUILD_TYPE:STRING=Release \ +%cmake -DCMAKE_BUILD_TYPE:STRING=Release \ -DENABLE_iAPBS:BOOL=ON -DENABLE_OPENMP:BOOL=ON -DENABLE_VERBOSE_DEBUG:BOOL=OFF \ -DENABLE_FETK:BOOL=OFF -DCMAKE_C_FLAGS:STRING="%{build_cflags} -fopenmp -lm -DNDEBUG" \ -DCMAKE_CXX_FLAGS:STRING="%{build_cxxflags} -fopenmp -lm -DNDEBUG" \ @@ -131,10 +130,11 @@ cmake -S . -B build -DCMAKE_BUILD_TYPE:STRING=Release \ -DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \ -DLIB_INSTALL_DIR:PATH=%{_libdir} \ -DSHARE_INSTALL_PREFIX:PATH=%{_datadir} -make -O -j1 V=1 -C build + +%cmake_build %install -%make_install -C build +%cmake_install # Tools for bin in %{buildroot}%{_bindir}/{coulomb,born,mgmesh,dxmath,mergedx2,mergedx,value,uhbd_asc2bin,smooth,dx2mol,dx2uhbd,similarity,multivalue,benchmark,analysis,del2dx,tensor2dx}; do @@ -213,6 +213,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %doc build/doc %changelog +* Thu Jul 24 2025 Antonio Trande - 3.0.0-29 +- Fix rhbz#2380463 + * Wed Jul 23 2025 Fedora Release Engineering - 3.0.0-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From b1d95aaa718c0b7f6d6d31102ddbc1d8e0631f16 Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Thu, 24 Jul 2025 19:57:43 +0200 Subject: [PATCH 09/14] Fix build directory --- apbs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apbs.spec b/apbs.spec index 0232f5d..f36c2ff 100644 --- a/apbs.spec +++ b/apbs.spec @@ -155,7 +155,7 @@ mkdir -p %{buildroot}%{python3_sitearch}/apbs install -pm 755 tools/manip/psize.py %{buildroot}%{python3_sitearch}/apbs/ %{__python3} %{_rpmconfigdir}/redhat/pathfix.py -pn -i "%{__python3}" %{buildroot}%{python3_sitearch}/apbs/psize.py ln -s %{python3_sitearch}/apbs/psize.py %{buildroot}%{_bindir}/apbs-psize.py -install -pm 755 build/lib/_apbslib.so %{buildroot}%{python3_sitearch}/apbs/ +install -pm 755 %_vpath_builddir/lib/_apbslib.so %{buildroot}%{python3_sitearch}/apbs/ # Remove redundant tools binary files in /usr/share rm -rf %{buildroot}%{_datadir}/apbs @@ -210,7 +210,7 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %files doc %license LICENSE.md -%doc build/doc +%doc %_vpath_builddir/doc %changelog * Thu Jul 24 2025 Antonio Trande - 3.0.0-29 From ba54c74207e39696808b594bd88436b29bcb61d7 Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Thu, 24 Jul 2025 21:59:51 +0200 Subject: [PATCH 10/14] Update CMake patches --- apbs-cmake.patch | 46 +++++++++++++++++++++++++++++++++++++++++++++- apbs.spec | 4 +--- 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/apbs-cmake.patch b/apbs-cmake.patch index dbcb876..c457571 100644 --- a/apbs-cmake.patch +++ b/apbs-cmake.patch @@ -1,11 +1,20 @@ --- a/apbs/CMakeLists.txt_orig 2018-05-20 13:00:17.451341064 -0400 +++ b/apbs/CMakeLists.txt 2018-05-20 13:00:47.917440250 -0400 @@ -1,4 +1,5 @@ - cmake_minimum_required (VERSION 3.12) +-cmake_minimum_required (VERSION 3.12) ++cmake_minimum_required(VERSION 3.13...4.0) +set(CMAKE_POSITION_INDEPENDENT_CODE ON) ################################################################################ # TODO: Add licensing and authorship information +@@ -7,7 +8,6 @@ + # (configure.ac:1306) + ################################################################################ + set(CMAKE_VERBOSE_MAKEFILE true) +-cmake_policy(SET CMP0054 OLD) + cmake_policy(SET CMP0042 NEW) + set(CMAKE_MACOSX_RPATH 1) + @@ -70,10 +71,10 @@ set(TOOLS_PATH ${APBS_BUILD}/tools) set(APBS_BINARY ${EXECUTABLE_OUTPUT_PATH}/apbs) @@ -117,6 +126,12 @@ set(CPACK_SOURCE_IGNORE_FILES "${PROJECT_BINARY_DIR};/.git/;.gitignore;/tools/matlab/") --- a/apbs/src/CMakeLists.txt_orig 2018-05-20 13:00:20.518351049 -0400 +++ b/apbs/src/CMakeLists.txt 2018-05-20 13:00:47.917440250 -0400 +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.13...4.0) + + macro(add_items TYPE) + @@ -32,11 +32,11 @@ message(STATUS "With external header files ${EXTERNAL_HEADERS}") message(STATUS "With internal header files ${INTERNAL_HEADERS}") @@ -279,3 +294,32 @@ +target_link_libraries(uhbd_asc2bin ${LIBS} ${APBS_LIBS}) + +INSTALL(TARGETS mgmesh smooth dxmath mergedx mergedx2 value multivalue benchmark similarity analysis dx2mol dx2uhbd del2dx tensor2dx uhbd_asc2bin DESTINATION ${EXECUTABLE_INSTALL_PATH}) +--- a/a/tools/python/CMakeLists.orig.txt 2020-05-30 03:47:30.000000000 +0200 ++++ b/b/tools/python/CMakeLists.txt 2025-07-24 20:56:31.152039088 +0200 +@@ -1,3 +1,4 @@ ++cmake_minimum_required(VERSION 3.13...4.0) + if (${CMAKE_VERSION} VERSION_GREATER "3.13") + CMAKE_POLICY(SET CMP0078 OLD) + CMAKE_POLICY(SET CMP0086 OLD) +@@ -23,18 +24,16 @@ + SET(CMAKE_SWIG_FLAGS "") + + SWIG_ADD_LIBRARY(apbslib +- #TYPE USE_BUILD_SHARED_LIBS ++ TYPE USE_BUILD_SHARED_LIBS + TYPE SHARED + LANGUAGE python + SOURCES apbslib.i) + + # Hack to get the correct shared library extensions. Why does Python suck so hard wrt to this? +-if(APPLE) +- set(CMAKE_SHARED_LIBRARY_SUFFIX ".so") +-endif(APPLE) ++set(CMAKE_SHARED_LIBRARY_SUFFIX ".so") + + # Another hack to get SWIG to use the the correct library extension! +-#SET_TARGET_PROPERTIES(${SWIG_MODULE_apbslib_REAL_NAME} PROPERTIES SUFFIX ${CMAKE_SHARED_LIBRARY_SUFFIX}) ++SET_TARGET_PROPERTIES(${SWIG_MODULE_apbslib_REAL_NAME} PROPERTIES SUFFIX ${CMAKE_SHARED_LIBRARY_SUFFIX}) + + SWIG_LINK_LIBRARIES(apbslib ${APBS_LIBS} ${APBS_INTERNAL_LIBS} ${Python3_LIBRARIES}) + diff --git a/apbs.spec b/apbs.spec index f36c2ff..1c0fe3d 100644 --- a/apbs.spec +++ b/apbs.spec @@ -116,15 +116,13 @@ cp -p contrib/iapbs/COPYING contrib/iapbs/iapbs-COPYING cp -p %{SOURCE1} contrib/iapbs/iapbs-LGPLv2 %build -# CMake needs BUILD_SHARED_LIBS:BOOL=OFF to build Python libraries -# Using CMake rpm macro automatically enables the shared libs building export CFLAGS="%{build_cflags} -fopenmp -lm" export CXXFLAGS="%{build_cxxflags} -fopenmp -lm" %cmake -DCMAKE_BUILD_TYPE:STRING=Release \ -DENABLE_iAPBS:BOOL=ON -DENABLE_OPENMP:BOOL=ON -DENABLE_VERBOSE_DEBUG:BOOL=OFF \ -DENABLE_FETK:BOOL=OFF -DCMAKE_C_FLAGS:STRING="%{build_cflags} -fopenmp -lm -DNDEBUG" \ -DCMAKE_CXX_FLAGS:STRING="%{build_cxxflags} -fopenmp -lm -DNDEBUG" \ - -DBUILD_SHARED_LIBS:BOOL=OFF -DENABLE_PYTHON:BOOL=ON -DBUILD_DOC:BOOL=ON \ + -DENABLE_PYTHON:BOOL=ON -DBUILD_DOC:BOOL=ON \ -DBUILD_TESTING:BOOL=ON -DENABLE_TESTS:BOOL=ON \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ -DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \ From 602c04ccf301e34299fe80c9b5e0eb26697499f1 Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Thu, 24 Jul 2025 22:15:14 +0200 Subject: [PATCH 11/14] Exporting binary path --- apbs.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/apbs.spec b/apbs.spec index 1c0fe3d..962309f 100644 --- a/apbs.spec +++ b/apbs.spec @@ -167,6 +167,7 @@ done %check pushd tests export LD_LIBRARY_PATH=%{buildroot}%{_libdir} +export PATH=%{buildroot}%{_bindir} %{__python3} ./apbs_tester.py %endif From 0ab0f837596b3b4593b4fd2378f2ec71b19f8a6c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 12:38:14 +0200 Subject: [PATCH 12/14] Rebuilt for Python 3.14.0rc2 bytecode --- apbs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apbs.spec b/apbs.spec index 962309f..601a19c 100644 --- a/apbs.spec +++ b/apbs.spec @@ -11,7 +11,7 @@ Name: apbs Summary: Adaptive Poisson Boltzmann Solver Version: 3.0.0 -Release: 29%{datecommit}%{shortcommit}%{?dist} +Release: 30%{datecommit}%{shortcommit}%{?dist} # iAPBS looks licensed with a LGPLv2+, APBS is released under BSD license. License: LGPL-2.0-or-later AND BSD-3-Clause URL: https://www.poissonboltzmann.org/ @@ -212,6 +212,9 @@ export PATH=%{buildroot}%{_bindir} %doc %_vpath_builddir/doc %changelog +* Fri Aug 15 2025 Python Maint - 3.0.0-30 +- Rebuilt for Python 3.14.0rc2 bytecode + * Thu Jul 24 2025 Antonio Trande - 3.0.0-29 - Fix rhbz#2380463 From 328dda165355c22bcf785d4135b1befab5df0463 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:07:07 +0200 Subject: [PATCH 13/14] Rebuilt for Python 3.14.0rc3 bytecode --- apbs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apbs.spec b/apbs.spec index 601a19c..bc582e2 100644 --- a/apbs.spec +++ b/apbs.spec @@ -11,7 +11,7 @@ Name: apbs Summary: Adaptive Poisson Boltzmann Solver Version: 3.0.0 -Release: 30%{datecommit}%{shortcommit}%{?dist} +Release: 31%{datecommit}%{shortcommit}%{?dist} # iAPBS looks licensed with a LGPLv2+, APBS is released under BSD license. License: LGPL-2.0-or-later AND BSD-3-Clause URL: https://www.poissonboltzmann.org/ @@ -212,6 +212,9 @@ export PATH=%{buildroot}%{_bindir} %doc %_vpath_builddir/doc %changelog +* Fri Sep 19 2025 Python Maint - 3.0.0-31 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 3.0.0-30 - Rebuilt for Python 3.14.0rc2 bytecode From 9fa9b189bc58f8cbef17895880ef5619ea08a2a8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:48:49 +0000 Subject: [PATCH 14/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- apbs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apbs.spec b/apbs.spec index bc582e2..b3c0c36 100644 --- a/apbs.spec +++ b/apbs.spec @@ -11,7 +11,7 @@ Name: apbs Summary: Adaptive Poisson Boltzmann Solver Version: 3.0.0 -Release: 31%{datecommit}%{shortcommit}%{?dist} +Release: 32%{datecommit}%{shortcommit}%{?dist} # iAPBS looks licensed with a LGPLv2+, APBS is released under BSD license. License: LGPL-2.0-or-later AND BSD-3-Clause URL: https://www.poissonboltzmann.org/ @@ -212,6 +212,9 @@ export PATH=%{buildroot}%{_bindir} %doc %_vpath_builddir/doc %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 3.0.0-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Sep 19 2025 Python Maint - 3.0.0-31 - Rebuilt for Python 3.14.0rc3 bytecode