Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package matrix-quaternion for openSUSE:Factory checked in at 2021-01-15 19:46:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matrix-quaternion (Old) and /work/SRC/openSUSE:Factory/.matrix-quaternion.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matrix-quaternion" Fri Jan 15 19:46:46 2021 rev:5 rq:863258 version:0.0.9.4f Changes: -------- --- /work/SRC/openSUSE:Factory/matrix-quaternion/matrix-quaternion.changes 2020-04-02 17:43:10.109387342 +0200 +++ /work/SRC/openSUSE:Factory/.matrix-quaternion.new.28504/matrix-quaternion.changes 2021-01-15 19:47:29.266134328 +0100 @@ -1,0 +2,12 @@ +Fri Jan 15 08:44:55 UTC 2021 - ecsos <ec...@opensuse.org> + +- Update to 0.0.9.4f + This is a rebuild of exactly the same code as 0.0.9.4e to package + newer Qt (5.14) and move away from the dependency on no more + supported OpenSSL 1.0. Users on macOS are not affected, as the + newer Qt has already been used to build 0.0.9.4e. Linux users are + strongly encouraged to use distributions with Qt 5.12 and newer + or otherwise ensure they are not sitting on the same outdated + OpenSSL dependency. + +------------------------------------------------------------------- Old: ---- matrix-quaternion-0.0.9.4e.tar.gz New: ---- matrix-quaternion-0.0.9.4f.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matrix-quaternion.spec ++++++ --- /var/tmp/diff_new_pack.tIRnA2/_old 2021-01-15 19:47:29.966135370 +0100 +++ /var/tmp/diff_new_pack.tIRnA2/_new 2021-01-15 19:47:29.970135376 +0100 @@ -1,7 +1,7 @@ # # spec file for package matrix-quaternion # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: matrix-quaternion -Version: 0.0.9.4e +Version: 0.0.9.4f Release: 0 Summary: QT Matrix client License: GPL-3.0-only ++++++ matrix-quaternion-0.0.9.4e.tar.gz -> matrix-quaternion-0.0.9.4f.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Quaternion-0.0.9.4e/.appveyor.yml new/Quaternion-0.0.9.4f/.appveyor.yml --- old/Quaternion-0.0.9.4e/.appveyor.yml 2020-04-01 20:43:46.000000000 +0200 +++ new/Quaternion-0.0.9.4f/.appveyor.yml 2021-01-13 18:41:39.000000000 +0100 @@ -1,38 +1,38 @@ -image: Visual Studio 2015 +image: Visual Studio 2019 environment: + CMAKE_ARGS: '-G "NMake Makefiles JOM" -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo' matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - QTDIR: C:\Qt\5.11\msvc2017_64 - VCVARS: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvars64.bat" + - QTDIR: C:\Qt\5.14\msvc2017_64 PLATFORM: - VER_SUFFIX: win64 - - QTDIR: C:\Qt\5.11\msvc2015 - VCVARS: "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat" + PLAT_SUFFIX: '64' + - QTDIR: C:\Qt\5.14\msvc2017 PLATFORM: x86 - VER_SUFFIX: win32 + PLAT_SUFFIX: '32' init: - call "%QTDIR%\bin\qtenv2.bat" - set PATH=C:\Qt\Tools\QtCreator\bin;%PATH% -- call "%VCVARS%" %PLATFORM% +- call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvars%PLAT_SUFFIX%.bat" %PLATFORM% - cd /D "%APPVEYOR_BUILD_FOLDER%" before_build: -- if defined APPVEYOR_REPO_TAG_NAME (set VERSION=%APPVEYOR_REPO_TAG_NAME%) else for /F %%I in ('git rev-list --count HEAD') do set VERSION=git%%I +- if %APPVEYOR_REPO_TAG% == true (set VERSION=%APPVEYOR_REPO_TAG_NAME%) else for /F %%I in ('git rev-list --count HEAD') do set VERSION=git%%I - set DEPLOY_DIR=Quaternion-%VERSION% - git submodule update --init --recursive -- cmake -LA -G "NMake Makefiles JOM" -H. -Bbuild -DCMAKE_CXX_FLAGS="/EHsc /W3" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="%DEPLOY_DIR%" -DUSE_INTREE_LIBQMC=1 -DDEPLOY_VERBOSITY=%DEPLOY_VERBOSITY% +- git clone https://github.com/frankosterfeld/qtkeychain.git +- cmake %CMAKE_ARGS% -Hqtkeychain -Bbuild/qtkeychain -DQTKEYCHAIN_STATIC=ON -DCMAKE_INSTALL_PREFIX=install +- cmake --build build/qtkeychain --target install build_script: -- cmake --build build +- cmake %CMAKE_ARGS% -LA -H. -Bbuild -DCMAKE_INSTALL_PREFIX="%DEPLOY_DIR%" -DUSE_INTREE_LIBQMC=1 -DQt5Keychain_FOUND=TRUE -DQt5Keychain_DIR="install/lib/cmake/Qt5Keychain" -DDEPLOY_VERBOSITY=%DEPLOY_VERBOSITY% +- cmake --build build --target install after_build: -- cmake --build build --target install - cd "%DEPLOY_DIR%" - rmdir /S /Q bearer qmltooling - cd .. -- 7z a quaternion-%VERSION%-%VER_SUFFIX%.zip "%DEPLOY_DIR%" +- 7z a quaternion-%VERSION%-win%PLAT_SUFFIX%.zip "%DEPLOY_DIR%" # Uncomment this to connect to the AppVeyor build worker #on_finish: @@ -52,4 +52,5 @@ name: Bintray version: "%VERSION%" on: - branch: master + APPVEYOR_REPO_TAG: false + branch: 0.0.9.4-rebuilds