This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a change to branch 3.2.1
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git.


 discard d59bd6c  Update package metadata
    omit ac4e680  Use --platform to select container arch at runtime
    omit 6c69bb2  Default to Erlang 23 + Debian 11
     add 7c7eb6d  feat: initial js68 support
     add 9387f4f  feat: add aarch64-rhel build support
     add 5869af0  chore: create rpm subfolder for js68
     add 54151f7  Default to Erlang 23 + Debian 11
     add 7f1e10a  Use --platform to select container arch at runtime
     new e313056  Backport configure fix to allow SM68 on ARM
     new 1c4c992  Update package metadata

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d59bd6c)
            \
             N -- N -- N   refs/heads/3.2.1 (1c4c992)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 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 +
 ...0001-Properly-test-for-SM60-on-ARM-builds.patch |  29 ++
 debian/patches/series                              |   1 +
 .../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 +-
 23 files changed, 803 insertions(+), 2 deletions(-)
 create mode 100644 
debian/patches/0001-Properly-test-for-SM60-on-ARM-builds.patch
 create mode 100644 debian/patches/series
 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

Reply via email to