commit quiterss for openSUSE:Leap:15.2

2020-04-25 Thread root
Hello community,

here is the log from the commit of package quiterss for openSUSE:Leap:15.2 
checked in at 2020-04-25 19:04:55

Comparing /work/SRC/openSUSE:Leap:15.2/quiterss (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.quiterss.new.2738 (New)


Package is "quiterss"

Sat Apr 25 19:04:55 2020 rev:18 rq:797093 version:0.19.4

Changes:

--- /work/SRC/openSUSE:Leap:15.2/quiterss/quiterss.changes  2020-04-12 
15:38:24.698013052 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.quiterss.new.2738/quiterss.changes
2020-04-25 19:04:56.839578030 +0200
@@ -1,0 +2,19 @@
+Tue Apr 21 11:48:35 UTC 2020 - Luigi Baldoni 
+
+- Update to version 0.19.4
+  * Added: Share. Viber, Telegram
+  * Added: Support Media-RSS
+  * Added: Switch focus from search when pressing Esc
+  * Changed: Lock headline news while scrolling content
+  * Changed: Hide directories when searching in feeds
+  * Fixed: Some news links do not have a scheme ("http")
+  * Fixed: Dark App Style. Setting background color and text
+color for labels
+  * Fixed: Dark App Style. Setting background color of
+alternative rows
+  * Fixed: Updating some feeds
+  * Fixed: Collapse of news description
+
+- Added quiterss-fix_webkit.patch
+
+---

Old:

  QuiteRSS-0.19.3-src.tar.gz

New:

  QuiteRSS-0.19.4-src.tar.gz
  quiterss-fix_webkit.patch



Other differences:
--
++ quiterss.spec ++
--- /var/tmp/diff_new_pack.P1UFyt/_old  2020-04-25 19:04:57.291579002 +0200
+++ /var/tmp/diff_new_pack.P1UFyt/_new  2020-04-25 19:04:57.291579002 +0200
@@ -17,13 +17,15 @@
 
 
 Name:   quiterss
-Version:0.19.3
+Version:0.19.4
 Release:0
 Summary:RSS/Atom aggregator
 License:GPL-3.0-or-later
 URL:https://www.quiterss.org
-Source: 
https://quiterss.org/files/%{version}/QuiteRSS-%{version}-src.tar.gz
+Source: 
https://quiterss.org/files/%{version}_/QuiteRSS-%{version}-src.tar.gz
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM quiterss-fix_webkit.patch aloi...@gmx.com -- fixes build 
with qt5webkit < 5.212~alpha4
+Patch0: quiterss-fix_webkit.patch
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -49,6 +51,7 @@
 
 %prep
 %setup -q -c
+%patch0 -p1
 dos2unix AUTHORS CHANGELOG README.md
 
 %build

++ QuiteRSS-0.19.3-src.tar.gz -> QuiteRSS-0.19.4-src.tar.gz ++
 2638 lines of diff (skipped)

++ quiterss-fix_webkit.patch ++
>From cf2e6b384b858e9d3243f0f3d6ec47ed0f267280 Mon Sep 17 00:00:00 2001
From: Shilyaev Egor 
Date: Tue, 21 Apr 2020 20:55:22 +0500
Subject: [PATCH] =?UTF-8?q?change:=20Webkit.=20=D0=97=D0=B0=D0=BF=D1=80?=
 =?UTF-8?q?=D0=B5=D1=82=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5?=
 =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86?=
 =?UTF-8?q?=D1=8B=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8=20(=D1=82=D0=BE?=
 =?UTF-8?q?=D0=BB=D1=8C=D0=BA=D0=BE=20=D0=B4=D0=BB=D1=8F=20Webkit=20alpha4?=
 =?UTF-8?q?)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 QuiteRSS.pro   | 3 +++
 src/application/mainwindow.cpp | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/QuiteRSS.pro b/QuiteRSS.pro
index de056662..d5088fdf 100644
--- a/QuiteRSS.pro
+++ b/QuiteRSS.pro
@@ -34,6 +34,9 @@ exists(.git) {
 isEqual(QT_MAJOR_VERSION, 5) {
   QT += widgets webkitwidgets network xml printsupport sql multimedia
   DEFINES += HAVE_QT5
+  equals(WEBKIT_ALPHA, true) {
+  DEFINES += WEBKIT_ALPHA
+  }
 } else {
   QT += core gui network xml webkit sql
   os2 {
diff --git a/src/application/mainwindow.cpp b/src/application/mainwindow.cpp
index d574cf38..f14c7805 100755
--- a/src/application/mainwindow.cpp
+++ b/src/application/mainwindow.cpp
@@ -2096,7 +2096,7 @@ void MainWindow::loadSettings()
   QWebSettings::globalSettings()->setAttribute(
 QWebSettings::PluginsEnabled, pluginsEnable_);
   QWebSettings::globalSettings()->setMaximumPagesInCache(maxPagesInCache_);
-#if QT_VERSION >= 0x050e00
+#ifdef WEBKIT_ALPHA
   QWebSettings::globalSettings()->setAttribute(
 QWebSettings::ErrorPageEnabled, false);
 #endif



commit quiterss for openSUSE:Leap:15.2

2020-04-12 Thread root
Hello community,

here is the log from the commit of package quiterss for openSUSE:Leap:15.2 
checked in at 2020-04-12 15:38:24

Comparing /work/SRC/openSUSE:Leap:15.2/quiterss (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.quiterss.new.3248 (New)


Package is "quiterss"

Sun Apr 12 15:38:24 2020 rev:17 rq:792745 version:0.19.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/quiterss/quiterss.changes  2020-01-15 
15:55:31.519669504 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.quiterss.new.3248/quiterss.changes
2020-04-12 15:38:24.698013052 +0200
@@ -1,0 +2,53 @@
+Thu Jan 30 18:38:04 UTC 2020 - Luigi Baldoni 
+
+- Update to version 0.19.3
+  * Changed: App style: dark
+  * Fixed: Application crash (Linux)
+
+- Dropped group tag
+
+---
+Tue Nov 26 17:20:31 UTC 2019 - Luigi Baldoni 
+
+- Update to version 0.19.2
+  * Added: App style: dark
+  * Fixed: Images are not displayed in some feeds
+  * Fixed: Sometimes news filter did not work when updating feeds
+
+---
+Sun Nov 17 19:14:27 UTC 2019 - Luigi Baldoni 
+
+- Update to version 0.19.1
+  * Fixed: Parsing of some feeds
+
+---
+Thu Nov 14 21:12:13 UTC 2019 - Luigi Baldoni 
+
+- Update to version 0.19.0
+  * Main: Switch to Qt 5.13
+  * Main: Embedded browser - WebKit 602.1
+  * Added: Calendar to avoid downloading old new
+  * Changed: SQLite 3.30.1
+  * Removed: Share. Google+
+  * Fixed: Description of some feeds
+  * Fixed: Parsing of some feeds
+
+---
+Mon Jul  2 06:52:58 UTC 2018 - aloi...@gmx.com
+
+- Update to version 0.18.12
+  * Added: Share. Hacker News
+  * Changed: Support for Qt 5.11 (Linux)
+  * Changed: High DPI support
+  * Fixed: Downloading feeds' icons for some feeds
+
+---
+Thu May 31 18:53:30 UTC 2018 - aloi...@gmx.com
+
+- Update to version 0.18.11
+  * Added: Notifications. Option "Close notification after opening
+news"
+  * Added: Support for Youtube feeds
+  * Changed: Folder property. Option "RTL" for all feeds in folder
+
+---

Old:

  QuiteRSS-0.18.10-src.tar.gz

New:

  QuiteRSS-0.19.3-src.tar.gz



Other differences:
--
++ quiterss.spec ++
--- /var/tmp/diff_new_pack.n3hnjU/_old  2020-04-12 15:38:25.054013322 +0200
+++ /var/tmp/diff_new_pack.n3hnjU/_new  2020-04-12 15:38:25.058013324 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package quiterss
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   quiterss
-Version:0.18.10
+Version:0.19.3
 Release:0
 Summary:RSS/Atom aggregator
-License:GPL-3.0+
-Group:  Productivity/Networking/News/Utilities
-Url:https://www.quiterss.org
+License:GPL-3.0-or-later
+URL:https://www.quiterss.org
 Source: 
https://quiterss.org/files/%{version}/QuiteRSS-%{version}-src.tar.gz
 Source99:   %{name}-rpmlintrc
+BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -49,16 +49,17 @@
 
 %prep
 %setup -q -c
+dos2unix AUTHORS CHANGELOG README.md
 
 %build
-%qmake5 PREFIX=%{_prefix} QMAKE_LRELEASE="lrelease-qt5"
+%qmake5 PREFIX=%{_prefix}
 %make_jobs
 
 %install
 %qmake5_install
 %find_lang %{name} --with-qt --without-mo
 %suse_update_desktop_file %{name}
-%fdupes -s %{buildroot}
+%fdupes %{buildroot}
 
 %files
 %doc AUTHORS CHANGELOG README.md

++ QuiteRSS-0.18.10-src.tar.gz -> QuiteRSS-0.19.3-src.tar.gz ++
 189876 lines of diff (skipped)