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)