File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,14 @@ Check-list OpenJPEG Release
1515* update OPJ_LATEST_VERSION in abi-check.sh, uncomment and update OPJ_PREVIOUS_VERSION in abi-check.sh, and push
1616* locally run: OPJ_CI_ABI_CHECK=1 ./tools/travis-ci/abi-check.sh
1717* cd ~/abi-check/work/abi-check/
18- * put the sources of the new version in src/openjpeg/2.X.0 /version.-2.X.0 .tar.gz
19- * PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-monitor -v 2.X.0 -build ./openjpeg.json
18+ * put the sources of the new version in src/openjpeg/2.5.1 /version.-2.5.1 .tar.gz
19+ * PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-monitor -v 2.5.1 -build ./openjpeg.json
2020* PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-tracker -build ./openjpeg.json
2121* rm -rf src/openjpeg/current
2222* rm -rf build_logs
23+ * Remove symbolic links: rm -f installed/openjpeg/2.5.1/lib/libopenjp2.so installed/openjpeg/2.5.1/lib/libopenjp2.so.7
2324* git add --all .
24- * git commit -m "Update ABI/API compatibility reports after 2.X.0 release"
25+ * git commit -m "Update ABI/API compatibility reports after 2.5.1 release"
2526* git push
2627* cd ~/openjpeg/openjpeg
2728* comment back OPJ_PREVIOUS_VERSION and push
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
2424fi
2525
2626OPJ_UPLOAD_ABI_REPORT=0
27- OPJ_PREVIOUS_VERSION=" 2.5.0"
27+ # OPJ_PREVIOUS_VERSION="2.5.0"
2828OPJ_LATEST_VERSION=" 2.5.1"
2929if [ " ${OPJ_PREVIOUS_VERSION:- } " != " " ]; then
3030 OPJ_LIMIT_ABI_BUILDS=" -limit 3"
You can’t perform that action at this time.
0 commit comments