Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package syndication for openSUSE:Factory checked in at 2021-06-16 20:34:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syndication (Old) and /work/SRC/openSUSE:Factory/.syndication.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syndication" Wed Jun 16 20:34:27 2021 rev:72 rq:899781 version:5.83.0 Changes: -------- --- /work/SRC/openSUSE:Factory/syndication/syndication.changes 2021-05-10 15:37:59.901895821 +0200 +++ /work/SRC/openSUSE:Factory/.syndication.new.32437/syndication.changes 2021-06-16 20:36:08.267252964 +0200 @@ -1,0 +2,10 @@ +Sat Jun 5 11:59:27 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.83.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.83.0 +- Changes since 5.82.0: + * Bump required CMake version to 3.16 + +------------------------------------------------------------------- Old: ---- syndication-5.82.0.tar.xz syndication-5.82.0.tar.xz.sig New: ---- syndication-5.83.0.tar.xz syndication-5.83.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syndication.spec ++++++ --- /var/tmp/diff_new_pack.Tyn4uC/_old 2021-06-16 20:36:08.675253660 +0200 +++ /var/tmp/diff_new_pack.Tyn4uC/_new 2021-06-16 20:36:08.679253667 +0200 @@ -17,14 +17,14 @@ %define lname libKF5Syndication5 -%define _tar_path 5.82 +%define _tar_path 5.83 # 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: syndication -Version: 5.82.0 +Version: 5.83.0 Release: 0 Summary: RSS/Atom parsing library License: LGPL-2.1-or-later ++++++ syndication-5.82.0.tar.xz -> syndication-5.83.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.82.0/.gitignore new/syndication-5.83.0/.gitignore --- old/syndication-5.82.0/.gitignore 2021-05-01 11:48:43.000000000 +0200 +++ new/syndication-5.83.0/.gitignore 2021-06-05 11:02:26.000000000 +0200 @@ -25,3 +25,4 @@ .clangd .idea /cmake-build* +.cache diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.82.0/CMakeLists.txt new/syndication-5.83.0/CMakeLists.txt --- old/syndication-5.82.0/CMakeLists.txt 2021-05-01 11:48:43.000000000 +0200 +++ new/syndication-5.83.0/CMakeLists.txt 2021-06-05 11:02:26.000000000 +0200 @@ -1,7 +1,7 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.82.0") # handled by release scripts -set(KF_DEP_VERSION "5.82.0") # handled by release scripts +set(KF_VERSION "5.83.0") # handled by release scripts +set(KF_DEP_VERSION "5.83.0") # handled by release scripts project(Syndication VERSION ${KF_VERSION}) @@ -45,7 +45,6 @@ if(BUILD_TESTING) add_definitions(-DBUILD_TESTING) endif() -add_definitions(-DQT_NO_FOREACH) add_subdirectory(src) if(BUILD_TESTING) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.82.0/src/CMakeLists.txt new/syndication-5.83.0/src/CMakeLists.txt --- old/syndication-5.82.0/src/CMakeLists.txt 2021-05-01 11:48:43.000000000 +0200 +++ new/syndication-5.83.0/src/CMakeLists.txt 2021-06-05 11:02:26.000000000 +0200 @@ -135,7 +135,7 @@ ) set_target_properties(KF5Syndication PROPERTIES - VERSION ${SYNDICATION_VERSION_STRING} + VERSION ${SYNDICATION_VERSION} SOVERSION ${SYNDICATION_SOVERSION} EXPORT_NAME Syndication )
