upgrade to version 1.3.3

This commit is contained in:
leeffo 2023-09-21 15:06:39 +08:00
parent 7eeb4d3ab8
commit 4ce9125847
3 changed files with 8 additions and 4 deletions

Binary file not shown.

BIN
mujs-1.3.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: mujs
Version: 1.3.2
Version: 1.3.3
Release: 1
Summary: An embeddable Javascript interpreter
License: ISC
@ -33,16 +33,16 @@ chmod a-x -v docs/*
%build
make debug %{?_smp_mflags} XCFLAGS="%{optflags} -fPIC" LDFLAGS="%{?__global_ldflags}"
%make_build release CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}"
%install
make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}" \
XCFLAGS="%{optflags} -fPIC" LDFLAGS="%{?__global_ldflags}"
%make_install prefix="%{_prefix}" libdir="%{_libdir}" CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}"
%files
%license COPYING
%doc AUTHORS README docs
%{_bindir}/%{name}
%{_bindir}/%{name}-pp
%files devel
%license COPYING
@ -52,6 +52,10 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}" \
%{_libdir}/lib%{name}.a
%changelog
* Thu Sep 21 2023 leeffo <liweiganga@uniontech.com> - 1.3.3-1
- upstream to 1.3.3
- migrated to SPDX license
* Tue Feb 21 2023 liweiganga <liweiganga@uniontech.com> - 1.3.2-1
- upstream to 1.3.2
- fix CVE-2022-44789