automatic version update by autodist [release 102.10.0-1mamba;Tue Apr 11 2023]

This commit is contained in:
Automatic Build System 2024-01-06 07:16:03 +01:00
parent d0857c29e0
commit 88cae22a33

View File

@ -1,7 +1,7 @@
%define MAJver %(echo %version | cut -d. -f1)
%define majver %(echo %version | cut -d. -f1-2)
Name: mozjs102
Version: 102.9.0
Version: 102.10.0
Release: 1mamba
Summary: Mozilla stand-alone library implementing JavaScript 24
Group: System/Libraries
@ -67,18 +67,18 @@ This package contains libraries and header files for developing applications tha
#% setup -q -c -D -T
cd firefox-%{version}
#:<< _EOF
%patch0 -p1 -b .fix-soname
%patch4 -p1 -b .copy-headers
%patch 0 -p1 -b .fix-soname
%patch 4 -p1 -b .copy-headers
#%patch5 -p1 -b .tests-increase-timeout
%patch6 -p1 -b .icu_sources_data.py-Decouple-from-Mozilla-build-system
%patch7 -p1 -b .icu_sources_data-Write-command-output-to-our-stderr
%patch8 -p1 -b .emitter
%patch9 -p1 -b .tests-Use-native-TemporaryDirectory
%patch10 -p1 -b .init_patch
%patch11 -p1 -b .remove-sloppy-m4-detection-from-bundled-autoconf
%patch12 -p1 -b .spidermonkey_checks_disable
%patch 6 -p1 -b .icu_sources_data.py-Decouple-from-Mozilla-build-system
%patch 7 -p1 -b .icu_sources_data-Write-command-output-to-our-stderr
%patch 8 -p1 -b .emitter
%patch 9 -p1 -b .tests-Use-native-TemporaryDirectory
%patch 10 -p1 -b .init_patch
%patch 11 -p1 -b .remove-sloppy-m4-detection-from-bundled-autoconf
%patch 12 -p1 -b .spidermonkey_checks_disable
%ifarch %{ix86} arm
%patch13 -p1 -b .x86-double_t-fix
%patch 13 -p1 -b .x86-double_t-fix
%endif
%build
@ -176,6 +176,9 @@ ln -s libmozjs-%{MAJver}.so.0 %{buildroot}%{_libdir}/libmozjs-%{MAJver}.so
%{_libdir}/pkgconfig/mozjs-%{MAJver}.pc
%changelog
* Tue Apr 11 2023 Automatic Build System <autodist@mambasoft.it> 102.10.0-1mamba
- automatic version update by autodist
* Tue Mar 14 2023 Automatic Build System <autodist@mambasoft.it> 102.9.0-1mamba
- automatic version update by autodist