diff -Nru libquentier-0.5.0/debian/changelog libquentier-0.5.0/debian/changelog --- libquentier-0.5.0/debian/changelog 2023-04-10 12:47:08.000000000 +0000 +++ libquentier-0.5.0/debian/changelog 2023-05-30 19:02:54.000000000 +0000 @@ -1,8 +1,8 @@ -libquentier (0.5.0-1~ppa~quentier~202304101247~ubuntu22.10.1) kinetic; urgency=low +libquentier (0.5.0-1~ppa~quentier~202305301902~ubuntu22.10.1) kinetic; urgency=low * Auto build. - -- Dmitry Ivanov Mon, 10 Apr 2023 12:47:08 +0000 + -- Dmitry Ivanov Tue, 30 May 2023 19:02:54 +0000 libquentier (0.5.0-1) unstable; urgency=medium diff -Nru libquentier-0.5.0/debian/git-build-recipe.manifest libquentier-0.5.0/debian/git-build-recipe.manifest --- libquentier-0.5.0/debian/git-build-recipe.manifest 2023-04-10 12:47:08.000000000 +0000 +++ libquentier-0.5.0/debian/git-build-recipe.manifest 2023-05-30 19:02:54.000000000 +0000 @@ -1,3 +1,3 @@ -# git-build-recipe format 0.4 deb-version {debversion}~ppa~quentier~202304101247 -lp:libquentier-mirror git-commit:5b0a52e7398f4b67afbb31e1d272f1847a15e2ba +# git-build-recipe format 0.4 deb-version {debversion}~ppa~quentier~202305301902 +lp:libquentier-mirror git-commit:495d7371b87aaac72600118215fd8373df22312a nest-part packaging lp:quentier-deb-packaging libquentier/unstable/since_bionic/debian debian git-commit:bbe2c68d125012e7722f05706d4940708c7e3e17 diff -Nru libquentier-0.5.0/.github/workflows/build_and_deploy.yml libquentier-0.5.0/.github/workflows/build_and_deploy.yml --- libquentier-0.5.0/.github/workflows/build_and_deploy.yml 2023-04-10 12:46:32.000000000 +0000 +++ libquentier-0.5.0/.github/workflows/build_and_deploy.yml 2023-05-30 19:01:49.000000000 +0000 @@ -895,7 +895,7 @@ - name: Cache OpenSSL x86 id: cache_openssl_x86 env: - OPENSSL_CACHE_VERSION: '4' + OPENSSL_CACHE_VERSION: '5' uses: actions/cache@v3 with: path: '${{ runner.workspace }}/openssl_win_x86' @@ -909,9 +909,9 @@ run: | if not exist %RUNNER_WORKSPACE%\openssl_win_x86 (set DOWNLOAD_OPENSSL=1) else (set DOWNLOAD_OPENSSL=0) if %DOWNLOAD_OPENSSL%==1 mkdir %RUNNER_WORKSPACE%\openssl_win_x86 - if %DOWNLOAD_OPENSSL%==1 curl -fsSL https://github.com/d1vanov/quentier-dependencies-windows/releases/download/continuous/openssl-1_1_1t-msvc2019_x86.zip -o %RUNNER_WORKSPACE%\openssl_win_x86\openssl-1_1_1t-msvc2019_x86.zip + if %DOWNLOAD_OPENSSL%==1 curl -fsSL https://github.com/d1vanov/quentier-dependencies-windows/releases/download/continuous/openssl-1_1_1u-msvc2019_x86.zip -o %RUNNER_WORKSPACE%\openssl_win_x86\openssl-1_1_1u-msvc2019_x86.zip if %DOWNLOAD_OPENSSL%==1 cd %RUNNER_WORKSPACE%\openssl_win_x86 - if %DOWNLOAD_OPENSSL%==1 7z x openssl-1_1_1t-msvc2019_x86.zip + if %DOWNLOAD_OPENSSL%==1 7z x openssl-1_1_1u-msvc2019_x86.zip shell: cmd if: ${{ matrix.target_arch == 'x86' }} @@ -1134,7 +1134,7 @@ - name: Cache OpenSSL x64 id: cache_openssl_x64 env: - OPENSSL_CACHE_VERSION: '4' + OPENSSL_CACHE_VERSION: '5' uses: actions/cache@v3 with: path: '${{ runner.workspace }}/openssl_win_x64' @@ -1148,9 +1148,9 @@ run: | if not exist %RUNNER_WORKSPACE%\openssl_win_x64 (set DOWNLOAD_OPENSSL=1) else (set DOWNLOAD_OPENSSL=0) if %DOWNLOAD_OPENSSL%==1 mkdir %RUNNER_WORKSPACE%\openssl_win_x64 - if %DOWNLOAD_OPENSSL%==1 curl -fsSL https://github.com/d1vanov/quentier-dependencies-windows/releases/download/continuous/openssl-1_1_1t-msvc2019_x64.zip -o %RUNNER_WORKSPACE%\openssl_win_x64\openssl-1_1_1t-msvc2019_x64.zip + if %DOWNLOAD_OPENSSL%==1 curl -fsSL https://github.com/d1vanov/quentier-dependencies-windows/releases/download/continuous/openssl-1_1_1u-msvc2019_x64.zip -o %RUNNER_WORKSPACE%\openssl_win_x64\openssl-1_1_1u-msvc2019_x64.zip if %DOWNLOAD_OPENSSL%==1 cd %RUNNER_WORKSPACE%\openssl_win_x64 - if %DOWNLOAD_OPENSSL%==1 7z x openssl-1_1_1t-msvc2019_x64.zip + if %DOWNLOAD_OPENSSL%==1 7z x openssl-1_1_1u-msvc2019_x64.zip shell: cmd if: ${{ matrix.target_arch == 'x64' }} @@ -1261,7 +1261,7 @@ cd %GITHUB_WORKSPACE% md build cd build - cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="%GITHUB_WORKSPACE%\build\installdir" -DCMAKE_PREFIX_PATH="%CMAKE_PREFIX_PATH%" -DQEverCloud-qt5_DIR="%QEVERCLOUD_DIR%\CMake" -DBOOST_ROOT="%RUNNER_WORKSPACE%\boost\boost_1_77_0" -DTIDY_HTML5_ROOT="%RUNNER_WORKSPACE%\tidy_html5_win_x86" .. + cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="%GITHUB_WORKSPACE%\build\installdir" -DCMAKE_PREFIX_PATH="%CMAKE_PREFIX_PATH%" -DQEverCloud-qt5_DIR="%QEVERCLOUD_DIR%\CMake" -DBOOST_ROOT="%RUNNER_WORKSPACE%\boost\boost_1_77_0" -DTIDY_HTML5_ROOT="%RUNNER_WORKSPACE%\tidy_html5_win_x86" -DOPENSSL_ROOT_DIR=%RUNNER_WORKSPACE%\openssl_win_x86 .. cmake --build . --target all cmake --build . --target lupdate cmake --build . --target lrelease @@ -1309,7 +1309,7 @@ cd %GITHUB_WORKSPACE% md build cd build - cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="%GITHUB_WORKSPACE%\build\installdir" -DCMAKE_PREFIX_PATH="%CMAKE_PREFIX_PATH%" -DQEverCloud-qt5_DIR="%QEVERCLOUD_DIR%\CMake" -DBOOST_ROOT="%RUNNER_WORKSPACE%\boost\boost_1_77_0" -DTIDY_HTML5_ROOT="%RUNNER_WORKSPACE%\tidy_html5_win_x64" .. + cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="%GITHUB_WORKSPACE%\build\installdir" -DCMAKE_PREFIX_PATH="%CMAKE_PREFIX_PATH%" -DQEverCloud-qt5_DIR="%QEVERCLOUD_DIR%\CMake" -DBOOST_ROOT="%RUNNER_WORKSPACE%\boost\boost_1_77_0" -DTIDY_HTML5_ROOT="%RUNNER_WORKSPACE%\tidy_html5_win_x64" -DOPENSSL_ROOT_DIR=%RUNNER_WORKSPACE%\openssl_win_x64 .. cmake --build . --target all cmake --build . --target lupdate cmake --build . --target lrelease