From 88cae22a33c71eaefce6991b45c0e4c7bd92a78d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:16:03 +0100 Subject: [PATCH] automatic version update by autodist [release 102.10.0-1mamba;Tue Apr 11 2023] --- mozjs102.spec | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/mozjs102.spec b/mozjs102.spec index eb777dc..c691e56 100644 --- a/mozjs102.spec +++ b/mozjs102.spec @@ -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 102.10.0-1mamba +- automatic version update by autodist + * Tue Mar 14 2023 Automatic Build System 102.9.0-1mamba - automatic version update by autodist