From ebe69e3e6931f0b59ab7e06545e587b09eb48ba5a8296996c53e0f73f62980b0 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 23:25:36 +0300 Subject: [PATCH] - Updated to 1.3.7 * Added ucd-16.0.0.tar.xz tarball with Unicode specifications. * 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.changes | 4 ++-- mujs.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mujs.changes b/mujs.changes index a5a191a..a479a09 100644 --- a/mujs.changes +++ b/mujs.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- -Sat Jul 12 17:43:38 UTC 2025 - Илья Индиго +Sat Jul 12 20:20:29 UTC 2025 - Илья Индиго - Updated to 1.3.7 - * Added ucd-16.0.0.tar.xz tarball with unicode instructions. + * Added ucd-16.0.0.tar.xz tarball with Unicode specifications. * 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 349ea4c..a48ba2c 100644 --- a/mujs.spec +++ b/mujs.spec @@ -47,10 +47,10 @@ This package provides the MuJS static library. %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects -%make_build CFLAGS="%{optflags}" +%make_build CFLAGS="%{optflags} -fPIC" %install -%make_install CFLAGS="%{optflags}" prefix="%{_prefix}" libdir="%{_libdir}" +%make_install CFLAGS="%{optflags} -fPIC" prefix="%{_prefix}" libdir="%{_libdir}" %files %license COPYING -- 2.49.0