forked from pool/mujs
Compare commits
2 Commits
c3441547cb
...
453a098b8f
Author | SHA256 | Date | |
---|---|---|---|
453a098b8f | |||
ebe69e3e69 |
@@ -1,8 +1,13 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 12 17:43:38 UTC 2025 - Илья Индиго <ilya@ilya.top>
|
Mon Jul 28 13:28:10 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||||||
|
|
||||||
|
- Update license to ISC
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 12 20:20:29 UTC 2025 - Илья Индиго <ilya@ilya.top>
|
||||||
|
|
||||||
- Updated to 1.3.7
|
- 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
|
* https://github.com/ccxvii/mujs/compare/1.3.5...1.3.7
|
||||||
* Updated character tables to Unicode 16.
|
* Updated character tables to Unicode 16.
|
||||||
* Used more common "stack" property for error stack trace.
|
* Used more common "stack" property for error stack trace.
|
||||||
|
@@ -21,7 +21,7 @@ Name: mujs
|
|||||||
Version: 1.3.7
|
Version: 1.3.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An embeddable Javascript interpreter
|
Summary: An embeddable Javascript interpreter
|
||||||
License: AGPL-3.0-or-later
|
License: ISC
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
URL: https://github.com/ccxvii/%{name}
|
URL: https://github.com/ccxvii/%{name}
|
||||||
Source0: https://github.com/ccxvii/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/ccxvii/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
@@ -47,10 +47,10 @@ This package provides the MuJS static library.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||||
%make_build CFLAGS="%{optflags}"
|
%make_build CFLAGS="%{optflags} -fPIC"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install CFLAGS="%{optflags}" prefix="%{_prefix}" libdir="%{_libdir}"
|
%make_install CFLAGS="%{optflags} -fPIC" prefix="%{_prefix}" libdir="%{_libdir}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Reference in New Issue
Block a user