janet: update to 1.9.1.

This commit is contained in:
Leah Neukirchen 2020-05-12 20:22:14 +02:00
parent 6bd8c8861f
commit 4cc4420191
3 changed files with 3 additions and 12 deletions

View file

@ -3848,7 +3848,7 @@ libcaribou.so.0 libcaribou-0.4.21_3
libtinyclipboard.so.1 tinyclipboard-16.01_1
libcbor.so.0.7 libcbor-0.7.0_1
libfido2.so.1 libfido2-1.3.0_1
libjanet.so.1.8 janet-1.8.0_1
libjanet.so.1.9 janet-1.9.0_1
libOpenImageDenoise.so.0 openimagedenoise-1.1.0_1
libcbang0.so cbang-1.3.3_1
libblosc.so.1 c-blosc-1.17.1_1

View file

@ -1,14 +1,5 @@
--- a/meson.build.orig
+++ b/meson.build
@@ -167,6 +167,8 @@
libjanet = library('janet', janetc,
include_directories : incdir,
dependencies : [m_dep, dl_dep, thread_dep],
+ version: meson.project_version(),
+ soversion: version_parts[0] + '.' + version_parts[1],
install : true)
# Extra c flags - adding -fvisibility=hidden matches the Makefile and
@@ -184,8 +186,9 @@
extra_cross_cflags = []
endif

View file

@ -1,6 +1,6 @@
# Template file for 'janet'
pkgname=janet
version=1.8.1
version=1.9.1
revision=1
build_style=meson
short_desc="Dynamic Lisp dialect and bytecode VM"
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://janet-lang.org/"
distfiles="https://github.com/janet-lang/janet/archive/v${version}.tar.gz"
checksum=0f3ee438fb159d3081b38506e51df6406b355eb241c662ca1a3529dac0140b92
checksum=02724d6074a0d6fa53a548e8bdaaf49999f082e30b277c73444900f739a53062
patch_args="-Np1"
post_install() {