- Update to release 2.70

OBS-URL: https://build.opensuse.org/package/show/science/asymptote?expand=0&rev=10
This commit is contained in:
Jan Engelhardt 2021-05-07 13:26:04 +00:00 committed by Git OBS Bridge
parent c9b6270076
commit a7b1626c2b
5 changed files with 12 additions and 21 deletions

3
2.70.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d706813a435c0c9d540e5521191774446fd11d1dc8cc0cd2ab03cd51cb56aab
size 2216339

View File

@ -1,15 +0,0 @@
<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:6e667e52bc4a57627eeef4b926480610ced2e7fbb8f62ed3f5d854815eb7f846
size 1600568

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 7 13:24:15 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.70
* Fix segmentation fault in subpath3
* Make Gouraud image respect x and y picture scaling
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 24 11:53:55 UTC 2020 - Jan Engelhardt <jengelh@inai.de> Thu Dec 24 11:53:55 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: asymptote Name: asymptote
Version: 2.68 Version: 2.70
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,8 +25,7 @@ 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: https://github.com/vectorgraphics/asymptote/archive/refs/tags/%version.tar.gz
Source: %name-%version.tar.xz
BuildRequires: automake BuildRequires: automake
BuildRequires: bison BuildRequires: bison
BuildRequires: flex BuildRequires: flex