Hello community, here is the log from the commit of package syndication for openSUSE:Factory checked in at 2020-07-14 07:55:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syndication (Old) and /work/SRC/openSUSE:Factory/.syndication.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syndication" Tue Jul 14 07:55:13 2020 rev:61 rq:820411 version:5.72.0 Changes: -------- --- /work/SRC/openSUSE:Factory/syndication/syndication.changes 2020-06-16 13:45:10.977627040 +0200 +++ /work/SRC/openSUSE:Factory/.syndication.new.3060/syndication.changes 2020-07-14 07:57:39.877473942 +0200 @@ -1,0 +2,10 @@ +Sun Jul 5 07:55:58 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.72.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.72.0 +- Changes since 5.71.0: + * Fix a couple BSD-2-Clause license headers + +------------------------------------------------------------------- Old: ---- syndication-5.71.0.tar.xz syndication-5.71.0.tar.xz.sig New: ---- syndication-5.72.0.tar.xz syndication-5.72.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syndication.spec ++++++ --- /var/tmp/diff_new_pack.1l05hB/_old 2020-07-14 07:57:40.913477297 +0200 +++ /var/tmp/diff_new_pack.1l05hB/_new 2020-07-14 07:57:40.917477310 +0200 @@ -17,14 +17,14 @@ %define lname libKF5Syndication5 -%define _tar_path 5.71 +%define _tar_path 5.72 # 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.71.0 +Version: 5.72.0 Release: 0 Summary: RSS/Atom parsing library License: LGPL-2.1-or-later @@ -35,14 +35,13 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif -BuildRequires: extra-cmake-modules >= 1.0.0 +BuildRequires: extra-cmake-modules BuildRequires: cmake(KF5Codecs) >= %{kf5_bugfix_version} -BuildRequires: kf5-filesystem BuildRequires: pkgconfig -BuildRequires: cmake(Qt5Network) -BuildRequires: cmake(Qt5Test) >= 5.8.0 -BuildRequires: cmake(Qt5Widgets) -BuildRequires: cmake(Qt5Xml) +BuildRequires: cmake(Qt5Network) >= 5.12.0 +BuildRequires: cmake(Qt5Test) >= 5.12.0 +BuildRequires: cmake(Qt5Widgets) >= 5.12.0 +BuildRequires: cmake(Qt5Xml) >= 5.12.0 %description KF5Syndication is an RSS/Atom parsing library by KDE, which ++++++ syndication-5.71.0.tar.xz -> syndication-5.72.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.71.0/CMakeLists.txt new/syndication-5.72.0/CMakeLists.txt --- old/syndication-5.71.0/CMakeLists.txt 2020-06-06 21:36:52.000000000 +0200 +++ new/syndication-5.72.0/CMakeLists.txt 2020-07-04 12:00:22.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.71.0") # handled by release scripts -set(KF5_DEP_VERSION "5.71.0") # handled by release scripts +set(KF5_VERSION "5.72.0") # handled by release scripts +set(KF5_DEP_VERSION "5.72.0") # handled by release scripts project(Syndication VERSION ${KF5_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.71.0/src/dataretriever.cpp new/syndication-5.72.0/src/dataretriever.cpp --- old/syndication-5.71.0/src/dataretriever.cpp 2020-06-06 21:36:52.000000000 +0200 +++ new/syndication-5.72.0/src/dataretriever.cpp 2020-07-04 12:00:22.000000000 +0200 @@ -3,10 +3,7 @@ * * Copyright (c) 2001, 2002, 2003 Frerich Raabe <[email protected]> * - * 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. For licensing and distribution details, check the - * accompanying file 'COPYING'. + * SPDX-License-Identifier: BSD-2-Clause */ #include "dataretriever.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.71.0/src/dataretriever.h new/syndication-5.72.0/src/dataretriever.h --- old/syndication-5.71.0/src/dataretriever.h 2020-06-06 21:36:52.000000000 +0200 +++ new/syndication-5.72.0/src/dataretriever.h 2020-07-04 12:00:22.000000000 +0200 @@ -1,10 +1,7 @@ /* * Copyright (c) 2001, 2002, 2003 Frerich Raabe <[email protected]> * - * 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. For licensing and distribution details, check the - * accompanying file 'COPYING'. + * SPDX-License-Identifier: BSD-2-Clause */ #ifndef SYNDICATION_DATARETRIEVER_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.71.0/src/loader.cpp new/syndication-5.72.0/src/loader.cpp --- old/syndication-5.71.0/src/loader.cpp 2020-06-06 21:36:52.000000000 +0200 +++ new/syndication-5.72.0/src/loader.cpp 2020-07-04 12:00:22.000000000 +0200 @@ -3,10 +3,7 @@ * * Copyright (c) 2001, 2002, 2003 Frerich Raabe <[email protected]> * - * 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. For licensing and distribution details, check the - * accompanying file 'COPYING'. + * SPDX-License-Identifier: BSD-2-Clause */ #include "loader.h" #include "dataretriever.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.71.0/src/loader.h new/syndication-5.72.0/src/loader.h --- old/syndication-5.71.0/src/loader.h 2020-06-06 21:36:52.000000000 +0200 +++ new/syndication-5.72.0/src/loader.h 2020-07-04 12:00:22.000000000 +0200 @@ -3,10 +3,7 @@ * * Copyright (c) 2001, 2002, 2003 Frerich Raabe <[email protected]> * - * 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. For licensing and distribution details, check the - * accompanying file 'COPYING'. + * SPDX-License-Identifier: BSD-2-Clause */ #ifndef SYNDICATION_LOADER_H #define SYNDICATION_LOADER_H
