Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kbookmarks for openSUSE:Factory checked in at 2021-05-10 15:35:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kbookmarks (Old) and /work/SRC/openSUSE:Factory/.kbookmarks.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbookmarks" Mon May 10 15:35:15 2021 rev:91 rq:891729 version:5.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes 2021-04-12 12:35:48.969244547 +0200 +++ /work/SRC/openSUSE:Factory/.kbookmarks.new.2988/kbookmarks.changes 2021-05-10 15:36:45.618184444 +0200 @@ -1,0 +2,9 @@ +Sat May 1 16:40:36 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.82.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.82.0 +- No code change since 5.81.0 + +------------------------------------------------------------------- Old: ---- kbookmarks-5.81.0.tar.xz kbookmarks-5.81.0.tar.xz.sig New: ---- kbookmarks-5.82.0.tar.xz kbookmarks-5.82.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbookmarks.spec ++++++ --- /var/tmp/diff_new_pack.mIfpk6/_old 2021-05-10 15:36:46.210182035 +0200 +++ /var/tmp/diff_new_pack.mIfpk6/_new 2021-05-10 15:36:46.214182019 +0200 @@ -17,14 +17,14 @@ %define lname libKF5Bookmarks5 -%define _tar_path 5.81 +%define _tar_path 5.82 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kbookmarks -Version: 5.81.0 +Version: 5.82.0 Release: 0 Summary: Framework for manipulating bookmarks in XBEL format License: LGPL-2.1-or-later @@ -45,11 +45,11 @@ BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version} -Requires: cmake(Qt5DBus) >= 5.14.0 -Requires: cmake(Qt5Widgets) >= 5.14.0 -Requires: cmake(Qt5Xml) >= 5.14.0 +Requires: cmake(Qt5DBus) >= 5.15.0 +Requires: cmake(Qt5Widgets) >= 5.15.0 +Requires: cmake(Qt5Xml) >= 5.15.0 %if %{with lang} -BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0 %endif %description @@ -71,8 +71,8 @@ Requires: %{lname} = %{version} Requires: extra-cmake-modules Requires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} -Requires: cmake(Qt5Widgets) >= 5.14.0 -Requires: cmake(Qt5Xml) >= 5.14.0 +Requires: cmake(Qt5Widgets) >= 5.15.0 +Requires: cmake(Qt5Xml) >= 5.15.0 %description devel Development files for kbookmarks, a framework for accessing and @@ -81,15 +81,15 @@ %lang_package -n %{lname} %prep -%setup -q +%autosetup -p1 %build - %cmake_kf5 -d build - %cmake_build +%cmake_kf5 -d build +%cmake_build %install - %kf5_makeinstall -C build - %fdupes %{buildroot} +%kf5_makeinstall -C build +%fdupes %{buildroot} %if %{with lang} %find_lang %{name}5 --with-qt --without-mo ++++++ kbookmarks-5.81.0.tar.xz -> kbookmarks-5.82.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.81.0/.gitignore new/kbookmarks-5.82.0/.gitignore --- old/kbookmarks-5.81.0/.gitignore 2021-04-04 13:37:40.000000000 +0200 +++ new/kbookmarks-5.82.0/.gitignore 2021-05-01 14:29:14.000000000 +0200 @@ -22,3 +22,6 @@ .cmake/ /.clang-format /compile_commands.json +.clangd +.idea +/cmake-build* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.81.0/CMakeLists.txt new/kbookmarks-5.82.0/CMakeLists.txt --- old/kbookmarks-5.81.0/CMakeLists.txt 2021-04-04 13:37:40.000000000 +0200 +++ new/kbookmarks-5.82.0/CMakeLists.txt 2021-05-01 14:29:14.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF_VERSION "5.81.0") # handled by release scripts -set(KF_DEP_VERSION "5.81.0") # handled by release scripts +set(KF_VERSION "5.82.0") # handled by release scripts +set(KF_DEP_VERSION "5.82.0") # handled by release scripts project(KBookmarks VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.81.0 NO_MODULE) +find_package(ECM 5.82.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -37,7 +37,7 @@ SOVERSION 5) # Dependencies -set(REQUIRED_QT_VERSION 5.14.0) +set(REQUIRED_QT_VERSION 5.15.0) find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets Xml) if (NOT ANDROID) @@ -51,12 +51,10 @@ find_package(KF5WidgetsAddons ${KF_DEP_VERSION} REQUIRED) find_package(KF5XmlGui ${KF_DEP_VERSION} REQUIRED) -if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") - ecm_install_po_files_as_qm(po) -endif() +ecm_install_po_files_as_qm(po) add_definitions(-DQT_NO_FOREACH) -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100) add_subdirectory(src) if (BUILD_TESTING) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.81.0/po/ast/kbookmarks5_qt.po new/kbookmarks-5.82.0/po/ast/kbookmarks5_qt.po --- old/kbookmarks-5.81.0/po/ast/kbookmarks5_qt.po 2021-04-04 13:37:40.000000000 +0200 +++ new/kbookmarks-5.82.0/po/ast/kbookmarks5_qt.po 2021-05-01 14:29:14.000000000 +0200 @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2021-01-14 19:06+0100\n" +"PO-Revision-Date: 2021-04-20 01:49+0200\n" "Last-Translator: enolp <en...@softastur.org>\n" "Language-Team: Asturian <alministrado...@softastur.org>\n" "Language: ast\n" @@ -11,7 +11,7 @@ "Content-Transfer-Encoding: 8bit\n" "X-Qt-Contexts: true\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 20.12.1\n" +"X-Generator: Lokalize 21.03.90\n" #: kbookmark.cpp:318 msgctxt "KBookmark|Bookmark separator" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.81.0/po/id/kbookmarks5_qt.po new/kbookmarks-5.82.0/po/id/kbookmarks5_qt.po --- old/kbookmarks-5.81.0/po/id/kbookmarks5_qt.po 2021-04-04 13:37:40.000000000 +0200 +++ new/kbookmarks-5.82.0/po/id/kbookmarks5_qt.po 2021-05-01 14:29:14.000000000 +0200 @@ -1,4 +1,4 @@ -# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2020. +# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: \n" @@ -10,7 +10,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 19.12.1\n" +"X-Generator: Lokalize 20.12.1\n" "X-Qt-Contexts: true\n" #: kbookmark.cpp:318 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.81.0/po/zh_CN/kbookmarks5_qt.po new/kbookmarks-5.82.0/po/zh_CN/kbookmarks5_qt.po --- old/kbookmarks-5.81.0/po/zh_CN/kbookmarks5_qt.po 2021-04-04 13:37:40.000000000 +0200 +++ new/kbookmarks-5.82.0/po/zh_CN/kbookmarks5_qt.po 2021-05-01 14:29:14.000000000 +0200 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2021-03-27 17:28\n" +"PO-Revision-Date: 2021-04-24 15:42\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n"