From c3441547cb79943df12d0802adcbf80cd274f80586beb1b63500c81f7e096b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=98=D0=BD=D0=B4=D0=B8=D0=B3?= =?UTF-8?q?=D0=BE?= Date: Sat, 12 Jul 2025 20:49:00 +0300 Subject: [PATCH] - Updated to 1.3.7 * 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. --- mujs-remove-curl.patch | 15 --------------- mujs.changes | 4 ++-- mujs.spec | 1 - 3 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 mujs-remove-curl.patch diff --git a/mujs-remove-curl.patch b/mujs-remove-curl.patch deleted file mode 100644 index d800560..0000000 --- a/mujs-remove-curl.patch +++ /dev/null @@ -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 '\ $@ - --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 >$@ - diff --git a/mujs.changes b/mujs.changes index 72dc9f1..a5a191a 100644 --- a/mujs.changes +++ b/mujs.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- -Sat Jul 12 16:34:12 UTC 2025 - Илья Индиго +Sat Jul 12 17:43:38 UTC 2025 - Илья Индиго - 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. diff --git a/mujs.spec b/mujs.spec index e861173..349ea4c 100644 --- a/mujs.spec +++ b/mujs.spec @@ -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) -- 2.49.0