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