automatic version update by autodist [release 2.48-1mamba;Sun Jan 05 2025]

This commit is contained in:
Automatic Build System 2025-01-06 10:01:40 +01:00
parent f9f8c27388
commit 471abb12b4

View File

@ -1,5 +1,5 @@
Name: liblinear
Version: 2.47
Version: 2.48
Release: 1mamba
Summary: A library for solving large-scale regularized linear classification and regression
Group: System/Libraries
@ -12,7 +12,7 @@ Patch0: liblinear-1.96.makefile.patch
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatlas-devel
BuildRequires: libblas-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
@ -51,7 +51,6 @@ Requires: python
%description -n python-%{name}
%{summary}.
%debug_package
%prep
%setup -q
@ -64,7 +63,7 @@ cat << _EOF >> %{name}.pc
Name: %{name}
Description: Library for Large Linear Classification
URL: %{url}
Version: 2.47
Version: 2.48
prefix=%{_prefix}
includedir=%{_includedir}
@ -100,8 +99,6 @@ install -m 0644 python/*.py* %{buildroot}%{python_sitearch}/
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -124,6 +121,9 @@ install -m 0644 python/*.py* %{buildroot}%{python_sitearch}/
#%{python_sitearch}/*
%changelog
* Sun Jan 05 2025 Automatic Build System <autodist@openmamba.org> 2.48-1mamba
- automatic version update by autodist
* Mon Jul 10 2023 Automatic Build System <autodist@mambasoft.it> 2.47-1mamba
- automatic version update by autodist