1
0
forked from pool/asymptote

- Update to release 2.68

OBS-URL: https://build.opensuse.org/package/show/science/asymptote?expand=0&rev=7
This commit is contained in:
Jan Engelhardt 2020-12-24 12:02:45 +00:00 committed by Git OBS Bridge
parent 56ec9d521d
commit c79b49154c
5 changed files with 48 additions and 5 deletions

15
_service Normal file
View File

@ -0,0 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<!-- official .src.tar.gz contains an old copy of gc-8.0.4 with an old license declaration -->
<param name="scm">git</param>
<param name="url">https://github.com/vectorgraphics/asymptote</param>
<param name="revision">2.68</param>
<param name="parent-tag">2.68</param>
<param name="versionformat">2.68</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a1e574b81140b3fc1f5be659468bf90a313255a5a548ddd9fd11d4155e72d9b
size 4668696

3
asymptote-2.68.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e667e52bc4a57627eeef4b926480610ced2e7fbb8f62ed3f5d854815eb7f846
size 1600568

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Dec 24 11:53:55 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- 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 <badshah400@gmail.com> Sun Aug 30 10:58:46 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -17,7 +17,7 @@
Name: asymptote Name: asymptote
Version: 2.67 Version: 2.68
Release: 0 Release: 0
Summary: 2D & 3D TeX-Aware vector graphics language Summary: 2D & 3D TeX-Aware vector graphics language
License: LGPL-3.0-or-later License: LGPL-3.0-or-later
@ -25,7 +25,8 @@ Group: Productivity/Scientific/Math
URL: https://asymptote.sf.net/ URL: https://asymptote.sf.net/
#Git-Clone: https://github.com/vectorgraphics/asymptote #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: bison
BuildRequires: flex BuildRequires: flex
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -36,6 +37,7 @@ BuildRequires: texinfo
BuildRequires: texlive-dvips-bin BuildRequires: texlive-dvips-bin
BuildRequires: texlive-kpathsea-bin BuildRequires: texlive-kpathsea-bin
BuildRequires: texlive-latex-bin-bin BuildRequires: texlive-latex-bin-bin
BuildRequires: xz
BuildRequires: pkgconfig(bdw-gc) BuildRequires: pkgconfig(bdw-gc)
BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(fftw3)
BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(gl)
@ -62,6 +64,7 @@ for scientific text.
rm -fv libatomic_ops-*.tar.gz gc-*.tar.gz rm -fv libatomic_ops-*.tar.gz gc-*.tar.gz
%build %build
if ! -e configure; then autoreconf -fiv; fi
%configure --with-docdir="%_docdir/%name" %configure --with-docdir="%_docdir/%name"
%make_build %make_build