Hello community, here is the log from the commit of package rssguard for openSUSE:Factory checked in at 2020-06-03 20:35:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rssguard (Old) and /work/SRC/openSUSE:Factory/.rssguard.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rssguard" Wed Jun 3 20:35:12 2020 rev:16 rq:811103 version:3.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes 2020-05-07 14:57:00.490564769 +0200 +++ /work/SRC/openSUSE:Factory/.rssguard.new.3606/rssguard.changes 2020-06-03 20:36:11.597862967 +0200 @@ -1,0 +2,14 @@ +Wed Jun 3 08:57:39 UTC 2020 - aloi...@gmx.com + +- Update to version 3.6.3 + Fixed/changed: + * Fixed some compiler warnings. + * Fixed application crash when doing some network operations + when application exits. + * Some localizations now have more precise country codes. + Localizations were also synced. +- Replace rssguard-3.6.0-add_library_version.patch with + rssguard-3.6.3-add_library_version.patch +- Add rssguard-3.6.3-fix_sizeof.patch + +------------------------------------------------------------------- Old: ---- rssguard-3.6.0-add_library_version.patch rssguard-3.6.1.tar.gz New: ---- rssguard-3.6.3-add_library_version.patch rssguard-3.6.3-fix_sizeof.patch rssguard-3.6.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rssguard.spec ++++++ --- /var/tmp/diff_new_pack.leo8zc/_old 2020-06-03 20:36:12.665866314 +0200 +++ /var/tmp/diff_new_pack.leo8zc/_new 2020-06-03 20:36:12.665866314 +0200 @@ -16,17 +16,19 @@ # -%define libver 3_6_1 +%define libver 3_6_3 Name: rssguard -Version: 3.6.1 +Version: 3.6.3 Release: 0 Summary: RSS/ATOM/RDF feed reader License: GPL-3.0-only AND AGPL-3.0-or-later URL: https://github.com/martinrotter/rssguard Source0: https://github.com/martinrotter/rssguard/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: %{name}.changes -# PATCH-FIX-OPENSUSE rssguard-3.6.0-add_library_version.patch aloi...@gmx.com -- add version to shared library -Patch2: rssguard-3.6.0-add_library_version.patch +# PATCH-FIX-OPENSUSE rssguard-3.6.3-add_library_version.patch aloi...@gmx.com -- add version to shared library +Patch2: rssguard-3.6.3-add_library_version.patch +# PATCH-FIX-UPSTREAM rssguard-3.6.3-fix_sizeof.patch +Patch3: rssguard-3.6.3-fix_sizeof.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme @@ -34,7 +36,7 @@ BuildRequires: libqt5-qtbase-common-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Concurrent) -BuildRequires: pkgconfig(Qt5Core) >= 5.9 +BuildRequires: pkgconfig(Qt5Core) >= 5.12 BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5Sql) ++++++ rssguard-3.6.0-add_library_version.patch -> rssguard-3.6.3-add_library_version.patch ++++++ --- /work/SRC/openSUSE:Factory/rssguard/rssguard-3.6.0-add_library_version.patch 2020-05-03 22:46:32.479070067 +0200 +++ /work/SRC/openSUSE:Factory/.rssguard.new.3606/rssguard-3.6.3-add_library_version.patch 2020-06-03 20:36:10.237858704 +0200 @@ -1,7 +1,7 @@ -Index: rssguard-3.6.0/src/librssguard/librssguard.pro +Index: rssguard-3.6.3/src/librssguard/librssguard.pro =================================================================== ---- rssguard-3.6.0.orig/src/librssguard/librssguard.pro -+++ rssguard-3.6.0/src/librssguard/librssguard.pro +--- rssguard-3.6.3.orig/src/librssguard/librssguard.pro ++++ rssguard-3.6.3/src/librssguard/librssguard.pro @@ -1,7 +1,10 @@ TEMPLATE = lib @@ -44,10 +44,10 @@ RESOURCES += ../../resources/sql.qrc \ ../../resources/rssguard.qrc \ ../../resources/icons.qrc -Index: rssguard-3.6.0/src/rssguard/rssguard.pro +Index: rssguard-3.6.3/src/rssguard/rssguard.pro =================================================================== ---- rssguard-3.6.0.orig/src/rssguard/rssguard.pro -+++ rssguard-3.6.0/src/rssguard/rssguard.pro +--- rssguard-3.6.3.orig/src/rssguard/rssguard.pro ++++ rssguard-3.6.3/src/rssguard/rssguard.pro @@ -47,7 +47,7 @@ INCLUDEPATH += $$PWD/../librssguard \ DEPENDPATH += $$PWD/../librssguard @@ -57,10 +57,10 @@ # Create new "make 7zip" target and "make zip" target. win32 { -Index: rssguard-3.6.0/pri/install.pri +Index: rssguard-3.6.3/pri/install.pri =================================================================== ---- rssguard-3.6.0.orig/pri/install.pri -+++ rssguard-3.6.0/pri/install.pri +--- rssguard-3.6.3.orig/pri/install.pri ++++ rssguard-3.6.3/pri/install.pri @@ -190,14 +190,17 @@ unix:!mac:!android { appdata.files = ../../resources/desktop/$${APP_REVERSE_NAME}.appdata.xml appdata.path = $$quote($$PREFIX/share/metainfo/) @@ -80,5 +80,5 @@ - INSTALLS += target lib desktop_file desktop_icon appdata + INSTALLS += target lib pkgconfig desktop_file desktop_icon appdata - INSTALL_HEADERS_PREFIX = $$quote($$PREFIX/include/librssguard/) + INSTALL_HEADERS_PREFIX = $$quote($$PREFIX/include/librssguard) } ++++++ rssguard-3.6.3-fix_sizeof.patch ++++++ From: Martin Rotter <rot...@praktik.cz> Date: Wed, 3 Jun 2020 11:51:59 +0200 Subject: Fix invalid application of 'sizeof' to incomplete type 'Downloader Merged commits 139e014d2af6a6e156098ba486dbbe2681018fab and 7b64bc31045a82626d835c80b79f01770b3a0683. Index: rssguard-3.6.3/src/librssguard/network-web/googlesuggest.h =================================================================== --- rssguard-3.6.3.orig/src/librssguard/network-web/googlesuggest.h +++ rssguard-3.6.3/src/librssguard/network-web/googlesuggest.h @@ -33,16 +33,16 @@ #include <QObject> +#include <QListWidget> + #include <QNetworkReply> +#include "network-web/downloader.h" + class LocationLineEdit; class QTimer; -class QListWidget; - -class Downloader; - class GoogleSuggest : public QObject { Q_OBJECT ++++++ rssguard-3.6.1.tar.gz -> rssguard-3.6.3.tar.gz ++++++ ++++ 40405 lines of diff (skipped)