Accepting request 1174055 from science
OBS-URL: https://build.opensuse.org/request/show/1174055 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giac?expand=0&rev=5
This commit is contained in:
commit
89fcb79a38
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 16:22:09 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.9.0-97:
|
||||
* No release notes.
|
||||
- Changes from version 1.9.0-43:
|
||||
* Univariate polynomials rootfinder enhancements
|
||||
- Run `make check` as part of %check section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 2 13:56:07 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package giac
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_with cocoa
|
||||
Name: giac
|
||||
%define tarver 1.9.0-27
|
||||
%define tarver 1.9.0-97
|
||||
Version: %( echo %{tarver} | sed 's/-/./' )
|
||||
%define mainver %( echo %{tarver} | sed 's/-.*//' )
|
||||
%define soname 0
|
||||
@ -173,6 +173,9 @@ rm %{buildroot}%{_docdir}/giac/Makefile.am
|
||||
|
||||
%fdupes -s %{buildroot}%{_datadir}
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%post -n lib%{name}%{soname} -p /sbin/ldconfig
|
||||
%postun -n lib%{name}%{soname} -p /sbin/ldconfig
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5d222fbff5db2a0a560b4e106ce88dd13d109ecb21570a939b8b3b87521d5e0
|
||||
size 115296665
|
3
giac_1.9.0-97.tar.gz
Normal file
3
giac_1.9.0-97.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb384d92a5dc54d47df930b010de13c91e0d827a684b70f9673ae6b08be5f48d
|
||||
size 126816800
|
Loading…
Reference in New Issue
Block a user