Hello community, here is the log from the commit of package rssguard for openSUSE:Factory checked in at 2017-11-08 15:10:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rssguard (Old) and /work/SRC/openSUSE:Factory/.rssguard.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rssguard" Wed Nov 8 15:10:50 2017 rev:6 rq:539505 version:3.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes 2017-10-11 23:01:49.775650371 +0200 +++ /work/SRC/openSUSE:Factory/.rssguard.new/rssguard.changes 2017-11-08 15:13:31.190631126 +0100 @@ -1,0 +2,31 @@ +Tue Nov 7 12:03:48 UTC 2017 - [email protected] + +- Added AGPL-3.0+ license for QOAuth sources + +------------------------------------------------------------------- +Mon Oct 23 07:52:57 UTC 2017 - [email protected] + +- Update to version 3.5.4 + Fixed: + * First item in itemviews is now selected when focus is gained. + (#142) + * Some feed files do not have URLs of messages properly + sanitized. Strip "\n" and "\t" from URls. (bug #154) + +------------------------------------------------------------------- +Fri Oct 20 10:38:33 UTC 2017 - [email protected] + +- Update to version 3.5.2 (no changelog supplied) +- Added rssguard-3.5.2-fix_no_return_nonvoid.patch + +------------------------------------------------------------------- +Mon Oct 16 07:04:52 UTC 2017 - [email protected] + +- Update to version 3.5.1 + * Font size of message/feed list can now be changed. (#145) + * Inoreader plugin can mark messages starred and accounts can be + deleted. + * All cached online service data are synchronously saved when + any feed is updated. + +------------------------------------------------------------------- Old: ---- rssguard-3.5.0.tar.gz New: ---- rssguard-3.5.2-fix_no_return_nonvoid.patch rssguard-3.5.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rssguard.spec ++++++ --- /var/tmp/diff_new_pack.cVkWmn/_old 2017-11-08 15:13:31.974602508 +0100 +++ /var/tmp/diff_new_pack.cVkWmn/_new 2017-11-08 15:13:31.978602362 +0100 @@ -17,14 +17,16 @@ Name: rssguard -Version: 3.5.0 +Version: 3.5.4 Release: 0 Summary: RSS/ATOM/RDF feed reader -License: GPL-3.0 +License: GPL-3.0 and AGPL-3.0+ Group: Productivity/Networking/News/Utilities 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-UPSTREAM rssguard-3.5.2-fix_no_return_nonvoid.patch +Patch0: rssguard-3.5.2-fix_no_return_nonvoid.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libqt5-linguist @@ -48,6 +50,7 @@ %prep %setup -q +%patch0 -p1 # Remove build time references so build-compare can do its work FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE1} '+%%H:%%M') @@ -62,15 +65,20 @@ %install %qmake5_install # install desktop icon & autostart -mkdir -pv %{buildroot}%{_datadir}/pixmaps %{buildroot}%{_datadir}/autostart -install -m0644 resources/graphics/rssguard.png -t %{buildroot}%{_datadir}/pixmaps -install -m0644 resources/desktop/rssguard.desktop.autostart -t %{buildroot}%{_datadir}/autostart +mkdir -pv %{buildroot}%{_datadir}/autostart +install -m0644 resources/desktop/com.github.%{name}.desktop.autostart -t %{buildroot}%{_datadir}/autostart +chmod -x %{buildroot}%{_datadir}/metainfo/com.github.%{name}.appdata.xml %fdupes -s %{buildroot} %files +%doc LICENSE.md +%dir %{_datadir}/applications +%dir %{_datadir}/autostart +%dir %{_datadir}/metainfo %{_bindir}/%{name} -%{_datadir}/applications/%{name}.desktop -%{_datadir}/pixmaps/rssguard.png -%{_datadir}/autostart +%{_datadir}/applications/com.github.%{name}.desktop +%{_datadir}/autostart/com.github.%{name}.desktop.autostart +%{_datadir}/metainfo/com.github.%{name}.appdata.xml +%{_datadir}/pixmaps/%{name}.png %changelog ++++++ rssguard-3.5.2-fix_no_return_nonvoid.patch ++++++ Index: rssguard-3.5.2/src/services/gmail/network/gmailnetworkfactory.cpp =================================================================== --- rssguard-3.5.2.orig/src/services/gmail/network/gmailnetworkfactory.cpp +++ rssguard-3.5.2/src/services/gmail/network/gmailnetworkfactory.cpp @@ -372,6 +372,7 @@ bool GmailNetworkFactory::obtainAndDecod else { return false; } + return 0; } QList<Message> GmailNetworkFactory::decodeLiteMessages(const QString& messages_json_data, const QString& stream_id, ++++++ rssguard-3.5.0.tar.gz -> rssguard-3.5.4.tar.gz ++++++ /work/SRC/openSUSE:Factory/rssguard/rssguard-3.5.0.tar.gz /work/SRC/openSUSE:Factory/.rssguard.new/rssguard-3.5.4.tar.gz differ: char 12, line 1
