automatic version update by autodist [release 2.10.0-1mamba;Thu Feb 06 2025]

This commit is contained in:
Automatic Build System 2025-02-18 14:15:15 +01:00
parent fcb2a15f71
commit a3007eebba

View File

@ -1,5 +1,5 @@
Name: nlopt Name: nlopt
Version: 2.9.1 Version: 2.10.0
Release: 1mamba Release: 1mamba
Summary: A library for nonlinear optimization Summary: A library for nonlinear optimization
Group: System/Libraries Group: System/Libraries
@ -39,8 +39,13 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel %description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}. This package contains libraries and header files for developing applications that use %{name}.
%package -n java-%{name}
Summary: Java library for %{name}
Group: System/Libraries/Java
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%debug_package %description -n java-%{name}
This package contains the Java library for %{name}.
%prep %prep
%setup -q %setup -q
@ -63,6 +68,8 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name} %files -n lib%{name}
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libnlopt.so.* %{_libdir}/libnlopt.so.*
%{_libdir}/libnloptjni.so
%{_javadir}/nlopt.jar
%{_libdir}/guile/3.0/extensions/nlopt_guile.so %{_libdir}/guile/3.0/extensions/nlopt_guile.so
%{_libdir}/octave/*/site/oct/*-openmamba-linux-gnu*/nlopt_optimize.oct %{_libdir}/octave/*/site/oct/*-openmamba-linux-gnu*/nlopt_optimize.oct
%dir %{python3_sitearch}/nlopt-%{version}.dist-info %dir %{python3_sitearch}/nlopt-%{version}.dist-info
@ -86,7 +93,15 @@ This package contains libraries and header files for developing applications tha
%{_datadir}/octave/*/site/m/*.m %{_datadir}/octave/*/site/m/*.m
%doc ChangeLog README.md TODO %doc ChangeLog README.md TODO
%files -n java-%{name}
%defattr(-,root,root)
%{_libdir}/libnloptjni.so
%{_javadir}/nlopt.jar
%changelog %changelog
* Thu Feb 06 2025 Automatic Build System <autodist@openmamba.org> 2.10.0-1mamba
- automatic version update by autodist
* Tue Nov 26 2024 Automatic Build System <autodist@openmamba.org> 2.9.1-1mamba * Tue Nov 26 2024 Automatic Build System <autodist@openmamba.org> 2.9.1-1mamba
- automatic version update by autodist - automatic version update by autodist