delete _link
OBS-URL: https://build.opensuse.org/package/show/science/gap-float?expand=0&rev=20
This commit is contained in:
parent
6c7d0be327
commit
9d247895c5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b1afa689c3cf15c8683797aac2e22e55d93b09abc61618cb09b45881af4b090
|
||||
size 606820
|
3
float-0.9.1.tar.bz2
Normal file
3
float-0.9.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0ccf60bc9f8410934ac0b3c7e065fedf6291c20cd15e3107bafa63d368e39c3
|
||||
size 604673
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 14 22:05:01 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 0.9.1
|
||||
* No changelog was provided
|
||||
- Remove fplll.diff, it looks like fplll5 is supported upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 25 22:15:09 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Add fplll.diff.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 16:59:14 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gap-float
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,15 +12,15 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gap-float
|
||||
Version: 0.7.6
|
||||
Version: 0.9.1
|
||||
Release: 0
|
||||
Summary: GAP: Integration of mpfr, mpfi, mpc, fplll and cxsc in GAP
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
Url: http://laurentbartholdi.github.com/float/
|
||||
|
||||
@ -30,7 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: cxsc-devel
|
||||
BuildRequires: gap-devel >= 4.7
|
||||
BuildRequires: gap-devel >= 4.9.0
|
||||
BuildRequires: gap-rpm-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
@ -38,7 +38,7 @@ BuildRequires: mpc-devel
|
||||
BuildRequires: mpfi-devel
|
||||
BuildRequires: mpfr-devel
|
||||
BuildRequires: pkgconfig(fplll)
|
||||
Requires: gap-core >= 4.7
|
||||
Requires: gap-core >= 4.9.0
|
||||
Requires: gap-gapdoc >= 1.0
|
||||
|
||||
%description
|
||||
@ -48,6 +48,7 @@ FPLLL.
|
||||
|
||||
%prep
|
||||
%setup -qn float-%version
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
|
Loading…
Reference in New Issue
Block a user