Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Benjamin A. Beasley
1d17d245b5 Make the python3-gmsh subpackage noarch, since the bindings are pure Python 2024-04-10 09:17:18 -04:00
Benjamin A. Beasley
ba41ef20bd Ensure python3-gmsh depends on gmsh-libs 2024-04-10 09:17:13 -04:00

View file

@ -18,7 +18,7 @@
Name: gmsh
Summary: A three-dimensional finite element mesh generator
Version: 4.12.2
Release: 1%{?dist}
Release: 2%{?dist}
# gmsh is GPLv2+ with exceptions, see LICENSE.txt
# contrib/{DiscreteIntegration, HighOrderMeshOptimizer, MeshOptimizer, onelab} are MIT, see respective README.txt
@ -119,6 +119,10 @@ Summary: Python3 API for %{name}
%{?python_provide:%python_provide python3-%{name}}
Obsoletes: python3-%{name}-private
BuildArch: noarch
Requires: %{name}-libs = %{version}-%{release}
%description -n python3-%{name}
Python3 API for %{name}.
@ -403,6 +407,10 @@ rm -f %{buildroot}%{_defaultdocdir}/%{name}/LICENSE.txt
%changelog
* Tue Apr 09 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 4.12.2-2
- Ensure python3-gmsh depends on gmsh-libs
- Make the python3-gmsh subpackage noarch, since the bindings are pure Python
* Tue Jan 23 2024 Sandro Mani <manisandro@gmail.com> - 4.12.2-1
- Update to 4.12.2