automatic version update by autodist [release 102.4.0-1mamba;Tue Oct 18 2022]

This commit is contained in:
Automatic Build System 2024-01-06 07:15:21 +01:00
parent 52a5f70df3
commit 9ee816bfa9

View File

@ -1,7 +1,7 @@
%define MAJver %(echo %version | cut -d. -f1) %define MAJver %(echo %version | cut -d. -f1)
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: mozjs102 Name: mozjs102
Version: 102.3.0 Version: 102.4.0
Release: 1mamba Release: 1mamba
Summary: Mozilla stand-alone library implementing JavaScript 24 Summary: Mozilla stand-alone library implementing JavaScript 24
Group: System/Libraries Group: System/Libraries
@ -120,7 +120,7 @@ sed -i "s|armv4t|arm|" ../../build/moz.configure/rust.configure
--host=i686-unknown-linux-gnu \ --host=i686-unknown-linux-gnu \
%endif %endif
%ifarch arm %ifarch arm
--host=arm-unknown-linux-gnueabi \ --host=armv5te-unknown-linux-gnueabi \
%endif %endif
--with-system-icu \ --with-system-icu \
--with-system-zlib \ --with-system-zlib \
@ -176,6 +176,9 @@ ln -s libmozjs-%{MAJver}.so.0 %{buildroot}%{_libdir}/libmozjs-%{MAJver}.so
%{_libdir}/pkgconfig/mozjs-%{MAJver}.pc %{_libdir}/pkgconfig/mozjs-%{MAJver}.pc
%changelog %changelog
* Tue Oct 18 2022 Automatic Build System <autodist@mambasoft.it> 102.4.0-1mamba
- automatic version update by autodist
* Sat Oct 01 2022 Automatic Build System <autodist@mambasoft.it> 102.3.0-1mamba * Sat Oct 01 2022 Automatic Build System <autodist@mambasoft.it> 102.3.0-1mamba
- automatic version update by autodist - automatic version update by autodist