SHA256
1
0
forked from javascript/mujs

2 Commits
main ... main

Author SHA256 Message Date
456d3604b9 1.3.8 2026-02-13 16:59:40 -05:00
453a098b8f Update license to ICS 2025-07-28 15:29:03 +02:00
4 changed files with 24 additions and 9 deletions

Binary file not shown.

BIN
mujs-1.3.8.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Feb 13 21:55:15 UTC 2026 - Avindra Goolcharan <avindra@opensuse.org>
- Update to 1.3.8
* Improve Error.stack and restore Error.stackTrace
* Add rudimentary runtime limit checks: Set a hard limit on
number of instructions executed and/or number of of bytes
allocated.
- update urls to codeberg and new website
-------------------------------------------------------------------
Mon Jul 28 13:28:10 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
- Update license to ISC
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 12 20:20:29 UTC 2025 - Илья Индиго <ilya@ilya.top> Sat Jul 12 20:20:29 UTC 2025 - Илья Индиго <ilya@ilya.top>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package mujs # spec file for package mujs
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%define ucd_ver 16.0.0 %define ucd_ver 16.0.0
Name: mujs Name: mujs
Version: 1.3.7 Version: 1.3.8
Release: 0 Release: 0
Summary: An embeddable Javascript interpreter Summary: An embeddable Javascript interpreter
License: AGPL-3.0-or-later License: ISC
Group: Development/Languages/C and C++ Group: Development/Languages/C and C++
URL: https://github.com/ccxvii/%{name} URL: https://mujs.com/
Source0: https://github.com/ccxvii/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://codeberg.org/ccxvii/mujs/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
# v=16.0.0 && u=https://www.unicode.org/Public/$v/ucd && f1=SpecialCasing.txt && f2=UnicodeData.txt && f=ucd-$v.tar.xz && cd /tmp && curl -O $u/$f1 -O $u/$f2 && tar c --remove-files "$f1" "$f2" | xz -9e > "$f" # v=16.0.0 && u=https://www.unicode.org/Public/$v/ucd && f1=SpecialCasing.txt && f2=UnicodeData.txt && f=ucd-$v.tar.xz && cd /tmp && curl -O $u/$f1 -O $u/$f2 && tar c --remove-files "$f1" "$f2" | xz -9e > "$f"
Source1: ucd-%{ucd_ver}.tar.xz Source1: ucd-%{ucd_ver}.tar.xz
BuildRequires: pkgconfig BuildRequires: pkgconfig
@@ -43,7 +43,7 @@ Provides: %{name}-static = %{version}
This package provides the MuJS static library. This package provides the MuJS static library.
%prep %prep
%autosetup -p1 -a1 %autosetup -p1 -a1 -n %{name}
%build %build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %global _lto_cflags %{_lto_cflags} -ffat-lto-objects