!16 upgrade to version 1.3.3
From: @weigangli Reviewed-by: @weidongkl Signed-off-by: @weidongkl
This commit is contained in:
commit
18c70d393a
Binary file not shown.
BIN
mujs-1.3.3.tar.gz
Normal file
BIN
mujs-1.3.3.tar.gz
Normal file
Binary file not shown.
12
mujs.spec
12
mujs.spec
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user