diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2024-02-26 15:34:07 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2024-02-26 15:34:07 +0100 |
| commit | 86a1b0dd043cda945f5bdd6b8ea71ae3dbaf07e3 (patch) | |
| tree | dab918c0cf45f3a45588e95e27f435ac029d6675 | |
| parent | 13789f65b4f9217a377bd1c379ea00909d39ec04 (diff) | |
abi_check.sh: comment OPJ_PREVIOUS_VERSION
| -rw-r--r-- | HOWTO-RELEASE | 7 | ||||
| -rwxr-xr-x | tools/travis-ci/abi-check.sh | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE index 74c3b57f..6922f726 100644 --- a/HOWTO-RELEASE +++ b/HOWTO-RELEASE @@ -15,13 +15,14 @@ Check-list OpenJPEG Release * update OPJ_LATEST_VERSION in abi-check.sh, uncomment and update OPJ_PREVIOUS_VERSION in abi-check.sh, and push * locally run: OPJ_CI_ABI_CHECK=1 ./tools/travis-ci/abi-check.sh * cd ~/abi-check/work/abi-check/ -* put the sources of the new version in src/openjpeg/2.X.0/version.-2.X.0.tar.gz -* PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-monitor -v 2.X.0 -build ./openjpeg.json +* put the sources of the new version in src/openjpeg/2.5.1/version.-2.5.1.tar.gz +* PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-monitor -v 2.5.1 -build ./openjpeg.json * PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-tracker -build ./openjpeg.json * rm -rf src/openjpeg/current * rm -rf build_logs +* Remove symbolic links: rm -f installed/openjpeg/2.5.1/lib/libopenjp2.so installed/openjpeg/2.5.1/lib/libopenjp2.so.7 * git add --all . -* git commit -m "Update ABI/API compatibility reports after 2.X.0 release" +* git commit -m "Update ABI/API compatibility reports after 2.5.1 release" * git push * cd ~/openjpeg/openjpeg * comment back OPJ_PREVIOUS_VERSION and push diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh index faefa0cc..154fb290 100755 --- a/tools/travis-ci/abi-check.sh +++ b/tools/travis-ci/abi-check.sh @@ -24,7 +24,7 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then fi OPJ_UPLOAD_ABI_REPORT=0 -OPJ_PREVIOUS_VERSION="2.5.0" +#OPJ_PREVIOUS_VERSION="2.5.0" OPJ_LATEST_VERSION="2.5.1" if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then OPJ_LIMIT_ABI_BUILDS="-limit 3" |
