[packages/libisal] - updated to 2.31.1
qboosh
qboosh at pld-linux.org
Tue Dec 16 19:08:50 CET 2025
commit 89c25bb495f111a2d330c10564ce6c55163dc2e4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Dec 16 19:09:13 2025 +0100
- updated to 2.31.1
isa-l-x86.patch | 16 ++++++++--------
libisal.spec | 10 +++++-----
2 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/libisal.spec b/libisal.spec
index 2b228ef..b3df108 100644
--- a/libisal.spec
+++ b/libisal.spec
@@ -5,13 +5,13 @@
Summary: Optimized low-level functions library for storage systems
Summary(pl.UTF-8): Biblioteka zoptymalizowanych funkcji niskopoziomowych do systemów przechowywania danych
Name: libisal
-Version: 2.31.0
+Version: 2.31.1
Release: 1
License: BSD
Group: Libraries
#Source0Download: https://github.com/intel/isa-l/releases
Source0: https://github.com/intel/isa-l/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 5403379f5f8f8113a412f32d17471566
+# Source0-md5: 851eb1b98da53c4dc8b94e0119106f03
Patch0: isa-l-x86.patch
Patch1: x32.patch
URL: https://github.com/01org/isa-l
@@ -118,13 +118,13 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc LICENSE README.md Release_notes.txt
%attr(755,root,root) %{_bindir}/igzip
-%attr(755,root,root) %{_libdir}/libisal.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libisal.so.2
+%{_libdir}/libisal.so.*.*.*
+%ghost %{_libdir}/libisal.so.2
%{_mandir}/man1/igzip.1*
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libisal.so
+%{_libdir}/libisal.so
%{_includedir}/isa-l
%{_includedir}/isa-l.h
%{_pkgconfigdir}/libisal.pc
diff --git a/isa-l-x86.patch b/isa-l-x86.patch
index ffeaaae..919e3bf 100644
--- a/isa-l-x86.patch
+++ b/isa-l-x86.patch
@@ -1,15 +1,15 @@
ec_encode_data_{sse,avx,avx2} refer to asm routines available only for elf64
---- isa-l-2.31.0/erasure_code/ec_highlevel_func.c.orig 2024-05-31 20:08:22.732599805 +0200
-+++ isa-l-2.31.0/erasure_code/ec_highlevel_func.c 2024-05-31 20:15:56.370142239 +0200
+--- isa-l-2.31.1/erasure_code/ec_highlevel_func.c.orig 2024-05-31 20:08:22.732599805 +0200
++++ isa-l-2.31.1/erasure_code/ec_highlevel_func.c 2024-05-31 20:15:56.370142239 +0200
@@ -30,7 +30,7 @@
#include "erasure_code.h"
- #include "ec_base.h" /* for GF tables */
+ #include "ec_base.h" /* for GF tables */
--#if __x86_64__ || __i386__ || _M_X64 || _M_IX86
-+#if __x86_64__ || _M_X64
- void ec_encode_data_sse(int len, int k, int rows, unsigned char *g_tbls, unsigned char **data,
- unsigned char **coding)
- {
+-#if __x86_64__ || __i386__ || _M_X64 || _M_IX86
++#if __x86_64__ || _M_X64
+ void
+ ec_encode_data_sse(int len, int k, int rows, unsigned char *g_tbls, unsigned char **data,
+ unsigned char **coding)
--- isa-l-2.31.0/erasure_code/ec_multibinary.asm.orig 2024-01-18 19:27:24.000000000 +0100
+++ isa-l-2.31.0/erasure_code/ec_multibinary.asm 2024-05-31 20:24:51.410577010 +0200
@@ -36,6 +36,9 @@
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libisal.git/commitdiff/89c25bb495f111a2d330c10564ce6c55163dc2e4
More information about the pld-cvs-commit
mailing list