This is an automated email from the ASF dual-hosted git repository.
kocolosk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git.
from 7a653fa Add bullseye to distributions
new 7c7eb6d feat: initial js68 support
new 9387f4f feat: add aarch64-rhel build support
new 5869af0 chore: create rpm subfolder for js68
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
Makefile | 13 +
.../SOURCES/Exclude-failing-tests-on-s390x.patch | 29 ++
...e-unused-LLVM-and-Rust-build-dependencies.patch | 72 +++++
...able_WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS.patch | 10 +
js68/rpm/SOURCES/build-icu-big-endian.patch | 12 +
js68/rpm/SOURCES/copy-headers.patch | 29 ++
js68/rpm/SOURCES/emitter.patch | 14 +
js68/rpm/SOURCES/emitter_test.patch | 27 ++
js68/rpm/SOURCES/fix-soname.patch | 25 ++
...s_data-Write-command-output-to-our-stderr.patch | 34 +++
...ata.py-Decouple-from-Mozilla-build-system.patch | 26 ++
js68/rpm/SOURCES/init_patch.patch | 13 +
js68/rpm/SOURCES/jstests_python-3.patch | 57 ++++
js68/rpm/SOURCES/sources | 1 +
js68/rpm/SOURCES/spidermonkey_checks_disable.patch | 10 +
.../spidermonkey_style_check_disable_s390x.patch | 11 +
js68/rpm/SOURCES/tests-increase-timeout.patch | 22 ++
js68/rpm/SPECS/js68.spec | 336 +++++++++++++++++++++
rpm/SOURCES/0001-build-with-sm68-on-aarch64.patch | 23 ++
rpm/SPECS/couchdb.spec.in | 10 +-
21 files changed, 773 insertions(+), 2 deletions(-)
create mode 100644 js68/rpm/SOURCES/Exclude-failing-tests-on-s390x.patch
create mode 100644
js68/rpm/SOURCES/Remove-unused-LLVM-and-Rust-build-dependencies.patch
create mode 100644
js68/rpm/SOURCES/armv7_disable_WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS.patch
create mode 100644 js68/rpm/SOURCES/build-icu-big-endian.patch
create mode 100644 js68/rpm/SOURCES/copy-headers.patch
create mode 100644 js68/rpm/SOURCES/emitter.patch
create mode 100644 js68/rpm/SOURCES/emitter_test.patch
create mode 100644 js68/rpm/SOURCES/fix-soname.patch
create mode 100644
js68/rpm/SOURCES/icu_sources_data-Write-command-output-to-our-stderr.patch
create mode 100644
js68/rpm/SOURCES/icu_sources_data.py-Decouple-from-Mozilla-build-system.patch
create mode 100644 js68/rpm/SOURCES/init_patch.patch
create mode 100644 js68/rpm/SOURCES/jstests_python-3.patch
create mode 100644 js68/rpm/SOURCES/sources
create mode 100644 js68/rpm/SOURCES/spidermonkey_checks_disable.patch
create mode 100644
js68/rpm/SOURCES/spidermonkey_style_check_disable_s390x.patch
create mode 100644 js68/rpm/SOURCES/tests-increase-timeout.patch
create mode 100644 js68/rpm/SPECS/js68.spec
create mode 100644 rpm/SOURCES/0001-build-with-sm68-on-aarch64.patch