Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dtkcommon for openSUSE:Factory checked in at 2022-04-22 21:54:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dtkcommon (Old) and /work/SRC/openSUSE:Factory/.dtkcommon.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dtkcommon" Fri Apr 22 21:54:01 2022 rev:4 rq:971800 version:5.5.21 Changes: -------- --- /work/SRC/openSUSE:Factory/dtkcommon/dtkcommon.changes 2022-03-07 17:46:29.991127488 +0100 +++ /work/SRC/openSUSE:Factory/.dtkcommon.new.1538/dtkcommon.changes 2022-04-22 21:54:52.354848271 +0200 @@ -1,0 +2,6 @@ +Tue Apr 5 09:26:36 UTC 2022 - Hillwood Yang <[email protected]> + +- Update version to 5.5.21 + * Change template to aux + +------------------------------------------------------------------- Old: ---- dtkcommon-5.5.20.tar.gz New: ---- dtkcommon-5.5.21.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dtkcommon.spec ++++++ --- /var/tmp/diff_new_pack.OhUcj4/_old 2022-04-22 21:54:52.870848858 +0200 +++ /var/tmp/diff_new_pack.OhUcj4/_new 2022-04-22 21:54:52.878848868 +0200 @@ -17,7 +17,7 @@ # Name: dtkcommon -Version: 5.5.20 +Version: 5.5.21 Release: 0 Summary: The DTK Tools License: GPL-3.0+ ++++++ dtkcommon-5.5.20.tar.gz -> dtkcommon-5.5.21.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dtkcommon-5.5.20/dtkcommon.pro new/dtkcommon-5.5.21/dtkcommon.pro --- old/dtkcommon-5.5.20/dtkcommon.pro 2021-11-12 07:53:23.000000000 +0100 +++ new/dtkcommon-5.5.21/dtkcommon.pro 2021-12-21 04:23:24.000000000 +0100 @@ -1,11 +1,7 @@ -TEMPLATE = app -CONFIG += console c++11 +TEMPLATE = aux #Makefile to build nothing. CONFIG -= app_bundle CONFIG -= qt -SOURCES += \ - main.cpp - defineTest(checkDtkVersion) { isEmpty(VERSION) { isEmpty(VERSION): VERSION = $$system(git describe --tags --abbrev=0) @@ -113,7 +109,6 @@ prf.path = $${ARCH_INSTALL_DATA}/mkspecs/features } - cmake_dtk.files = cmake/Dtk/DtkConfig.cmake \ cmake/Dtk/DtkInstallDConfigConfig.cmake diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dtkcommon-5.5.20/main.cpp new/dtkcommon-5.5.21/main.cpp --- old/dtkcommon-5.5.20/main.cpp 2021-11-12 07:53:23.000000000 +0100 +++ new/dtkcommon-5.5.21/main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ -/* - * Copyright (C) 2020 ~ 2021 Deepin Technology Co., Ltd. - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include <iostream> - -using namespace std; - -int main() -{ - return 0; -}
