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-11-15 15:25:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syndication (Old) and /work/SRC/openSUSE:Factory/.syndication.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syndication" Mon Nov 15 15:25:56 2021 rev:77 rq:931131 version:5.88.0 Changes: -------- --- /work/SRC/openSUSE:Factory/syndication/syndication.changes 2021-10-18 22:01:20.486056646 +0200 +++ /work/SRC/openSUSE:Factory/.syndication.new.1890/syndication.changes 2021-11-15 15:27:24.525840443 +0100 @@ -1,0 +2,16 @@ +Sun Nov 7 09:13:44 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Strip 'Source' URL for faster submissions + +------------------------------------------------------------------- +Sun Nov 7 09:08:32 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.88.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.88.0 +- Changes since 5.87.0: + * Add FreeBSD CI + * Add Android CI + +------------------------------------------------------------------- Old: ---- syndication-5.87.0.tar.xz syndication-5.87.0.tar.xz.sig New: ---- syndication-5.88.0.tar.xz syndication-5.88.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syndication.spec ++++++ --- /var/tmp/diff_new_pack.ak2RJo/_old 2021-11-15 15:27:25.037840585 +0100 +++ /var/tmp/diff_new_pack.ak2RJo/_new 2021-11-15 15:27:25.041840587 +0100 @@ -17,22 +17,22 @@ %define lname libKF5Syndication5 -%define _tar_path 5.87 +%define _tar_path 5.88 # 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.87.0 +Version: 5.88.0 Release: 0 Summary: RSS/Atom parsing library License: LGPL-2.1-or-later Group: Development/Libraries/KDE URL: https://www.kde.org -Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig +Source1: %{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif BuildRequires: extra-cmake-modules ++++++ syndication-5.87.0.tar.xz -> syndication-5.88.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/.gitlab-ci.yml new/syndication-5.88.0/.gitlab-ci.yml --- old/syndication-5.87.0/.gitlab-ci.yml 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/.gitlab-ci.yml 2021-11-03 08:50:20.000000000 +0100 @@ -3,3 +3,5 @@ include: - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/CMakeLists.txt new/syndication-5.88.0/CMakeLists.txt --- old/syndication-5.87.0/CMakeLists.txt 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/CMakeLists.txt 2021-11-03 08:50:20.000000000 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.87.0") # handled by release scripts +set(KF_VERSION "5.88.0") # handled by release scripts set(KF_DEP_VERSION "5.87.0") # handled by release scripts project(Syndication VERSION ${KF_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/autotests/loaderutiltest.h new/syndication-5.88.0/autotests/loaderutiltest.h --- old/syndication-5.87.0/autotests/loaderutiltest.h 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/autotests/loaderutiltest.h 2021-11-03 08:50:20.000000000 +0100 @@ -15,7 +15,7 @@ Q_OBJECT public: explicit LoaderUtilTest(QObject *parent = nullptr); - ~LoaderUtilTest() = default; + ~LoaderUtilTest() override = default; private Q_SLOTS: void testParsing_data(); void testParsing(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/autotests/syndicationtest.h new/syndication-5.88.0/autotests/syndicationtest.h --- old/syndication-5.87.0/autotests/syndicationtest.h 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/autotests/syndicationtest.h 2021-11-03 08:50:20.000000000 +0100 @@ -15,7 +15,7 @@ Q_OBJECT public: explicit SyndicationTest(QObject *parent = nullptr); - ~SyndicationTest() = default; + ~SyndicationTest() override = default; private Q_SLOTS: void testSyncationFile_data(); void testSyncationFile(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/src/atom/content.h new/syndication-5.88.0/src/atom/content.h --- old/syndication-5.87.0/src/atom/content.h 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/src/atom/content.h 2021-11-03 08:50:20.000000000 +0100 @@ -76,7 +76,7 @@ /** * destructor */ - ~Content(); + ~Content() override; /** * assigns another content objecct diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/src/loader.h new/syndication-5.88.0/src/loader.h --- old/syndication-5.87.0/src/loader.h 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/src/loader.h 2021-11-03 08:50:20.000000000 +0100 @@ -155,7 +155,7 @@ Loader(); Loader(const Loader &other); Loader &operator=(const Loader &other); - ~Loader(); + ~Loader() override; void discoverFeeds(const QByteArray &data); struct LoaderPrivate; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/src/rdf/literal.h new/syndication-5.88.0/src/rdf/literal.h --- old/syndication-5.87.0/src/rdf/literal.h 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/src/rdf/literal.h 2021-11-03 08:50:20.000000000 +0100 @@ -50,7 +50,7 @@ /** * destructor */ - virtual ~Literal(); + ~Literal() override; /** * assigns another literal diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/src/rdf/property.h new/syndication-5.88.0/src/rdf/property.h --- old/syndication-5.87.0/src/rdf/property.h 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/src/rdf/property.h 2021-11-03 08:50:20.000000000 +0100 @@ -46,7 +46,7 @@ /** * destructor */ - virtual ~Property(); + ~Property() override; /** * Used by visitors for double dispatch. See NodeVisitor diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/src/rdf/resource.h new/syndication-5.88.0/src/rdf/resource.h --- old/syndication-5.87.0/src/rdf/resource.h 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/src/rdf/resource.h 2021-11-03 08:50:20.000000000 +0100 @@ -61,7 +61,7 @@ /** * destructor */ - virtual ~Resource(); + ~Resource() override; /** * assigns a resource diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/src/rdf/syndicationinfo.h new/syndication-5.88.0/src/rdf/syndicationinfo.h --- old/syndication-5.87.0/src/rdf/syndicationinfo.h 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/src/rdf/syndicationinfo.h 2021-11-03 08:50:20.000000000 +0100 @@ -58,7 +58,7 @@ /** * virtual destructor */ - virtual ~SyndicationInfo(); + ~SyndicationInfo() override; /** * Describes the period over which the channel format is updated. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/src/rdf/textinput.h new/syndication-5.88.0/src/rdf/textinput.h --- old/syndication-5.87.0/src/rdf/textinput.h 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/src/rdf/textinput.h 2021-11-03 08:50:20.000000000 +0100 @@ -43,7 +43,7 @@ /** * destructor */ - virtual ~TextInput(); + ~TextInput() override; /** * A descriptive title for the textinput field. For example: "Subscribe" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/src/rss2/item.h new/syndication-5.88.0/src/rss2/item.h --- old/syndication-5.87.0/src/rss2/item.h 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/src/rss2/item.h 2021-11-03 08:50:20.000000000 +0100 @@ -62,7 +62,7 @@ /** * destructor */ - ~Item(); + ~Item() override; /** * assigns another item. As the d pointer is shared, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syndication-5.87.0/tests/testloader.cpp new/syndication-5.88.0/tests/testloader.cpp --- old/syndication-5.87.0/tests/testloader.cpp 2021-10-02 14:24:30.000000000 +0200 +++ new/syndication-5.88.0/tests/testloader.cpp 2021-11-03 08:50:20.000000000 +0100 @@ -40,7 +40,7 @@ , mReply(nullptr) { } - ~SimpleRetriever() + ~SimpleRetriever() override { delete mReply; delete mMgr;
