!16 upgrade to version 1.3.3

From: @weigangli 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
This commit is contained in:
openeuler-ci-bot 2023-10-07 07:12:12 +00:00 committed by Gitee
commit 18c70d393a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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