Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kopeninghours for openSUSE:Factory checked in at 2021-12-13 20:43:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kopeninghours (Old) and /work/SRC/openSUSE:Factory/.kopeninghours.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kopeninghours" Mon Dec 13 20:43:32 2021 rev:9 rq:937993 version:21.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kopeninghours/kopeninghours.changes 2021-11-06 18:20:30.516963114 +0100 +++ /work/SRC/openSUSE:Factory/.kopeninghours.new.2520/kopeninghours.changes 2021-12-13 20:48:52.844576744 +0100 @@ -1,0 +2,28 @@ +Fri Dec 3 19:22:25 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.12.0/ +- No code change since 21.11.90 + +------------------------------------------------------------------- +Sat Nov 27 10:11:20 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.90 + * New feature release +- No code change since 21.11.80 + +------------------------------------------------------------------- +Sat Nov 13 17:55:48 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.80 + * New feature release +- Changes since 21.08.3: + * Don't turn 20:00-26:00 into 20:00-02:00 + * Add Android CI + * Add FreeBSD CI + * Add Gitlab CI configuration + * replace "MacOSX" with "macOS" + +------------------------------------------------------------------- Old: ---- kopeninghours-21.08.3.tar.xz kopeninghours-21.08.3.tar.xz.sig New: ---- kopeninghours-21.12.0.tar.xz kopeninghours-21.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kopeninghours.spec ++++++ --- /var/tmp/diff_new_pack.GZStvH/_old 2021-12-13 20:48:53.260577010 +0100 +++ /var/tmp/diff_new_pack.GZStvH/_new 2021-12-13 20:48:53.268577015 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: kopeninghours -Version: 21.08.3 +Version: 21.12.0 Release: 0 Summary: OSM opening hours expression parser and evaluator License: LGPL-2.0-or-later ++++++ kopeninghours-21.08.3.tar.xz -> kopeninghours-21.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-21.08.3/.gitignore new/kopeninghours-21.12.0/.gitignore --- old/kopeninghours-21.08.3/.gitignore 2021-11-02 16:24:56.000000000 +0100 +++ new/kopeninghours-21.12.0/.gitignore 2021-12-02 23:01:28.000000000 +0100 @@ -11,4 +11,4 @@ heaptrack.* *.qmlc *.fail -build +/build* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-21.08.3/.gitlab-ci.yml new/kopeninghours-21.12.0/.gitlab-ci.yml --- old/kopeninghours-21.08.3/.gitlab-ci.yml 2021-11-02 16:24:56.000000000 +0100 +++ new/kopeninghours-21.12.0/.gitlab-ci.yml 2021-12-02 23:01:28.000000000 +0100 @@ -3,3 +3,6 @@ include: - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-reuse.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-21.08.3/.kde-ci.yml new/kopeninghours-21.12.0/.kde-ci.yml --- old/kopeninghours-21.08.3/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kopeninghours-21.12.0/.kde-ci.yml 2021-12-02 23:01:28.000000000 +0100 @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@stable' + 'frameworks/ki18n': '@stable' + 'frameworks/kholidays': '@stable' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-21.08.3/CMakeLists.txt new/kopeninghours-21.12.0/CMakeLists.txt --- old/kopeninghours-21.08.3/CMakeLists.txt 2021-11-02 16:24:56.000000000 +0100 +++ new/kopeninghours-21.12.0/CMakeLists.txt 2021-12-02 23:01:28.000000000 +0100 @@ -5,8 +5,8 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") -set (RELEASE_SERVICE_VERSION_MINOR "08") -set (RELEASE_SERVICE_VERSION_MICRO "3") +set (RELEASE_SERVICE_VERSION_MINOR "12") +set (RELEASE_SERVICE_VERSION_MICRO "0") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(KOpeningHours VERSION ${RELEASE_SERVICE_VERSION}) @@ -23,6 +23,11 @@ include(KDEInstallDirs) include(KDECMakeSettings) include(GenerateExportHeader) +include(ECMAddQch) + + +option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) +add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) @@ -101,3 +106,13 @@ if (NOT VALIDATOR_ONLY) ki18n_install(po) endif() + +if (BUILD_QCH) + ecm_install_qch_export( + TARGETS KOpeningHours_QCH + FILE KOpeningHoursQchTargets.cmake + DESTINATION "${CMAKECONFIG_INSTALL_DIR}" + COMPONENT Devel + ) + set(PACKAGE_INCLUDE_QCHTARGETS "include(\"\${CMAKE_CURRENT_LIST_DIR}/KOpeningHoursQchTargets.cmake\")") +endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-21.08.3/CMakePresets.json new/kopeninghours-21.12.0/CMakePresets.json --- old/kopeninghours-21.08.3/CMakePresets.json 1970-01-01 01:00:00.000000000 +0100 +++ new/kopeninghours-21.12.0/CMakePresets.json 2021-12-02 23:01:28.000000000 +0100 @@ -0,0 +1,167 @@ +{ + "version": 3, + "configurePresets": [ + { + "name": "dev", + "displayName": "Build as debug", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" + }, + { + "name": "dev-disable-deprecated", + "displayName": "Build as without deprecated methods", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-disable-deprecated", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", + "CMAKE_CXX_FLAGS_INIT": "-DQT_DISABLE_DEPRECATED_BEFORE=0x060000 -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000" + }, + "installDir": "$env{KF5}" + }, + { + "name": "asan", + "displayName": "Build with Asan support.", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-asan", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "ECM_ENABLE_SANITIZERS" : "'address;undefined'", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" + }, + { + "name": "pch", + "displayName": "Build with PCH support.", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-pch", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "COMPILE_WITH_CMAKE_PCH_SUPPORT": "ON", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" + }, + { + "name": "dev-clang", + "displayName": "dev-clang", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-clang", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "environment": { + "CXX": "clang++", + "CCACHE_DISABLE": "ON" + }, + "installDir": "$env{KF5}" + }, + { + "name": "unity", + "displayName": "Build with CMake unity support.", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-unity", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "USE_UNITY_CMAKE_SUPPORT": "ON", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" + }, + { + "name": "release", + "displayName": "Build as release mode.", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-release", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Release" + }, + "installDir": "$env{KF5}" + }, + { + "name": "profile", + "displayName": "profile", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-profile", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "RelWithDebInfo", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" + }, + { + "name": "clazy", + "displayName": "clazy", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-clazy", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug" + }, + "environment": { + "CXX": "clazy", + "CCACHE_DISABLE": "ON" + }, + "installDir": "$env{KF5}" + } + + ], + "buildPresets": [ + { + "name": "dev", + "configurePreset": "dev" + }, + { + "name": "dev-disable-deprecated", + "configurePreset": "dev-disable-deprecated" + }, + { + "name": "pch", + "configurePreset": "pch" + }, + { + "name": "release", + "configurePreset": "release" + }, + { + "name": "dev-clang", + "configurePreset": "dev-clang" + }, + { + "name": "asan", + "configurePreset": "asan" + }, + { + "name": "unity", + "configurePreset": "unity" + }, + { + "name": "clazy", + "configurePreset": "clazy", + "environment": { + "CLAZY_CHECKS" : "level0,level1,detaching-member,ifndef-define-typo,isempty-vs-count,qrequiredresult-candidates,reserve-candidates,signal-with-return-value,unneeded-cast,function-args-by-ref,function-args-by-value,returning-void-expression,no-ctor-missing-parent-argument,isempty-vs-count,qhash-with-char-pointer-key,raw-environment-function,qproperty-type-mismatch,old-style-connect,qstring-allocations,container-inside-loop,heap-allocated-small-trivial-type,inefficient-qlist,qstring-varargs,level2,detaching-member,heap-allocated-small-trivial-type,isempty-vs-count,qstring-varargs,qvariant-template-instantiation,raw-environment-function,reserve-candidates,signal-with-return-value,thread-with-slots,no-ctor-missing-parent-argument,no-missing-typeinfo", + "CCACHE_DISABLE" : "ON" + } + } + ], + "testPresets": [ + { + "name": "dev", + "configurePreset": "dev", + "output": {"outputOnFailure": true}, + "execution": {"noTestsAction": "error", "stopOnFailure": false} + }, + { + "name": "asan", + "configurePreset": "asan", + "output": {"outputOnFailure": true}, + "execution": {"noTestsAction": "error", "stopOnFailure": true} + } + ] +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-21.08.3/CMakePresets.json.license new/kopeninghours-21.12.0/CMakePresets.json.license --- old/kopeninghours-21.08.3/CMakePresets.json.license 1970-01-01 01:00:00.000000000 +0100 +++ new/kopeninghours-21.12.0/CMakePresets.json.license 2021-12-02 23:01:28.000000000 +0100 @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2021 Laurent Montel <[email protected]> +# SPDX-License-Identifier: BSD-3-Clause diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-21.08.3/metainfo.yaml new/kopeninghours-21.12.0/metainfo.yaml --- old/kopeninghours-21.08.3/metainfo.yaml 2021-11-02 16:24:56.000000000 +0100 +++ new/kopeninghours-21.12.0/metainfo.yaml 2021-12-02 23:01:28.000000000 +0100 @@ -6,7 +6,7 @@ - name: Linux - name: FreeBSD - name: Windows - - name: MacOSX + - name: macOS - name: Android portingAid: false deprecated: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-21.08.3/po/zh_CN/kopeninghours.po new/kopeninghours-21.12.0/po/zh_CN/kopeninghours.po --- old/kopeninghours-21.08.3/po/zh_CN/kopeninghours.po 2021-11-02 22:05:54.000000000 +0100 +++ new/kopeninghours-21.12.0/po/zh_CN/kopeninghours.po 2021-12-03 01:18:48.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-12-23 02:25+0100\n" -"PO-Revision-Date: 2021-10-29 13:28\n" +"PO-Revision-Date: 2021-11-30 15:24\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-21.08.3/src/lib/CMakeLists.txt new/kopeninghours-21.12.0/src/lib/CMakeLists.txt --- old/kopeninghours-21.08.3/src/lib/CMakeLists.txt 2021-11-02 16:24:56.000000000 +0100 +++ new/kopeninghours-21.12.0/src/lib/CMakeLists.txt 2021-12-02 23:01:28.000000000 +0100 @@ -80,3 +80,26 @@ ${CMAKE_CURRENT_BINARY_DIR}/kopeninghours_export.h DESTINATION ${KDE_INSTALL_INCLUDEDIR}/kopeninghours ) + +if (BUILD_QCH) + ecm_add_qch( + KOpeningHours_QCH + NAME KOpeningHours + BASE_NAME KOpeningHours + VERSION ${RELEASE_SERVICE_VERSION} + ORG_DOMAIN org.kde + SOURCES # using only public headers, to cover only public API + ${KOpeningHours_HEADERS} + MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md" + #IMAGE_DIRS "${CMAKE_SOURCE_DIR}/docs/pics" + LINK_QCHS + Qt5Core_QCH + INCLUDE_DIRS + ${CMAKE_CURRENT_BINARY_DIR} + BLANK_MACROS + KOPENINGHOURS_EXPORT + TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} + QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} + COMPONENT Devel + ) +endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopeninghours-21.08.3/src/lib/intervalmodel.h new/kopeninghours-21.12.0/src/lib/intervalmodel.h --- old/kopeninghours-21.08.3/src/lib/intervalmodel.h 2021-11-02 16:24:56.000000000 +0100 +++ new/kopeninghours-21.12.0/src/lib/intervalmodel.h 2021-12-02 23:01:28.000000000 +0100 @@ -38,7 +38,7 @@ public: explicit IntervalModel(QObject *parent = nullptr); - ~IntervalModel(); + ~IntervalModel() override; OpeningHours openingHours() const; void setOpeningHours(const OpeningHours &oh);
