From 471abb12b468caec2c414026880d0ee9cc1936c2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Mon, 6 Jan 2025 10:01:40 +0100 Subject: [PATCH] automatic version update by autodist [release 2.48-1mamba;Sun Jan 05 2025] --- liblinear.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/liblinear.spec b/liblinear.spec index d52726b..ccd01c8 100644 --- a/liblinear.spec +++ b/liblinear.spec @@ -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 2.48-1mamba +- automatic version update by autodist + * Mon Jul 10 2023 Automatic Build System 2.47-1mamba - automatic version update by autodist