From c79b49154ca7d4098afcb14400875559181016b12d359334cbdc15ad501444b6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 24 Dec 2020 12:02:45 +0000 Subject: [PATCH] - Update to release 2.68 OBS-URL: https://build.opensuse.org/package/show/science/asymptote?expand=0&rev=7 --- _service | 15 +++++++++++++++ asymptote-2.67.src.tgz | 3 --- asymptote-2.68.tar.xz | 3 +++ asymptote.changes | 25 +++++++++++++++++++++++++ asymptote.spec | 7 +++++-- 5 files changed, 48 insertions(+), 5 deletions(-) create mode 100644 _service delete mode 100644 asymptote-2.67.src.tgz create mode 100644 asymptote-2.68.tar.xz diff --git a/_service b/_service new file mode 100644 index 0000000..e6f3fae --- /dev/null +++ b/_service @@ -0,0 +1,15 @@ + + + + git + https://github.com/vectorgraphics/asymptote + 2.68 + 2.68 + 2.68 + + + *.tar + xz + + + diff --git a/asymptote-2.67.src.tgz b/asymptote-2.67.src.tgz deleted file mode 100644 index 8f5a9da..0000000 --- a/asymptote-2.67.src.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a1e574b81140b3fc1f5be659468bf90a313255a5a548ddd9fd11d4155e72d9b -size 4668696 diff --git a/asymptote-2.68.tar.xz b/asymptote-2.68.tar.xz new file mode 100644 index 0000000..24b441a --- /dev/null +++ b/asymptote-2.68.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e667e52bc4a57627eeef4b926480610ced2e7fbb8f62ed3f5d854815eb7f846 +size 1600568 diff --git a/asymptote.changes b/asymptote.changes index 3f138fc..13aff13 100644 --- a/asymptote.changes +++ b/asymptote.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Dec 24 11:53:55 UTC 2020 - Jan Engelhardt + +- Update to release 2.68 + * Floating point exceptions in OpenGL libraries are now masked. + * A normalization used to render tubes was fixed. + * A Label align(Label,dir) function was added for aligning + label normals. + * A new settings.compress=true option controls PDF image + compression. + * A bool isometry(transform) function was added. + * The transpose function ignores uninitialized elements. + * Null fields are treated as undefined values in cvs mode and + in line mode. + * Uninitialized rendering variables were fixed. + * Logarithmic graphs of surfaces are supported. + * Files are opened without assuming an asy suffix. + * Support for Ghostscript 9.53 was implemented. + * The end argument of Margin functions is now optional. + * A function cputime().change.clock that returns the + high-resolution elapsed wall clock time was added. + * The centering of slides was fixed. + * Null characters and null strings are supported in the replace + function. + ------------------------------------------------------------------- Sun Aug 30 10:58:46 UTC 2020 - Atri Bhattacharya diff --git a/asymptote.spec b/asymptote.spec index cafa296..79e4f13 100644 --- a/asymptote.spec +++ b/asymptote.spec @@ -17,7 +17,7 @@ Name: asymptote -Version: 2.67 +Version: 2.68 Release: 0 Summary: 2D & 3D TeX-Aware vector graphics language License: LGPL-3.0-or-later @@ -25,7 +25,8 @@ Group: Productivity/Scientific/Math URL: https://asymptote.sf.net/ #Git-Clone: https://github.com/vectorgraphics/asymptote -Source: http://downloads.sf.net/asymptote/%name-%version.src.tgz +#Source: http://downloads.sf.net/asymptote/%name-%version.src.tgz +Source: %name-%version.tar.xz BuildRequires: bison BuildRequires: flex BuildRequires: gcc-c++ @@ -36,6 +37,7 @@ BuildRequires: texinfo BuildRequires: texlive-dvips-bin BuildRequires: texlive-kpathsea-bin BuildRequires: texlive-latex-bin-bin +BuildRequires: xz BuildRequires: pkgconfig(bdw-gc) BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(gl) @@ -62,6 +64,7 @@ for scientific text. rm -fv libatomic_ops-*.tar.gz gc-*.tar.gz %build +if ! -e configure; then autoreconf -fiv; fi %configure --with-docdir="%_docdir/%name" %make_build