4 Commits

6 changed files with 38 additions and 14 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1765112615
commit: d27fb83bb5a5883b5068163ce078898dcbe1c5667a9b504c878282fcbfd05576
url: https://src.opensuse.org/jengelh/libm4ri
revision: master

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67f78b76e0bf8860454ac8195e7a8e710b3ca6589c3bbcb3bb301829478dbca4
size 256

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Dec 7 13:03:04 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20251207
* This release fixes compilation on non-Linux and non-x86 systems
-------------------------------------------------------------------
Sat Dec 6 11:47:36 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20251206
* Fix overflows in mzd_init()
* Avoid macro expansion producing 'defined' has undefined behavior
* Correct L3 Detection
-------------------------------------------------------------------
Sun Feb 9 21:50:25 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20250128
* No news were provided
-------------------------------------------------------------------
Sat Nov 19 02:04:18 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libm4ri
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,14 @@
Name: libm4ri
Version: 20200125
%define lname libm4ri-0_0_%version
Version: 20251207
%define lname libm4ri1
Release: 0
Summary: Library for linear arithmetic over GF(2)
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://bitbucket.org/malb/m4ri
#Git-Clone: https://bitbucket.org/malb/m4ri.git
Source: https://bitbucket.org/malb/m4ri/downloads/m4ri-%version.tar.gz
URL: https://github.com/malb/m4ri
Source: https://github.com/malb/m4ri/releases/download/%version/m4ri-%version.tar.gz
BuildRequires: pkg-config
BuildRequires: pkgconfig(libpng)
@@ -72,17 +70,16 @@ applications that want to make use of libm4ri.
--disable-sse2 \
%endif
--with-cachesize=32768:131072:131072
make %{?_smp_mflags}
%make_build
%install
%make_install
rm -f "%buildroot/%_libdir"/*.la
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%_libdir/libm4ri-0.0.%version.so
%_libdir/libm4ri.so.*
%files devel
%_libdir/libm4ri.so

Binary file not shown.

BIN
m4ri-20251207.tar.gz LFS Normal file

Binary file not shown.