From 9d247895c5833621c474d08b90a3dde60c2d737edc0f18e3ba5c036559aa3a73 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 22 Nov 2018 12:11:31 +0000 Subject: [PATCH] delete _link OBS-URL: https://build.opensuse.org/package/show/science/gap-float?expand=0&rev=20 --- float-0.7.6.tar.bz2 | 3 --- float-0.9.1.tar.bz2 | 3 +++ gap-float.changes | 12 ++++++++++++ gap-float.spec | 13 +++++++------ 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 float-0.7.6.tar.bz2 create mode 100644 float-0.9.1.tar.bz2 diff --git a/float-0.7.6.tar.bz2 b/float-0.7.6.tar.bz2 deleted file mode 100644 index ac1fb02..0000000 --- a/float-0.7.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b1afa689c3cf15c8683797aac2e22e55d93b09abc61618cb09b45881af4b090 -size 606820 diff --git a/float-0.9.1.tar.bz2 b/float-0.9.1.tar.bz2 new file mode 100644 index 0000000..356880a --- /dev/null +++ b/float-0.9.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ccf60bc9f8410934ac0b3c7e065fedf6291c20cd15e3107bafa63d368e39c3 +size 604673 diff --git a/gap-float.changes b/gap-float.changes index 119a786..d5379f1 100644 --- a/gap-float.changes +++ b/gap-float.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 14 22:05:01 UTC 2018 - Jan Engelhardt + +- 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 diff --git a/gap-float.spec b/gap-float.spec index 14c456f..ec7d83d 100644 --- a/gap-float.spec +++ b/gap-float.spec @@ -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