Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deepin-manual for openSUSE:Factory checked in at 2022-04-22 21:53:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-manual (Old) and /work/SRC/openSUSE:Factory/.deepin-manual.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-manual" Fri Apr 22 21:53:47 2022 rev:4 rq:971786 version:5.8.5 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-manual/deepin-manual.changes 2022-02-07 23:39:02.470054116 +0100 +++ /work/SRC/openSUSE:Factory/.deepin-manual.new.1538/deepin-manual.changes 2022-04-22 21:54:39.590833726 +0200 @@ -1,0 +2,7 @@ +Tue Apr 19 08:44:23 UTC 2022 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.8.5 + * Fix bugs + * Add test-prj-running.sh + +------------------------------------------------------------------- Old: ---- deepin-manual-5.8.4.tar.gz New: ---- deepin-manual-5.8.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deepin-manual.spec ++++++ --- /var/tmp/diff_new_pack.ApOftK/_old 2022-04-22 21:54:40.122834332 +0200 +++ /var/tmp/diff_new_pack.ApOftK/_new 2022-04-22 21:54:40.126834337 +0200 @@ -23,7 +23,7 @@ %endif Name: deepin-manual -Version: 5.8.4 +Version: 5.8.5 Release: 0 Summary: Deepin Manual License: GPL-3.0-or-later ++++++ deepin-manual-5.8.4.tar.gz -> deepin-manual-5.8.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/deepin-manual-5.8.4/.github/workflows/backup-to-gitlab.yml new/deepin-manual-5.8.5/.github/workflows/backup-to-gitlab.yml --- old/deepin-manual-5.8.4/.github/workflows/backup-to-gitlab.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/deepin-manual-5.8.5/.github/workflows/backup-to-gitlab.yml 2022-03-17 04:44:11.000000000 +0100 @@ -0,0 +1,30 @@ +name: backup to gitlab +on: [push] + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + backup-to-gitlab: + if: github.repository_owner == 'linuxdeepin' + name: backup-to-gitlab + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + repository: "linuxdeepin/jenkins-bridge-client" + path: jenkins-bridge-client + + - name: Install Client + run: | + cd $GITHUB_WORKSPACE/jenkins-bridge-client + go build . + sudo install -Dvm755 jenkins-bridge-client -t /usr/bin/ + - name: Trigger sync + id: generate-runid + run: | + echo "::set-output name=RUN_ID::$(jenkins-bridge-client -triggerSync -token '${{ secrets.BRIDGETOKEN }}')" + - name: Print log + run: | + jenkins-bridge-client -printlog -token "${{ secrets.BRIDGETOKEN }}" -runid "${{ steps.generate-runid.outputs.RUN_ID }}" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/deepin-manual-5.8.4/.github/workflows/call-build-deb.yml new/deepin-manual-5.8.5/.github/workflows/call-build-deb.yml --- old/deepin-manual-5.8.4/.github/workflows/call-build-deb.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/deepin-manual-5.8.5/.github/workflows/call-build-deb.yml 2022-03-17 04:44:11.000000000 +0100 @@ -0,0 +1,14 @@ +name: Call build-deb +on: + pull_request_target: + types: [opened, synchronize] + +concurrency: + group: ${{ github.workflow }}-pull/${{ github.event.number }} + cancel-in-progress: true + +jobs: + check_job: + uses: linuxdeepin/.github/.github/workflows/jenkins-bridge.yml@master + secrets: + BridgeToken: ${{ secrets.BridgeToken }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/deepin-manual-5.8.4/.github/workflows/call-chatOps.yml new/deepin-manual-5.8.5/.github/workflows/call-chatOps.yml --- old/deepin-manual-5.8.4/.github/workflows/call-chatOps.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/deepin-manual-5.8.5/.github/workflows/call-chatOps.yml 2022-03-17 04:44:11.000000000 +0100 @@ -0,0 +1,8 @@ +name: chatOps +on: + issue_comment: + types: [created] + +jobs: + chatopt: + uses: linuxdeepin/.github/.github/workflows/chatOps.yml@master diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/deepin-manual-5.8.4/.github/workflows/call-commitlint.yml new/deepin-manual-5.8.5/.github/workflows/call-commitlint.yml --- old/deepin-manual-5.8.4/.github/workflows/call-commitlint.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/deepin-manual-5.8.5/.github/workflows/call-commitlint.yml 2022-03-17 04:44:11.000000000 +0100 @@ -0,0 +1,11 @@ +name: Call commitlint +on: + pull_request_target: + +concurrency: + group: ${{ github.workflow }}-pull/${{ github.event.number }} + cancel-in-progress: true + +jobs: + check_job: + uses: linuxdeepin/.github/.github/workflows/commitlint.yml@master diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/deepin-manual-5.8.4/.github/workflows/cppcheck.yml new/deepin-manual-5.8.5/.github/workflows/cppcheck.yml --- old/deepin-manual-5.8.4/.github/workflows/cppcheck.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/deepin-manual-5.8.5/.github/workflows/cppcheck.yml 2022-03-17 04:44:11.000000000 +0100 @@ -0,0 +1,24 @@ +name: cppcheck +on: + pull_request_target: + +concurrency: + group: ${{ github.workflow }}-pull/${{ github.event.number }} + cancel-in-progress: true + +jobs: + cppchceck: + name: cppcheck + runs-on: ubuntu-latest + steps: + - run: export + - uses: actions/checkout@v2 + with: + ref: ${{ github.event.pull_request.head.sha }} + persist-credentials: false + - uses: linuxdeepin/action-cppcheck@main + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + repository: ${{ github.repository }} + pull_request_id: ${{ github.event.pull_request.number }} + allow_approve: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/deepin-manual-5.8.4/src/CMakeLists.txt new/deepin-manual-5.8.5/src/CMakeLists.txt --- old/deepin-manual-5.8.4/src/CMakeLists.txt 2022-01-17 03:07:45.000000000 +0100 +++ new/deepin-manual-5.8.5/src/CMakeLists.txt 2022-03-17 04:44:11.000000000 +0100 @@ -43,6 +43,11 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall -Wextra -fno-rtti -fno-exceptions -fstack-protector-strong -D_FORTITY_SOURCE=1 -z noexecstack -pie -fPIC -z lazy") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -Wall -Wextra") +if(CMAKE_COVERAGE_ARG STREQUAL "CMAKE_COVERAGE_ARG_ON") + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -Wall -fprofile-arcs -ftest-coverage") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall -fprofile-arcs -ftest-coverage") +endif() + if (CMAKE_BUILD_TYPE MATCHES Debug) # -fno-rtti, Disable real-time type information # -fno-exceptions Disable exceptions diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/deepin-manual-5.8.4/src/app/dman_helper.cpp new/deepin-manual-5.8.5/src/app/dman_helper.cpp --- old/deepin-manual-5.8.4/src/app/dman_helper.cpp 2022-01-17 03:07:45.000000000 +0100 +++ new/deepin-manual-5.8.5/src/app/dman_helper.cpp 2022-03-17 04:44:11.000000000 +0100 @@ -40,6 +40,7 @@ qDebug() << Dtk::Core::DLogManager::getlogFilePath(); +#ifndef __sw_64__ QOpenGLContext ctx; QSurfaceFormat fmt; fmt.setRenderableType(QSurfaceFormat::OpenGL); @@ -51,6 +52,7 @@ fmt.setDefaultFormat(fmt); fmt.setProfile(QSurfaceFormat::CoreProfile); qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--disable-gpu"); +#endif Dtk::Core::DLogManager::registerFileAppender(); Dtk::Core::DLogManager::registerConsoleAppender(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/deepin-manual-5.8.4/src/web/toManual/sass/index.scss new/deepin-manual-5.8.5/src/web/toManual/sass/index.scss --- old/deepin-manual-5.8.4/src/web/toManual/sass/index.scss 2022-01-17 03:07:45.000000000 +0100 +++ new/deepin-manual-5.8.5/src/web/toManual/sass/index.scss 2022-03-17 04:44:11.000000000 +0100 @@ -55,12 +55,13 @@ margin-bottom: 3px; } .content { - margin-left: 15px; //??????span??????,?????????display:-webkit-box???,????????????,????????????????????? + //margin-left: 15px; //??????span??????,?????????display:-webkit-box???,????????????,????????????????????? width: var(--index-span-width); word-break: normal; overflow: hidden; text-overflow: ellipsis; - display:-webkit-box; //????????????????????? + margin: auto; + //display:-webkit-box; //????????????????????? -webkit-box-orient:vertical; -webkit-line-clamp:2; font-family: var(--nav-world-font-family); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/deepin-manual-5.8.4/tests/test-prj-running.sh new/deepin-manual-5.8.5/tests/test-prj-running.sh --- old/deepin-manual-5.8.4/tests/test-prj-running.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/deepin-manual-5.8.5/tests/test-prj-running.sh 2022-03-17 04:44:11.000000000 +0100 @@ -0,0 +1,35 @@ +#!/bin/bash +builddir=build +reportdir=build-ut +rm -r $builddir +rm -r ../$builddir +rm -r $reportdir +rm -r ../$reportdir +mkdir ../$builddir +mkdir ../$reportdir +cd ../$builddir +#?????? +cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_SAFETYTEST_ARG="CMAKE_SAFETYTEST_ARG_ON" .. +make -j8 +#??????asan?????????ut??????xml?????? +./tests/deepin-manual-test --gtest_output=xml:./report/report_deepin-manual.xml + +workdir=$(cd ../$(dirname $0)/$builddir; pwd) + +mkdir -p report +#??????????????????????????????html?????? +lcov -d $workdir -c -o ./coverage.info + +lcov --extract ./coverage.info '*/src/*' -o ./coverage.info + +lcov --remove ./coverage.info '*/tests/*' -o ./coverage.info + +genhtml -o ./html ./coverage.info + +mv ./html/index.html ./html/cov_deepin-manual.html +#???asan???ut???????????????????????????????????????????????? +cp -r html ../$reportdir/ +cp -r report ../$reportdir/ +cp -r asan*.log* ../$reportdir/asan_deepin-manual.log + +exit 0