forked from pool/mujs
- Updated to 1.3.7 #2
@@ -1,15 +0,0 @@
|
||||
diff -Pdpru mujs-1.3.7.orig/Makefile mujs-1.3.7/Makefile
|
||||
--- mujs-1.3.7.orig/Makefile 2025-06-23 15:15:36.000000000 +0300
|
||||
+++ mujs-1.3.7/Makefile 2025-07-12 17:45:36.932644992 +0300
|
||||
@@ -72,11 +72,6 @@ astnames.h: jsi.h
|
||||
opnames.h: jsi.h
|
||||
grep -E '\<OP_' jsi.h | sed 's/^[^A-Z]*OP_/"/;s/,.*/",/' | tr A-Z a-z > $@
|
||||
|
||||
-UnicodeData.txt:
|
||||
- curl -s -o $@ https://www.unicode.org/Public/16.0.0/ucd/UnicodeData.txt
|
||||
-SpecialCasing.txt:
|
||||
- curl -s -o $@ https://www.unicode.org/Public/16.0.0/ucd/SpecialCasing.txt
|
||||
-
|
||||
utfdata.h: genucd.py UnicodeData.txt SpecialCasing.txt
|
||||
python3 genucd.py UnicodeData.txt SpecialCasing.txt >$@
|
||||
|
@@ -1,8 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 12 16:34:12 UTC 2025 - Илья Индиго <ilya@ilya.top>
|
||||
Sat Jul 12 17:43:38 UTC 2025 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
- Updated to 1.3.7
|
||||
* Added ucd-16.0.0.tar.xz and mujs-remove-curl.patch.
|
||||
* Added ucd-16.0.0.tar.xz tarball with unicode instructions.
|
||||
* https://github.com/ccxvii/mujs/compare/1.3.5...1.3.7
|
||||
* Updated character tables to Unicode 16.
|
||||
* Used more common "stack" property for error stack trace.
|
||||
|
@@ -27,7 +27,6 @@ URL: https://github.com/ccxvii/%{name}
|
||||
Source0: https://github.com/ccxvii/%{name}/archive/refs/tags/%{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"
|
||||
Source1: ucd-%{ucd_ver}.tar.xz
|
||||
Patch0: %{name}-remove-curl.patch
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3
|
||||
BuildRequires: pkgconfig(readline)
|
||||
|
Reference in New Issue
Block a user