Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| aa47d320d3 | |||
| 07b7330073 | |||
|
|
8776cff16d | ||
| 0e211b3f53 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1765112615
|
||||||
|
commit: d27fb83bb5a5883b5068163ce078898dcbe1c5667a9b504c878282fcbfd05576
|
||||||
|
url: https://src.opensuse.org/jengelh/libm4ri
|
||||||
|
revision: master
|
||||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67f78b76e0bf8860454ac8195e7a8e710b3ca6589c3bbcb3bb301829478dbca4
|
||||||
|
size 256
|
||||||
@@ -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>
|
Sat Nov 19 02:04:18 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
|||||||
19
libm4ri.spec
19
libm4ri.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libm4ri
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,16 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libm4ri
|
Name: libm4ri
|
||||||
Version: 20200125
|
Version: 20251207
|
||||||
%define lname libm4ri-0_0_%version
|
%define lname libm4ri1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for linear arithmetic over GF(2)
|
Summary: Library for linear arithmetic over GF(2)
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://bitbucket.org/malb/m4ri
|
URL: https://github.com/malb/m4ri
|
||||||
|
Source: https://github.com/malb/m4ri/releases/download/%version/m4ri-%version.tar.gz
|
||||||
#Git-Clone: https://bitbucket.org/malb/m4ri.git
|
|
||||||
Source: https://bitbucket.org/malb/m4ri/downloads/m4ri-%version.tar.gz
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
|
|
||||||
@@ -72,17 +70,16 @@ applications that want to make use of libm4ri.
|
|||||||
--disable-sse2 \
|
--disable-sse2 \
|
||||||
%endif
|
%endif
|
||||||
--with-cachesize=32768:131072:131072
|
--with-cachesize=32768:131072:131072
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libm4ri-0.0.%version.so
|
%_libdir/libm4ri.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%_libdir/libm4ri.so
|
%_libdir/libm4ri.so
|
||||||
|
|||||||
BIN
m4ri-20200125.tar.gz
LFS
BIN
m4ri-20200125.tar.gz
LFS
Binary file not shown.
BIN
m4ri-20251207.tar.gz
LFS
Normal file
BIN
m4ri-20251207.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user