SHA256
7
0
forked from pool/mujs

- Updated to 1.3.7 #3

Merged
13ilya merged 1 commits from :main into main 2025-07-12 22:27:55 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
-------------------------------------------------------------------
Sat Jul 12 17:43:38 UTC 2025 - Илья Индиго <ilya@ilya.top>
Sat Jul 12 20:20:29 UTC 2025 - Илья Индиго <ilya@ilya.top>
- 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.

View File

@@ -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