diff --git a/0001-Fix-without-lsp-issue-379.patch b/0001-Fix-without-lsp-issue-379.patch deleted file mode 100644 index d5bae21..0000000 --- a/0001-Fix-without-lsp-issue-379.patch +++ /dev/null @@ -1,53 +0,0 @@ -From 29caaed5ead5a62787475286afd22e40585b8bb8 Mon Sep 17 00:00:00 2001 -From: John Bowman -Date: Wed, 14 Jun 2023 22:36:35 -0600 -Subject: [PATCH] Fix --without-lsp (issue #379). - ---- - common.h | 17 ++++++++--------- - 1 file changed, 8 insertions(+), 9 deletions(-) - -diff --git a/common.h b/common.h -index 13f8be10..6ee3d971 100644 ---- a/common.h -+++ b/common.h -@@ -17,28 +17,27 @@ - #include "config.h" - #endif - --#ifdef HAVE_LSP - #if __cplusplus < 201703L -+ -+#ifdef HAVE_LSP - #include - #include - using boost::optional; - #define nullopt boost::none - using boost::make_optional; - #else --#include --using std::optional; --using std::nullopt; --using std::make_optional; --#endif -- --#else --#if __cplusplus < 201703L - #include "optional.hpp" - #define boost nonstd - using nonstd::optional; - using nonstd::nullopt; - using nonstd::make_optional; - #endif -+ -+#else -+#include -+using std::optional; -+using std::nullopt; -+using std::make_optional; - #endif - - using std::make_pair; --- -2.41.0 - diff --git a/2.86.tar.gz b/2.86.tar.gz deleted file mode 100644 index 9d2f77e..0000000 --- a/2.86.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ebcc90beb67bf7f8575fb519cb9d5d3c6cfd77f97ee1f69d53af458563c8aaa -size 12524934 diff --git a/2.89.tar.gz b/2.89.tar.gz new file mode 100644 index 0000000..75fab36 --- /dev/null +++ b/2.89.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c6772b23074e8b9fa0832e2a4d5f743c02949e4799aaedfe59b6a0b0f10d96 +size 12531627 diff --git a/asymptote.changes b/asymptote.changes index a15d369..08a4467 100644 --- a/asymptote.changes +++ b/asymptote.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Apr 11 16:18:35 UTC 2024 - Jan Engelhardt + +- Update to release 2.89 + * Avoid broken dvisvgm reassign-clippaths optimization. + * Use a unique signature hash for identifying templated imports. + * Optimize dvisvgm output by default. +- Delete 0001-Fix-without-lsp-issue-379.patch (merged) + ------------------------------------------------------------------- Sat Jun 24 12:24:02 UTC 2023 - Jan Engelhardt diff --git a/asymptote.spec b/asymptote.spec index 836a9f6..8126065 100644 --- a/asymptote.spec +++ b/asymptote.spec @@ -1,7 +1,7 @@ # # spec file for package asymptote # -# Copyright (c) 2023 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 lsp Name: asymptote -Version: 2.86 +Version: 2.89 Release: 0 Summary: 2D & 3D TeX-Aware vector graphics language License: LGPL-3.0-or-later @@ -27,7 +27,6 @@ URL: https://asymptote.sourceforge.io/ #Git-Clone: https://github.com/vectorgraphics/asymptote Source: https://github.com/vectorgraphics/asymptote/archive/refs/tags/%version.tar.gz -Patch1: 0001-Fix-without-lsp-issue-379.patch BuildRequires: automake BuildRequires: bison BuildRequires: flex