forked from pool/gap-float
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5db1d9b96c | |||
| 9618d3fc50 | |||
|
|
f96a0daf1e | ||
| 82d73894e9 | |||
|
|
f5ede3bc5e | ||
| d35c969d58 | |||
|
|
181c75a40d | ||
| 57d73541b7 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1757666592
|
||||
commit: 7f5861de6de578372d57b5b98256f2557280675a1bba863b186f9b91ff76e474
|
||||
url: https://src.opensuse.org/jengelh/gap-float
|
||||
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:711ba8ca245755943283f90b5bede9ebfbcaef92d99afe2ae726d998715d6d84
|
||||
size 256
|
||||
BIN
float-1.0.4.tar.gz
LFS
BIN
float-1.0.4.tar.gz
LFS
Binary file not shown.
BIN
float-1.0.9.tar.gz
LFS
Normal file
BIN
float-1.0.9.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 08:41:26 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.0.9
|
||||
* Migration to C23 build mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 08:08:15 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.0.7
|
||||
* Build system changes only
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Make specfile conform to POSIX sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 03:34:00 UTC 2024 - ming li <mli@suse.com>
|
||||
|
||||
- Update to release 1.0.5:
|
||||
* Remove use of deprecated set_unexpected
|
||||
* CI: fix 32bit builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 15:10:53 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gap-float
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gap-float
|
||||
Version: 1.0.4
|
||||
Version: 1.0.9
|
||||
Release: 0
|
||||
Summary: GAP: Integration of mpfr, mpfi, mpc, fplll and cxsc in GAP
|
||||
License: GPL-3.0-or-later
|
||||
@@ -35,7 +35,7 @@ BuildRequires: mpc-devel
|
||||
BuildRequires: mpfi-devel
|
||||
BuildRequires: mpfr-devel
|
||||
BuildRequires: pkgconfig(fplll) >= 5
|
||||
Requires: gap-core >= 4.11
|
||||
Requires: gap-core >= 4.12
|
||||
Requires: gap-gapdoc >= 1.0
|
||||
|
||||
%description
|
||||
@@ -53,9 +53,8 @@ autoreconf -fi
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
pushd "%buildroot/$fmoddir/"
|
||||
cd "%buildroot/$fmoddir/"
|
||||
rm -Rf aclocal.m4 autom4* build-aux config.* configu* libtool* m4 src/
|
||||
popd
|
||||
|
||||
%files -f %name.files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user