From 387644463d5a02a9a80f2af22f8dd23a2dfc1699080925bf815e227c4e31a356 Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Thu, 2 Jun 2022 21:57:28 +0000 Subject: [PATCH 1/3] - Update to version 4.1.0. * Added `Bnearbyint` and `Btrunc` in `IEEE754`. * Ensured compatibility from Coq 8.12 to 8.16. OBS-URL: https://build.opensuse.org/package/show/science/flocq?expand=0&rev=3 --- flocq-4.0.0.tar.gz | 3 --- flocq-4.1.0.tar.gz | 3 +++ flocq.changes | 7 +++++++ flocq.spec | 6 ++++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 flocq-4.0.0.tar.gz create mode 100644 flocq-4.1.0.tar.gz diff --git a/flocq-4.0.0.tar.gz b/flocq-4.0.0.tar.gz deleted file mode 100644 index 1e3fa9b..0000000 --- a/flocq-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13cb06a541936272276256997449800310838643fdff8ff629eeea4b63106c73 -size 437894 diff --git a/flocq-4.1.0.tar.gz b/flocq-4.1.0.tar.gz new file mode 100644 index 0000000..fee9fa8 --- /dev/null +++ b/flocq-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e62f25272511302bf769aae3905b3a879cc1c2e712935ff3123e8557526bff +size 447412 diff --git a/flocq.changes b/flocq.changes index 3cb0392..d7ba91f 100644 --- a/flocq.changes +++ b/flocq.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 2 21:40:52 UTC 2022 - Aaron Puchert + +- Update to version 4.1.0. + * Added `Bnearbyint` and `Btrunc` in `IEEE754`. + * Ensured compatibility from Coq 8.12 to 8.16. + ------------------------------------------------------------------- Fri Apr 15 16:41:08 UTC 2022 - Aaron Puchert diff --git a/flocq.spec b/flocq.spec index 7eef459..bd7cc90 100644 --- a/flocq.spec +++ b/flocq.spec @@ -1,6 +1,7 @@ # # spec file for package flocq # +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2020 Peter Trommler # Copyright (c) 2022 Aaron Puchert # @@ -13,11 +14,12 @@ # 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: flocq -Version: 4.0.0 +Version: 4.1.0 Release: 0 Summary: Formalization of floating point numbers for Coq Group: Productivity/Scientific/Math From 7afcbc2971dbe12642621df7fde9867a3d9365c6f7cd711557fda22709ab6bd5 Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Thu, 2 Jun 2022 22:19:12 +0000 Subject: [PATCH 2/3] - Fix patching of coqdoc invocation, make it more robust. - Patch up coqdoc also for older Coq versions since they don't understand --coqlib_url. OBS-URL: https://build.opensuse.org/package/show/science/flocq?expand=0&rev=4 --- flocq.changes | 3 +++ flocq.spec | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/flocq.changes b/flocq.changes index d7ba91f..ed1eac5 100644 --- a/flocq.changes +++ b/flocq.changes @@ -4,6 +4,9 @@ Thu Jun 2 21:40:52 UTC 2022 - Aaron Puchert - Update to version 4.1.0. * Added `Bnearbyint` and `Btrunc` in `IEEE754`. * Ensured compatibility from Coq 8.12 to 8.16. +- Fix patching of coqdoc invocation, make it more robust. +- Patch up coqdoc also for older Coq versions since they don't + understand --coqlib_url. ------------------------------------------------------------------- Fri Apr 15 16:41:08 UTC 2022 - Aaron Puchert diff --git a/flocq.spec b/flocq.spec index bd7cc90..30cf123 100644 --- a/flocq.spec +++ b/flocq.spec @@ -63,8 +63,11 @@ This package contains the HTML documentation for flocq. %setup -q # Make the documentation point to coq-doc if possible. +grep "\-\-coqlib_url http://coq.inria.fr/distrib/current/stdlib" Remakefile.in && %if %{pkg_vcmp coq >= 8.14} -sed -i "s|--coqlib http://coq.inria.fr/distrib/current/stdlib|--coqlib %{_libdir}/coq-core --coqlib_url %{_defaultdocdir}/coq/stdlib|" Remakefile.in +sed -i "s|--coqlib_url http://coq.inria.fr/distrib/current/stdlib|--coqlib %{_libdir}/coq-core --coqlib_url %{_defaultdocdir}/coq/stdlib|" Remakefile.in +%else +sed -i "s|--coqlib_url http://coq.inria.fr/distrib/current/stdlib|--coqlib %{_libdir}/coq-core|" Remakefile.in %endif %build From c871722689999c19361fcb8b7095ce275f780fa6f7f453bbacebefb0853e08d6 Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Thu, 2 Jun 2022 23:44:38 +0000 Subject: [PATCH 3/3] - Reword changelog. OBS-URL: https://build.opensuse.org/package/show/science/flocq?expand=0&rev=5 --- flocq.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flocq.changes b/flocq.changes index ed1eac5..5c2bef5 100644 --- a/flocq.changes +++ b/flocq.changes @@ -5,8 +5,8 @@ Thu Jun 2 21:40:52 UTC 2022 - Aaron Puchert * Added `Bnearbyint` and `Btrunc` in `IEEE754`. * Ensured compatibility from Coq 8.12 to 8.16. - Fix patching of coqdoc invocation, make it more robust. -- Patch up coqdoc also for older Coq versions since they don't - understand --coqlib_url. +- Patch up coqdoc invocation also for older Coq versions since they + don't understand --coqlib_url. ------------------------------------------------------------------- Fri Apr 15 16:41:08 UTC 2022 - Aaron Puchert