commit akregator for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2020-11-10 13:35:03

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.11331 (New)


Package is "akregator"

Tue Nov 10 13:35:03 2020 rev:55 rq:846605 version:20.08.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2020-10-12 
13:48:23.957947778 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.11331/akregator.changes   
2020-11-10 13:35:05.736993023 +0100
@@ -1,0 +2,10 @@
+Thu Nov  5 22:45:15 UTC 2020 - Luca Beltrame 
+
+- Update to 20.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-11-apps-update
+- Changes since 20.08.2:
+  * Fix Bug 428449 - wrong tab order in "edit feed" dialog (kde#428449)
+
+---

Old:

  akregator-20.08.2.tar.xz
  akregator-20.08.2.tar.xz.sig

New:

  akregator-20.08.3.tar.xz
  akregator-20.08.3.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.IzkDTu/_old  2020-11-10 13:35:06.496991513 +0100
+++ /var/tmp/diff_new_pack.IzkDTu/_new  2020-11-10 13:35:06.500991504 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:20.08.2
+Version:20.08.3
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-20.08.2.tar.xz -> akregator-20.08.3.tar.xz ++
 7072 lines of diff (skipped)





commit akregator for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2020-10-12 13:48:19

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.3486 (New)


Package is "akregator"

Mon Oct 12 13:48:19 2020 rev:54 rq:840544 version:20.08.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2020-09-09 
17:53:41.486755586 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.3486/akregator.changes
2020-10-12 13:48:23.957947778 +0200
@@ -1,0 +2,9 @@
+Fri Oct  9 05:42:47 UTC 2020 - Luca Beltrame 
+
+- Update to 20.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-10-apps-update
+- No code change since 20.08.1
+
+---

Old:

  akregator-20.08.1.tar.xz
  akregator-20.08.1.tar.xz.sig

New:

  akregator-20.08.2.tar.xz
  akregator-20.08.2.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.2My7IG/_old  2020-10-12 13:48:24.653948061 +0200
+++ /var/tmp/diff_new_pack.2My7IG/_new  2020-10-12 13:48:24.653948061 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:20.08.1
+Version:20.08.2
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-20.08.1.tar.xz -> akregator-20.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-20.08.1/CMakeLists.txt 
new/akregator-20.08.2/CMakeLists.txt
--- old/akregator-20.08.1/CMakeLists.txt2020-09-01 08:34:49.0 
+0200
+++ new/akregator-20.08.2/CMakeLists.txt2020-10-06 05:39:35.0 
+0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.15.1")
+set(PIM_VERSION "5.15.2")
 project(akregator VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.71.0")
-set(RELEASE_SERVICE_VERSION "20.08.1")
+set(RELEASE_SERVICE_VERSION "20.08.2")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -41,13 +41,13 @@
 
 set(QT_REQUIRED_VERSION "5.13.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.15.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.15.1")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.15.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.15.1")
-set(LIBKLEO_LIB_VERSION_LIB "5.15.1")
-set(MESSAGELIB_LIB_VERSION_LIB "5.15.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.15.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.15.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.15.2")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.15.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.15.2")
+set(LIBKLEO_LIB_VERSION_LIB "5.15.2")
+set(MESSAGELIB_LIB_VERSION_LIB "5.15.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.15.2")
 
 option(KDEPIM_KUSERFEEDBACK "Enable user feedback support (experimental)" 
FALSE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-20.08.1/configuration/akregator_config_userfeedback.desktop 
new/akregator-20.08.2/configuration/akregator_config_userfeedback.desktop
--- old/akregator-20.08.1/configuration/akregator_config_userfeedback.desktop   
2020-08-31 21:28:04.0 +0200
+++ new/akregator-20.08.2/configuration/akregator_config_userfeedback.desktop   
2020-10-03 14:47:35.0 +0200
@@ -21,6 +21,7 @@
 Name[fi]=Käyttäjäpalaute
 Name[fr]=Retours des utilisateurs
 Name[ia]=Responsa del usator
+Name[it]=Segnalazioni degli utenti
 Name[ko]=사용자 피드백
 Name[nl]=Terugkoppeling van gebruiker
 Name[nn]=Tilbakemeldingar
@@ -43,6 +44,7 @@
 X-KDE-Keywords[fi]=akregator, määritä, asetukset, käyttäjäpalaute, palaute
 X-KDE-Keywords[fr]=Akregator, configurer, paramétrage, retours des utilisateurs
 X-KDE-Keywords[ia]=akregator, configura, preferentias, responsa de usator
+X-KDE-Keywords[it]=akregator, configurazione, impostazioni, segnalazioniutenti
 X-KDE-Keywords[ko]=akregator, configure, settings, userfeedback, 설정, 일반, 사용자 
피드백
 X-KDE-Keywords[nl]=akregator, configureren, instellingen, terugkoppeling van 
gebruiker
 X-KDE-Keywords[nn]=akregator, kjelder, oppsett, tilbakemeldingar
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-20.08.1/po/ro/akregator.po 
new/akregator-20.08.2/po/ro/akregator.po
--- old/akregator-20.08.1/po/ro/akregator.po2020-09-01 08:34:47.0 
+0200
+++ new/akregator-20.08.2/po/ro/akregator.po2020-10-06 05:39:35.0 
+0200
@@ -1,16 +1,16 @@
 # Traducerea akregator.po în Română
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same 

commit akregator for openSUSE:Factory

2020-09-09 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2020-09-09 17:51:31

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.3399 (New)


Package is "akregator"

Wed Sep  9 17:51:31 2020 rev:53 rq:831706 version:20.08.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2020-08-18 
11:55:49.995275348 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.3399/akregator.changes
2020-09-09 17:53:41.486755586 +0200
@@ -1,0 +2,10 @@
+Tue Sep  1 20:48:54 UTC 2020 - Luca Beltrame 
+
+- Update to 20.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-09-apps-update
+- Changes since 20.08.0:
+  * use no deprecated enum Qt::MiddleButton
+
+---

Old:

  akregator-20.08.0.tar.xz
  akregator-20.08.0.tar.xz.sig

New:

  akregator-20.08.1.tar.xz
  akregator-20.08.1.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.zSqd4m/_old  2020-09-09 17:53:42.442756363 +0200
+++ /var/tmp/diff_new_pack.zSqd4m/_new  2020-09-09 17:53:42.446756366 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:20.08.0
+Version:20.08.1
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-20.08.0.tar.xz -> akregator-20.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-20.08.0/CMakeLists.txt 
new/akregator-20.08.1/CMakeLists.txt
--- old/akregator-20.08.0/CMakeLists.txt2020-08-07 09:08:28.0 
+0200
+++ new/akregator-20.08.1/CMakeLists.txt2020-09-01 08:34:49.0 
+0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.15.0")
+set(PIM_VERSION "5.15.1")
 project(akregator VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.71.0")
-set(RELEASE_SERVICE_VERSION "20.08.0")
+set(RELEASE_SERVICE_VERSION "20.08.1")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -41,13 +41,13 @@
 
 set(QT_REQUIRED_VERSION "5.13.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.15.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.15.0")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.15.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.15.0")
-set(LIBKLEO_LIB_VERSION_LIB "5.15.0")
-set(MESSAGELIB_LIB_VERSION_LIB "5.15.0")
-set(PIMCOMMON_LIB_VERSION_LIB "5.15.0")
+set(KONTACTINTERFACE_LIB_VERSION "5.15.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.15.1")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.15.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.15.1")
+set(LIBKLEO_LIB_VERSION_LIB "5.15.1")
+set(MESSAGELIB_LIB_VERSION_LIB "5.15.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.15.1")
 
 option(KDEPIM_KUSERFEEDBACK "Enable user feedback support (experimental)" 
FALSE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-20.08.0/configuration/akregator_config_general.desktop 
new/akregator-20.08.1/configuration/akregator_config_general.desktop
--- old/akregator-20.08.0/configuration/akregator_config_general.desktop
2020-08-05 10:23:07.0 +0200
+++ new/akregator-20.08.1/configuration/akregator_config_general.desktop
2020-08-31 21:28:04.0 +0200
@@ -110,7 +110,7 @@
 Comment[mr]=फीड संयोजीत करा
 Comment[nb]=Sett opp kilder
 Comment[nds]=Strööm instellen
-Comment[nl]=Feeds instellen
+Comment[nl]=Feeds configureren
 Comment[nn]=Set opp kjelder
 Comment[pa]=ਫੀਡ ਸੰਰਚਨਾ
 Comment[pl]=Ustawienia kanałów RSS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-20.08.0/po/eu/akregator.po 
new/akregator-20.08.1/po/eu/akregator.po
--- old/akregator-20.08.0/po/eu/akregator.po2020-08-07 09:08:27.0 
+0200
+++ new/akregator-20.08.1/po/eu/akregator.po2020-09-01 08:34:46.0 
+0200
@@ -1,24 +1,27 @@
-# translation of akregator.po to
-# translation of akregator.po to Basque
-# translation of akregator.po to Euskara
+# Translation for akregator.po to Euskara/Basque (eu).
+# Copyright (C) 2005-2020, This file is copyright:
+# This file is distributed under the same license as the akregator package.
+# KDE euskaratzeko proiektuko arduraduna .
+#
+# Translators:
 # Ion Gaztañaga , 2005.
 # Marcos  , 2005.
 # Ion Gaztañaga , 2005.
 # marcos , 2006.
-#
+# Iñigo Salvador Azurmendi , 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-07-13 

commit akregator for openSUSE:Factory

2020-08-18 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2020-08-18 11:55:34

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.3399 (New)


Package is "akregator"

Tue Aug 18 11:55:34 2020 rev:52 rq:826334 version:20.08.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2020-07-14 
07:46:07.687235280 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.3399/akregator.changes
2020-08-18 11:55:49.995275348 +0200
@@ -1,0 +2,25 @@
+Sun Aug  9 09:08:04 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-08-apps-update
+- Changes since 20.07.90:
+  * appdata: more general doc URL
+
+---
+Sun Aug  2 07:58:25 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.07.90
+  * New feature release
+- Changes since 20.07.80:
+  * Make FeedList::generateID return uint
+
+---
+Sun Jul 19 10:03:36 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.07.80
+  * New feature release
+- Too many changes to list here.
+
+---

Old:

  akregator-20.04.3.tar.xz
  akregator-20.04.3.tar.xz.sig

New:

  akregator-20.08.0.tar.xz
  akregator-20.08.0.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.QxKFE6/_old  2020-08-18 11:55:51.983276222 +0200
+++ /var/tmp/diff_new_pack.QxKFE6/_new  2020-08-18 11:55:51.987276224 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:20.04.3
+Version:20.08.0
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later
@@ -119,7 +119,8 @@
 %{_kf5_libdir}/libakregatorprivate.so.*
 %{_kf5_notifydir}/akregator.notifyrc
 %{_kf5_plugindir}/akregator*.so
-%{_kf5_plugindir}/kontact_akregatorplugin.so
+%dir %{_kf5_plugindir}/kontact5/
+%{_kf5_plugindir}/kontact5/kontact_akregatorplugin.so
 %{_kf5_servicesdir}/akregator_*.desktop
 %{_kf5_servicesdir}/feed.protocol
 %{_kf5_servicesdir}/kontact/

++ akregator-20.04.3.tar.xz -> akregator-20.08.0.tar.xz ++
 50669 lines of diff (skipped)





commit akregator for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2020-07-14 07:45:34

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.3060 (New)


Package is "akregator"

Tue Jul 14 07:45:34 2020 rev:51 rq:820114 version:20.04.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2020-06-14 
18:17:45.323235768 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.3060/akregator.changes
2020-07-14 07:46:07.687235280 +0200
@@ -1,0 +2,11 @@
+Thu Jul  9 20:08:24 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-07-apps-update
+- Changes since 20.04.2:
+  * Fix show "switch_application_language"
+  * Update Planet KDE feed to current atomic one
+
+---

Old:

  akregator-20.04.2.tar.xz
  akregator-20.04.2.tar.xz.sig

New:

  akregator-20.04.3.tar.xz
  akregator-20.04.3.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.OuhIpE/_old  2020-07-14 07:46:08.375237502 +0200
+++ /var/tmp/diff_new_pack.OuhIpE/_new  2020-07-14 07:46:08.379237514 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:20.04.2
+Version:20.04.3
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-20.04.2.tar.xz -> akregator-20.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-20.04.2/CMakeLists.txt 
new/akregator-20.04.3/CMakeLists.txt
--- old/akregator-20.04.2/CMakeLists.txt2020-06-09 02:45:15.0 
+0200
+++ new/akregator-20.04.3/CMakeLists.txt2020-07-07 03:07:47.0 
+0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.14.2")
+set(KDEPIM_VERSION_NUMBER "5.14.3")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_MIN_VERSION "5.68.0")
-set(RELEASE_SERVICE_VERSION "20.04.2")
+set(RELEASE_SERVICE_VERSION "20.04.3")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -41,13 +41,13 @@
 
 set(QT_REQUIRED_VERSION "5.12.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.14.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.14.2")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.14.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.14.2")
-set(LIBKLEO_LIB_VERSION_LIB "5.14.2")
-set(MESSAGELIB_LIB_VERSION_LIB "5.14.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.14.2")
+set(KONTACTINTERFACE_LIB_VERSION "5.14.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.14.3")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.14.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.14.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.14.3")
+set(MESSAGELIB_LIB_VERSION_LIB "5.14.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.14.3")
 
 option(KDEPIM_KUSERFEEDBACK "Enable user feedback support (experimental)" 
FALSE)
 
Binary files old/akregator-20.04.2/po/ca/docs/akregator/feed.png and 
new/akregator-20.04.3/po/ca/docs/akregator/feed.png differ
Binary files old/akregator-20.04.2/po/ca/docs/akregator/konq.png and 
new/akregator-20.04.3/po/ca/docs/akregator/konq.png differ
Binary files old/akregator-20.04.2/po/ca/docs/akregator/konq2.png and 
new/akregator-20.04.3/po/ca/docs/akregator/konq2.png differ
Binary files old/akregator-20.04.2/po/ca/docs/akregator/rss.png and 
new/akregator-20.04.3/po/ca/docs/akregator/rss.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-20.04.2/po/cs/akregator.po 
new/akregator-20.04.3/po/cs/akregator.po
--- old/akregator-20.04.2/po/cs/akregator.po2020-06-09 02:45:12.0 
+0200
+++ new/akregator-20.04.3/po/cs/akregator.po2020-07-07 03:07:44.0 
+0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2020-05-05 11:29+0200\n"
 "Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
-"Language: en_US\n"
+"Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-20.04.2/po/fr/akregator.po 
new/akregator-20.04.3/po/fr/akregator.po
--- old/akregator-20.04.2/po/fr/akregator.po2020-06-09 02:45:12.0 
+0200
+++ new/akregator-20.04.3/po/fr/akregator.po2020-07-07 03:07:45.0 
+0200
@@ -11,7 +11,7 @@
 # Nicolas Ternisien , 2008, 2010, 2012.
 # Maxime Corteel , 2013, 2015, 2016, 2017, 2018, 2019.
 # Sebastien Renard , 2013, 2016.
-# xavier , 2013, 2014.

commit akregator for openSUSE:Factory

2020-06-14 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2020-06-14 18:17:40

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.3606 (New)


Package is "akregator"

Sun Jun 14 18:17:40 2020 rev:50 rq:813575 version:20.04.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2020-05-20 
18:39:08.780442451 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.3606/akregator.changes
2020-06-14 18:17:45.323235768 +0200
@@ -1,0 +2,10 @@
+Tue Jun  9 12:13:55 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-06-apps-update
+- Changes since 20.04.1:
+  * Fix Bug 422193 - start page don't display properly with qt 5.15 
(kde#422193)
+
+---

Old:

  akregator-20.04.1.tar.xz
  akregator-20.04.1.tar.xz.sig

New:

  akregator-20.04.2.tar.xz
  akregator-20.04.2.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.0GWtcd/_old  2020-06-14 18:17:46.391238508 +0200
+++ /var/tmp/diff_new_pack.0GWtcd/_new  2020-06-14 18:17:46.395238519 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:20.04.1
+Version:20.04.2
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-20.04.1.tar.xz -> akregator-20.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-20.04.1/CMakeLists.txt 
new/akregator-20.04.2/CMakeLists.txt
--- old/akregator-20.04.1/CMakeLists.txt2020-05-12 03:25:12.0 
+0200
+++ new/akregator-20.04.2/CMakeLists.txt2020-06-09 02:45:15.0 
+0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.14.1")
+set(KDEPIM_VERSION_NUMBER "5.14.2")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_MIN_VERSION "5.68.0")
-set(RELEASE_SERVICE_VERSION "20.04.0")
+set(RELEASE_SERVICE_VERSION "20.04.2")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -41,13 +41,13 @@
 
 set(QT_REQUIRED_VERSION "5.12.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.14.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.14.1")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.14.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.14.1")
-set(LIBKLEO_LIB_VERSION_LIB "5.14.1")
-set(MESSAGELIB_LIB_VERSION_LIB "5.14.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.14.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.14.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.14.2")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.14.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.14.2")
+set(LIBKLEO_LIB_VERSION_LIB "5.14.2")
+set(MESSAGELIB_LIB_VERSION_LIB "5.14.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.14.2")
 
 option(KDEPIM_KUSERFEEDBACK "Enable user feedback support (experimental)" 
FALSE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-20.04.1/configuration/akregator_config_userfeedback.desktop 
new/akregator-20.04.2/configuration/akregator_config_userfeedback.desktop
--- old/akregator-20.04.1/configuration/akregator_config_userfeedback.desktop   
2020-05-11 23:34:00.0 +0200
+++ new/akregator-20.04.2/configuration/akregator_config_userfeedback.desktop   
2020-06-08 20:09:40.0 +0200
@@ -17,13 +17,16 @@
 Name[en_GB]=User Feedback
 Name[es]=Comentarios del usuario
 Name[et]=Kasutaja tagasiside
+Name[fi]=Käyttäjäpalaute
 Name[fr]=Retours des utilisateurs
 Name[ia]=Responsa del usator
 Name[ko]=사용자 피드백
 Name[nl]=Terugkoppeling van gebruiker
+Name[nn]=Tilbakemeldingar
 Name[pt]=Reacções do Utilizador
 Name[pt_BR]=Comentários do usuário
 Name[ru]=Обратная связь
+Name[sk]=Používateľská odozva
 Name[sv]=Användaråterkoppling
 Name[uk]=Відгуки користувача
 Name[x-test]=xxUser Feedbackxx
@@ -34,13 +37,16 @@
 X-KDE-Keywords[en_GB]=akregator, configure, settings, userfeedback
 X-KDE-Keywords[es]=akregator, configurar, preferencias, comentarios del usuario
 X-KDE-Keywords[et]=akregator, seadistamine, seadistused, kasutaja tagasiside
+X-KDE-Keywords[fi]=akregator, määritä, asetukset, käyttäjäpalaute, palaute
 X-KDE-Keywords[fr]=Akregator, configurer, paramétrage, retours des utilisateurs
 X-KDE-Keywords[ia]=akregator, configure, settings, userfeedback
 X-KDE-Keywords[ko]=akregator, configure, settings, userfeedback, 설정, 일반, 사용자 
피드백
 X-KDE-Keywords[nl]=akregator, configureren, instellingen, terugkoppeling van 
gebruiker

commit akregator for openSUSE:Factory

2020-05-20 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2020-05-20 18:39:02

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.2738 (New)


Package is "akregator"

Wed May 20 18:39:02 2020 rev:49 rq:806313 version:20.04.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2020-04-25 
20:21:32.845183573 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.2738/akregator.changes
2020-05-20 18:39:08.780442451 +0200
@@ -1,0 +2,9 @@
+Fri May 15 15:40:51 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-05-apps-update
+- No code change since 20.04.0
+
+---
@@ -17,2 +25,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-rc
@@ -28,2 +34,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-beta
@@ -39 +44 @@
-  * https://www.kde.org/announcements/releases/19.12.3
+  * https://kde.org/announcements/releases/2020-03-apps-update
@@ -53 +58 @@
-  * https://www.kde.org/announcements/releases/19.12.2
+  * https://kde.org/announcements/releases/2020-02-apps-update

Old:

  akregator-20.04.0.tar.xz
  akregator-20.04.0.tar.xz.sig

New:

  akregator-20.04.1.tar.xz
  akregator-20.04.1.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.w7OQ7Q/_old  2020-05-20 18:39:09.78555 +0200
+++ /var/tmp/diff_new_pack.w7OQ7Q/_new  2020-05-20 18:39:09.78555 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:20.04.0
+Version:20.04.1
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-20.04.0.tar.xz -> akregator-20.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-20.04.0/CMakeLists.txt 
new/akregator-20.04.1/CMakeLists.txt
--- old/akregator-20.04.0/CMakeLists.txt2020-04-17 02:38:34.0 
+0200
+++ new/akregator-20.04.1/CMakeLists.txt2020-05-12 03:25:12.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.14.0")
+set(KDEPIM_VERSION_NUMBER "5.14.1")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_MIN_VERSION "5.68.0")
@@ -41,13 +41,13 @@
 
 set(QT_REQUIRED_VERSION "5.12.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.14.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.14.0")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.14.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.14.0")
-set(LIBKLEO_LIB_VERSION_LIB "5.14.0")
-set(MESSAGELIB_LIB_VERSION_LIB "5.14.0")
-set(PIMCOMMON_LIB_VERSION_LIB "5.14.0")
+set(KONTACTINTERFACE_LIB_VERSION "5.14.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.14.1")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.14.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.14.1")
+set(LIBKLEO_LIB_VERSION_LIB "5.14.1")
+set(MESSAGELIB_LIB_VERSION_LIB "5.14.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.14.1")
 
 option(KDEPIM_KUSERFEEDBACK "Enable user feedback support (experimental)" 
FALSE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-20.04.0/configuration/akregator_config_userfeedback.desktop 
new/akregator-20.04.1/configuration/akregator_config_userfeedback.desktop
--- old/akregator-20.04.0/configuration/akregator_config_userfeedback.desktop   
2020-04-15 11:26:16.0 +0200
+++ new/akregator-20.04.1/configuration/akregator_config_userfeedback.desktop   
2020-05-11 23:34:00.0 +0200
@@ -18,10 +18,12 @@
 Name[es]=Comentarios del usuario
 Name[et]=Kasutaja tagasiside
 Name[fr]=Retours des utilisateurs
+Name[ia]=Responsa del usator
 Name[ko]=사용자 피드백
 Name[nl]=Terugkoppeling van gebruiker
 Name[pt]=Reacções do Utilizador
 Name[pt_BR]=Comentários do usuário
+Name[ru]=Обратная связь
 Name[sv]=Användaråterkoppling
 Name[uk]=Відгуки користувача
 Name[x-test]=xxUser Feedbackxx
@@ -33,10 +35,12 @@
 X-KDE-Keywords[es]=akregator, configurar, preferencias, comentarios del usuario
 X-KDE-Keywords[et]=akregator, seadistamine, seadistused, kasutaja tagasiside
 X-KDE-Keywords[fr]=Akregator, configurer, paramétrage, retours des utilisateurs
+X-KDE-Keywords[ia]=akregator, configure, settings, userfeedback
 X-KDE-Keywords[ko]=akregator, configure, settings, userfeedback, 설정, 일반, 사용자 
피드백
 X-KDE-Keywords[nl]=akregator, configureren, instellingen, terugkoppeling van 
gebruiker
 X-KDE-Keywords[pt]=akregator, configurar, configuração, reacções 

commit akregator for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2020-04-25 20:21:00

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.2738 (New)


Package is "akregator"

Sat Apr 25 20:21:00 2020 rev:48 rq:796842 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2020-03-11 
18:35:17.311006981 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new.2738/akregator.changes
2020-04-25 20:21:32.845183573 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:21:47 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Inform when loading was done
+  * Fix display userfeedback config in kontact config dialogbox
+
+---
+Sun Apr  5 20:29:34 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Fix clazy warning/cppcheck warning
+  * Use correct namespace
+
+---
+Sun Mar 22 09:16:29 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes since 19.12.3, only listing bugfixes:
+  * Don't translate file extension (kde#416983)
+
+---

Old:

  akregator-19.12.3.tar.xz
  akregator-19.12.3.tar.xz.sig

New:

  akregator-20.04.0.tar.xz
  akregator-20.04.0.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.AX6oYF/_old  2020-04-25 20:21:33.897185742 +0200
+++ /var/tmp/diff_new_pack.AX6oYF/_new  2020-04-25 20:21:33.901185751 +0200
@@ -21,17 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Utilities
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
@@ -70,18 +66,11 @@
 Obsoletes:  akregator5 < %{version}
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
-# Needed for 42.3
-%if 0%{?suse_version} < 1330
-# It does not build with the default compiler (GCC 4.8) on Leap 42.x
-%if 0%{?sle_version} < 120300
-BuildRequires:  gcc6-c++
-%else
-BuildRequires:  gcc7-c++
-%endif
-%endif
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Akregator is a news feed reader. It enables you to follow news sites,
@@ -91,24 +80,12 @@
 Konqueror integration for adding news feeds and with an internal
 browser for news reading.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q
 
 %build
-%if 0%{?suse_version} < 1330
-  # It does not build with the default compiler (GCC 4.8) on Leap 42.x
-  %if 0%{?sle_version} < 120300
-export CC=gcc-6
-export CXX=g++-6
-  %else
-export CC=gcc-7
-export CXX=g++-7
-  %endif
-%endif
 %cmake_kf5 -d build -- -DBUILD_TESTING=OFF
 %cmake_build
 

++ akregator-19.12.3.tar.xz -> akregator-20.04.0.tar.xz ++
 32385 lines of diff (skipped)





commit akregator for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2020-03-11 18:34:48

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.3160 (New)


Package is "akregator"

Wed Mar 11 18:34:48 2020 rev:47 rq:782310 version:19.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2020-02-10 
21:47:34.041996770 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new.3160/akregator.changes
2020-03-11 18:35:17.311006981 +0100
@@ -1,0 +2,9 @@
+Thu Mar  5 20:35:37 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.3
+- No code change since 19.12.2
+
+---

Old:

  akregator-19.12.2.tar.xz
  akregator-19.12.2.tar.xz.sig

New:

  akregator-19.12.3.tar.xz
  akregator-19.12.3.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.5iRktf/_old  2020-03-11 18:35:17.963007381 +0100
+++ /var/tmp/diff_new_pack.5iRktf/_new  2020-03-11 18:35:17.963007381 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:19.12.2
+Version:19.12.3
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-19.12.2.tar.xz -> akregator-19.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.12.2/CMakeLists.txt 
new/akregator-19.12.3/CMakeLists.txt
--- old/akregator-19.12.2/CMakeLists.txt2020-02-04 02:50:27.0 
+0100
+++ new/akregator-19.12.3/CMakeLists.txt2020-03-03 01:33:24.0 
+0100
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.13.2")
+set(KDEPIM_VERSION_NUMBER "5.13.3")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_MIN_VERSION "5.63.0")
-set(KDE_APPLICATIONS_VERSION "19.12.2")
+set(KDE_APPLICATIONS_VERSION "19.12.3")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -41,13 +41,13 @@
 
 set(QT_REQUIRED_VERSION "5.11.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.13.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.13.2")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.13.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.13.2")
-set(LIBKLEO_LIB_VERSION_LIB "5.13.2")
-set(MESSAGELIB_LIB_VERSION_LIB "5.13.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.13.2")
+set(KONTACTINTERFACE_LIB_VERSION "5.13.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.13.3")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.13.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.13.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.13.3")
+set(MESSAGELIB_LIB_VERSION_LIB "5.13.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.13.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-19.12.2/configuration/akregator_config_advanced.desktop 
new/akregator-19.12.3/configuration/akregator_config_advanced.desktop
--- old/akregator-19.12.2/configuration/akregator_config_advanced.desktop   
2020-02-04 00:33:42.0 +0100
+++ new/akregator-19.12.3/configuration/akregator_config_advanced.desktop   
2020-03-01 10:53:40.0 +0100
@@ -139,6 +139,7 @@
 X-KDE-Keywords[nb]=akregator, sett opp, innstillinger, avansert
 X-KDE-Keywords[nds]=Akregator, fastleggen, Instellen, verwiedert
 X-KDE-Keywords[nl]=akregator, instellen, instellingen, geavanceerd
+X-KDE-Keywords[nn]=akregator, kjelder, oppsett, set opp, innstillingar, 
lesarar, tilkopla-lesarar, nyheitskjelder
 X-KDE-Keywords[pl]=akregator, konfiguruj, ustawienia, zaawansowane
 X-KDE-Keywords[pt]=akregator, configurar, configuração, avançado
 X-KDE-Keywords[pt_BR]=akregator,configurar,configurações,avançado
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-19.12.2/configuration/akregator_config_archive.desktop 
new/akregator-19.12.3/configuration/akregator_config_archive.desktop
--- old/akregator-19.12.2/configuration/akregator_config_archive.desktop
2020-02-04 00:33:42.0 +0100
+++ new/akregator-19.12.3/configuration/akregator_config_archive.desktop
2020-03-01 10:53:40.0 +0100
@@ -138,6 +138,7 @@
 X-KDE-Keywords[nb]=akregator, sett opp, innstillinger, arkiv
 X-KDE-Keywords[nds]=Akregator, fastleggen, Instellen, Archiev
 X-KDE-Keywords[nl]=akregator, instellen, 

commit akregator for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2020-02-10 21:47:33

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.26092 (New)


Package is "akregator"

Mon Feb 10 21:47:33 2020 rev:46 rq:771577 version:19.12.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2020-01-19 
20:51:22.799859334 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new.26092/akregator.changes   
2020-02-10 21:47:34.041996770 +0100
@@ -1,0 +2,14 @@
+Fri Feb  7 08:36:48 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Wed Feb  5 06:28:40 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.2
+- No code change since 19.12.1
+
+---

Old:

  akregator-19.12.1.tar.xz
  akregator-19.12.1.tar.xz.sig

New:

  akregator-19.12.2.tar.xz
  akregator-19.12.2.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.uOxiOJ/_old  2020-02-10 21:47:34.653997108 +0100
+++ /var/tmp/diff_new_pack.uOxiOJ/_new  2020-02-10 21:47:34.657997110 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:19.12.1
+Version:19.12.2
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later
@@ -110,7 +110,7 @@
   %endif
 %endif
 %cmake_kf5 -d build -- -DBUILD_TESTING=OFF
-%make_jobs
+%cmake_build
 
 %install
 %kf5_makeinstall -C build

++ akregator-19.12.1.tar.xz -> akregator-19.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.12.1/CMakeLists.txt 
new/akregator-19.12.2/CMakeLists.txt
--- old/akregator-19.12.1/CMakeLists.txt2020-01-07 03:29:26.0 
+0100
+++ new/akregator-19.12.2/CMakeLists.txt2020-02-04 02:50:27.0 
+0100
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.13.1")
+set(KDEPIM_VERSION_NUMBER "5.13.2")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_MIN_VERSION "5.63.0")
-set(KDE_APPLICATIONS_VERSION "19.12.1")
+set(KDE_APPLICATIONS_VERSION "19.12.2")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -41,13 +41,13 @@
 
 set(QT_REQUIRED_VERSION "5.11.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.13.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.13.1")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.13.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.13.1")
-set(LIBKLEO_LIB_VERSION_LIB "5.13.1")
-set(MESSAGELIB_LIB_VERSION_LIB "5.13.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.13.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.13.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.13.2")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.13.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.13.2")
+set(LIBKLEO_LIB_VERSION_LIB "5.13.2")
+set(MESSAGELIB_LIB_VERSION_LIB "5.13.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.13.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-19.12.1/configuration/akregator_config_plugins.desktop 
new/akregator-19.12.2/configuration/akregator_config_plugins.desktop
--- old/akregator-19.12.1/configuration/akregator_config_plugins.desktop
2020-01-06 15:11:47.0 +0100
+++ new/akregator-19.12.2/configuration/akregator_config_plugins.desktop
2020-02-04 00:33:42.0 +0100
@@ -92,6 +92,7 @@
 Comment[fi]=Liitännäisten asetukset
 Comment[fr]=Configurer les modules externes
 Comment[gl]=Configurar os complementos
+Comment[ia]=Configura Plug-ins
 Comment[it]=Configura estensioni
 Comment[ko]=플러그인 설정
 Comment[lt]=Konfigūruoti papildinius
@@ -126,6 +127,7 @@
 X-KDE-Keywords[fi]=akregator, asetukset, webEngine, liitännäiset
 X-KDE-Keywords[fr]=Akregator, configurer, paramétrage, webEngine, modules 
externes
 X-KDE-Keywords[gl]=akregator, configurar, configuración, motor web, 
complementos
+X-KDE-Keywords[ia]=akregator, configure, settings, webEngine, plugins
 X-KDE-Keywords[it]=akregator, configurazione, impostazioni, webEngine, 
estensioni
 X-KDE-Keywords[ko]=akregator, configure, settings, online readers, 설정, 온라인 리더, 
webEngine, plugins
 X-KDE-Keywords[lt]=akregator, konfigūruoti, nuostatos, interneto variklis, 
papildiniai
diff -urN 

commit akregator for openSUSE:Factory

2020-01-19 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2020-01-19 20:51:21

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.26092 (New)


Package is "akregator"

Sun Jan 19 20:51:21 2020 rev:45 rq:764353 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2020-01-11 
14:41:03.489208950 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new.26092/akregator.changes   
2020-01-19 20:51:22.799859334 +0100
@@ -1,0 +2,5 @@
+Tue Jan 14 15:43:27 UTC 2020 - Christophe Giboudeaux 
+
+- Drop the unneeded python2 requirement.
+
+---



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.xnG0lw/_old  2020-01-19 20:51:24.063859997 +0100
+++ /var/tmp/diff_new_pack.xnG0lw/_new  2020-01-19 20:51:24.063859997 +0100
@@ -36,7 +36,6 @@
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
 BuildRequires:  libkleo
-BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Grantlee5)
 BuildRequires:  cmake(KF5AkonadiMime)






commit akregator for openSUSE:Factory

2020-01-11 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2020-01-11 14:39:44

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.6675 (New)


Package is "akregator"

Sat Jan 11 14:39:44 2020 rev:44 rq:762274 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-12-13 
12:01:56.597457290 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new.6675/akregator.changes
2020-01-11 14:41:03.489208950 +0100
@@ -1,0 +2,10 @@
+Tue Jan  7 10:08:53 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 19.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.1
+- Changes since 19.12.0:
+  * Update Appstream for new release
+
+---
@@ -7 +17 @@
-  * https://www.kde.org/announcements/releases/19.12.0
+  * https://www.kde.org/announcements/releases/19.12

Old:

  akregator-19.12.0.tar.xz
  akregator-19.12.0.tar.xz.sig

New:

  akregator-19.12.1.tar.xz
  akregator-19.12.1.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.KyrhAa/_old  2020-01-11 14:41:03.977209143 +0100
+++ /var/tmp/diff_new_pack.KyrhAa/_new  2020-01-11 14:41:03.977209143 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akregator
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:19.12.0
+Version:19.12.1
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-19.12.0.tar.xz -> akregator-19.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.12.0/CMakeLists.txt 
new/akregator-19.12.1/CMakeLists.txt
--- old/akregator-19.12.0/CMakeLists.txt2019-12-06 02:51:38.0 
+0100
+++ new/akregator-19.12.1/CMakeLists.txt2020-01-07 03:29:26.0 
+0100
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.13.0")
+set(KDEPIM_VERSION_NUMBER "5.13.1")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_MIN_VERSION "5.63.0")
-set(KDE_APPLICATIONS_VERSION "19.12.0")
+set(KDE_APPLICATIONS_VERSION "19.12.1")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -41,13 +41,13 @@
 
 set(QT_REQUIRED_VERSION "5.11.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.13.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.13.0")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.13.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.13.0")
-set(LIBKLEO_LIB_VERSION_LIB "5.13.0")
-set(MESSAGELIB_LIB_VERSION_LIB "5.13.0")
-set(PIMCOMMON_LIB_VERSION_LIB "5.13.0")
+set(KONTACTINTERFACE_LIB_VERSION "5.13.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.13.1")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.13.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.13.1")
+set(LIBKLEO_LIB_VERSION_LIB "5.13.1")
+set(MESSAGELIB_LIB_VERSION_LIB "5.13.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.13.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.12.0/po/ca/akregator.po 
new/akregator-19.12.1/po/ca/akregator.po
--- old/akregator-19.12.0/po/ca/akregator.po2019-12-06 02:50:44.0 
+0100
+++ new/akregator-19.12.1/po/ca/akregator.po2020-01-07 03:29:22.0 
+0100
@@ -5,20 +5,20 @@
 # Sebastià Pla i Sanz , 2006.
 # Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016, 2017, 2018, 2019.
 # Manuel Tortosa , 2010, 2011.
-# Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017, 
2018.
+# Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017, 
2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-11-29 08:00+0100\n"
-"PO-Revision-Date: 2019-11-17 19:22+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2019-12-08 20:48+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.03.70\n"
 "Plural-Forms: nplurals=2; 

commit akregator for openSUSE:Factory

2019-12-13 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-12-13 12:01:45

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.4691 (New)


Package is "akregator"

Fri Dec 13 12:01:45 2019 rev:43 rq:756144 version:19.12.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-11-12 
11:33:55.233993225 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new.4691/akregator.changes
2019-12-13 12:01:56.597457290 +0100
@@ -1,0 +2,30 @@
+Tue Dec 10 06:38:03 UTC 2019 - Luca Beltrame 
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- Changes since 19.11.90:
+  * Update Appstream for new release
+  * Make it compile with qt5.14
+
+---
+Sat Nov 30 09:11:25 UTC 2019 - Luca Beltrame 
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- Too many changes since 19.11.80, only listing bugfixes:
+  * Fix Bug 177511 - inline article view in new-opened-article
+scrolls to "same" position as previous opened article in same feed 
(kde#177511)
+
+---
+Sun Nov 24 13:28:56 UTC 2019 - Luca Beltrame 
+
+- Update to 19.11.80
+  * New feature release
+- Too many changes since 19.08.3, only listing bugfixes:
+  * Fix Bug 412182 - Missing date for new articles (kde#412182)
+
+---

Old:

  akregator-19.08.3.tar.xz
  akregator-19.08.3.tar.xz.sig

New:

  akregator-19.12.0.tar.xz
  akregator-19.12.0.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.zKLlsr/_old  2019-12-13 12:01:57.929456786 +0100
+++ /var/tmp/diff_new_pack.zKLlsr/_new  2019-12-13 12:01:57.973456769 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akregator
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,58 +16,57 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:19.08.3
+Version:19.12.0
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Utilities
 URL:https://www.kde.org
-Source: 
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
-BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
-BuildRequires:  grantlee5-devel
-BuildRequires:  grantleetheme-devel
-BuildRequires:  kcmutils-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  kdoctools-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  knotifications-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
-BuildRequires:  kparts-devel
-BuildRequires:  kpimtextedit-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  kwindowsystem-devel
-BuildRequires:  kxmlgui-devel
-BuildRequires:  libkdepim-devel >= %{_kapp_version}
 BuildRequires:  libkleo
-BuildRequires:  messagelib-devel
-BuildRequires:  pimcommon-devel
-BuildRequires:  pkgconfig
 BuildRequires:  python-devel
-BuildRequires:  syndication-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.7.0
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.7.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.7.0
-BuildRequires:  pkgconfig(Qt5PrintSupport)
-BuildRequires:  pkgconfig(Qt5Qml) >= 5.7.0
-BuildRequires:  pkgconfig(Qt5Quick) >= 5.7.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.7.0
-BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.7.0
-BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.7.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.7.0
+BuildRequires:  

commit akregator for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-11-12 11:33:55

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.2990 (New)


Package is "akregator"

Tue Nov 12 11:33:55 2019 rev:42 rq:746796 version:19.08.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-10-14 
13:24:54.335992745 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.2990/akregator.changes
2019-11-12 11:33:55.233993225 +0100
@@ -1,0 +2,9 @@
+Thu Nov  7 23:12:30 UTC 2019 - Luca Beltrame 
+
+- Update to 19.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.3.php
+- No code change since 19.08.2
+
+---

Old:

  akregator-19.08.2.tar.xz
  akregator-19.08.2.tar.xz.sig

New:

  akregator-19.08.3.tar.xz
  akregator-19.08.3.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.zEVcTT/_old  2019-11-12 11:33:55.725993760 +0100
+++ /var/tmp/diff_new_pack.zEVcTT/_new  2019-11-12 11:33:55.725993760 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:19.08.2
+Version:19.08.3
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-19.08.2.tar.xz -> akregator-19.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.08.2/CMakeLists.txt 
new/akregator-19.08.3/CMakeLists.txt
--- old/akregator-19.08.2/CMakeLists.txt2019-10-08 02:24:07.0 
+0200
+++ new/akregator-19.08.3/CMakeLists.txt2019-11-05 05:16:01.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.12.2")
+set(KDEPIM_VERSION_NUMBER "5.12.3")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_MIN_VERSION "5.60.0")
@@ -40,13 +40,13 @@
 
 set(QT_REQUIRED_VERSION "5.11.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.12.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.12.1")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.12.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.12.1")
-set(LIBKLEO_LIB_VERSION_LIB "5.12.1")
-set(MESSAGELIB_LIB_VERSION_LIB "5.12.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.12.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.12.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.12.3")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.12.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.12.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.12.3")
+set(MESSAGELIB_LIB_VERSION_LIB "5.12.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.12.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.08.2/po/es/docs/akregator/index.docbook 
new/akregator-19.08.3/po/es/docs/akregator/index.docbook
--- old/akregator-19.08.2/po/es/docs/akregator/index.docbook2019-10-08 
02:24:06.0 +0200
+++ new/akregator-19.08.3/po/es/docs/akregator/index.docbook2019-11-05 
05:16:00.0 +0100
@@ -1836,8 +1836,7 @@
 >y Javier Viñal fjvi...@gmail.com  
-  
+>   
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.08.2/po/gl/akregator.po 
new/akregator-19.08.3/po/gl/akregator.po
--- old/akregator-19.08.2/po/gl/akregator.po2019-10-08 02:24:03.0 
+0200
+++ new/akregator-19.08.3/po/gl/akregator.po2019-11-05 05:15:59.0 
+0100
@@ -38,8 +38,8 @@
 "collects the content for you."
 msgstr ""
 "Os lectores de novas fornecen unha forma cómoda de explorar distintos tipos "
-"de contidos, como novas, blogues, e outros contidos de sitios en internet. "
-"En vez de consultar manualmente todos os sitios en internet para comprobar "
+"de contidos, como novas, blogues, e outros contidos de sitios en Internet. "
+"En vez de consultar manualmente todos os sitios en Internet para comprobar "
 "se hai actualizacións, Akregator recolle o contido por vostede."
 
 #: src/about/introduction_akregator.html:19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.08.2/po/it/akregator.po 
new/akregator-19.08.3/po/it/akregator.po
--- old/akregator-19.08.2/po/it/akregator.po2019-10-08 02:24:04.0 
+0200
+++ new/akregator-19.08.3/po/it/akregator.po2019-11-05 05:15:59.0 
+0100
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-08-30 07:47+0200\n"
 "PO-Revision-Date: 

commit akregator for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-10-14 13:24:52

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.2352 (New)


Package is "akregator"

Mon Oct 14 13:24:52 2019 rev:41 rq:737674 version:19.08.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-09-09 
12:21:25.889899249 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.2352/akregator.changes
2019-10-14 13:24:54.335992745 +0200
@@ -1,0 +2,9 @@
+Fri Oct 11 07:42:20 UTC 2019 - Luca Beltrame 
+
+- Update to 19.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.2.php
+- No code change since 19.08.1
+
+---

Old:

  akregator-19.08.1.tar.xz
  akregator-19.08.1.tar.xz.sig

New:

  akregator-19.08.2.tar.xz
  akregator-19.08.2.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.xPZTOC/_old  2019-10-14 13:24:55.111990723 +0200
+++ /var/tmp/diff_new_pack.xPZTOC/_new  2019-10-14 13:24:55.115990713 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:19.08.1
+Version:19.08.2
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-19.08.1.tar.xz -> akregator-19.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.08.1/CMakeLists.txt 
new/akregator-19.08.2/CMakeLists.txt
--- old/akregator-19.08.1/CMakeLists.txt2019-09-03 03:47:41.0 
+0200
+++ new/akregator-19.08.2/CMakeLists.txt2019-10-08 02:24:07.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.12.1")
+set(KDEPIM_VERSION_NUMBER "5.12.2")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_MIN_VERSION "5.60.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.08.1/po/cs/akregator.po 
new/akregator-19.08.2/po/cs/akregator.po
--- old/akregator-19.08.1/po/cs/akregator.po2019-09-03 03:47:39.0 
+0200
+++ new/akregator-19.08.2/po/cs/akregator.po2019-10-08 02:24:02.0 
+0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2018.
+# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2018, 2019.
 # Tomáš Chvátal , 2012, 2013.
 #
 msgid ""
@@ -8,7 +8,7 @@
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2018-04-03 17:15+0100\n"
+"PO-Revision-Date: 2019-09-11 15:26+0200\n"
 "Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: en_US\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.08.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -37,6 +37,10 @@
 "checking all your favorite web sites manually for updates, Akregator "
 "collects the content for you."
 msgstr ""
+"Čtečky kanálů poskytují pohodlný způsob jak prohlížet různý druh obsahu, "
+"včetně novinek, blogů a jiného obsahu webu. Namísto ručního kontrolování "
+"oblíbených stránek, zda na nich není něco nového, Akregator tyto informace "
+"sbírá za vás."
 
 #: src/about/introduction_akregator.html:19
 msgid ""
@@ -45,6 +49,10 @@
 "not want to see this page anymore, click here."
 msgstr ""
+"Více informací jak používat Akregator naleznete na webových stránkách Akregatoru. Pokud "
+"tuto stránku nechcete víckrát vidět, klikněte zde."
 
 #: src/about/introduction_akregator.html:20
 msgid "We hope that you will enjoy Akregator."
@@ -131,7 +139,7 @@
 #: configuration/akregator_config_plugins.cpp:43
 #, kde-format
 msgid "(c), 2016-2019 Laurent Montel"
-msgstr ""
+msgstr "(c), 2016-2019 Laurent Montel"
 
 #: configuration/akregator_config_plugins.cpp:45 src/aboutdata.cpp:44
 #, kde-format
@@ -436,7 +444,7 @@
 #: configuration/ui/settings_general.ui:43
 #, kde-format
 msgid "Show unread articles in Taskbar"
-msgstr ""
+msgstr "Ukázat nepřečtené články v panelu úloh"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_HideReadFeeds)
 #. i18n: ectx: label, entry, group (View)
@@ -509,7 +517,7 @@
 #: 

commit akregator for openSUSE:Factory

2019-09-09 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-09-09 12:21:24

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.7948 (New)


Package is "akregator"

Mon Sep  9 12:21:24 2019 rev:40 rq:728743 version:19.08.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-08-16 
15:34:26.813894730 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.7948/akregator.changes
2019-09-09 12:21:25.889899249 +0200
@@ -1,0 +2,9 @@
+Thu Sep  5 13:59:54 UTC 2019 - Luca Beltrame 
+
+- Update to 19.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.1.php
+- No code change since 19.08.0
+
+---

Old:

  akregator-19.08.0.tar.xz
  akregator-19.08.0.tar.xz.sig

New:

  akregator-19.08.1.tar.xz
  akregator-19.08.1.tar.xz.sig



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.nglEyU/_old  2019-09-09 12:21:26.385899175 +0200
+++ /var/tmp/diff_new_pack.nglEyU/_new  2019-09-09 12:21:26.389899175 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:19.08.0
+Version:19.08.1
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-19.08.0.tar.xz -> akregator-19.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.08.0/CMakeLists.txt 
new/akregator-19.08.1/CMakeLists.txt
--- old/akregator-19.08.0/CMakeLists.txt2019-08-09 02:51:04.0 
+0200
+++ new/akregator-19.08.1/CMakeLists.txt2019-09-03 03:47:41.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.12.0")
+set(KDEPIM_VERSION_NUMBER "5.12.1")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_MIN_VERSION "5.60.0")
@@ -40,13 +40,13 @@
 
 set(QT_REQUIRED_VERSION "5.11.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.12.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.12.0")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.12.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.12.0")
-set(LIBKLEO_LIB_VERSION_LIB "5.12.0")
-set(MESSAGELIB_LIB_VERSION_LIB "5.12.0")
-set(PIMCOMMON_LIB_VERSION_LIB "5.12.0")
+set(KONTACTINTERFACE_LIB_VERSION "5.12.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.12.1")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.12.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.12.1")
+set(LIBKLEO_LIB_VERSION_LIB "5.12.1")
+set(MESSAGELIB_LIB_VERSION_LIB "5.12.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.12.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.08.0/po/ar/akregator.po 
new/akregator-19.08.1/po/ar/akregator.po
--- old/akregator-19.08.0/po/ar/akregator.po2019-08-09 02:50:57.0 
+0200
+++ new/akregator-19.08.1/po/ar/akregator.po2019-09-03 03:47:39.0 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-07-06 03:12+0200\n"
+"POT-Creation-Date: 2019-08-30 07:47+0200\n"
 "PO-Revision-Date: 2014-07-07 07:04+0300\n"
 "Last-Translator: Abdalrahim G. Fakhouri \n"
 "Language-Team: Arabic >\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.08.0/po/bg/akregator.po 
new/akregator-19.08.1/po/bg/akregator.po
--- old/akregator-19.08.0/po/bg/akregator.po2019-08-09 02:50:57.0 
+0200
+++ new/akregator-19.08.1/po/bg/akregator.po2019-09-03 03:47:39.0 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-07-06 03:12+0200\n"
+"POT-Creation-Date: 2019-08-30 07:47+0200\n"
 "PO-Revision-Date: 2008-07-10 09:27+\n"
 "Last-Translator: Zlatko Popov \n"
 "Language-Team: Bulgarian \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.08.0/po/bs/akregator.po 
new/akregator-19.08.1/po/bs/akregator.po
--- old/akregator-19.08.0/po/bs/akregator.po2019-08-09 02:50:57.0 
+0200
+++ new/akregator-19.08.1/po/bs/akregator.po2019-09-03 03:47:39.0 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdepim\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-07-06 03:12+0200\n"

commit akregator for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-08-16 15:34:25

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.22127 (New)


Package is "akregator"

Fri Aug 16 15:34:25 2019 rev:39 rq:723568 version:19.08.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-07-26 
12:26:12.710401687 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.22127/akregator.changes   
2019-08-16 15:34:26.813894730 +0200
@@ -1,0 +2,28 @@
+Fri Aug  9 08:29:57 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 19.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.0.php
+- No code change since 19.07.90
+
+---
+Tue Aug 06 16:50:47 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.07.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-rc.php
+- No code changes since 19.07.80
+
+---
+Tue Jul 23 11:58:54 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-beta.php
+- Changes since 19.04.3:
+  * Too many changes to list here
+
+---

Old:

  akregator-19.04.3.tar.xz

New:

  akregator-19.08.0.tar.xz
  akregator-19.08.0.tar.xz.sig
  applications.keyring



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.g3LBpk/_old  2019-08-16 15:34:27.385894563 +0200
+++ /var/tmp/diff_new_pack.g3LBpk/_new  2019-08-16 15:34:27.385894563 +0200
@@ -21,13 +21,17 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:19.04.3
+Version:19.08.0
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Utilities
 URL:https://www.kde.org
-Source0:%{name}-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
@@ -95,7 +99,6 @@
 
 %prep
 %setup -q
-%autopatch -p1
 
 %build
 %if 0%{?suse_version} < 1330
@@ -127,14 +130,14 @@
 %license COPYING COPYING.LIB COPYING.DOC
 %doc README
 %dir %{_kf5_appstreamdir}/
-%doc %lang(en) %{_kf5_htmldir}/en/akregator/
+%{_kf5_debugdir}/akregator.categories
+%{_kf5_debugdir}/akregator.renamecategories
 %{_kf5_applicationsdir}/org.kde.akregator.desktop
 %{_kf5_appstreamdir}/org.kde.akregator.appdata.xml
 %{_kf5_bindir}/akregator*
 %{_kf5_configkcfgdir}/akregator.kcfg
 %{_kf5_dbusinterfacesdir}/org.kde.akregator.part.xml
-%{_kf5_debugdir}/akregator.categories
-%{_kf5_debugdir}/akregator.renamecategories
+%doc %lang(en) %{_kf5_htmldir}/en/akregator/
 %{_kf5_iconsdir}/hicolor/*/apps/akregator*.png
 %{_kf5_iconsdir}/hicolor/scalable/apps/akregator.svg
 %{_kf5_libdir}/libakregatorinterfaces.so*

++ akregator-19.04.3.tar.xz -> akregator-19.08.0.tar.xz ++
 36594 lines of diff (skipped)




commit akregator for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-07-26 12:26:11

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.4126 (New)


Package is "akregator"

Fri Jul 26 12:26:11 2019 rev:38 rq:716760 version:19.04.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-07-16 
08:29:40.56339 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.4126/akregator.changes
2019-07-26 12:26:12.710401687 +0200
@@ -1,0 +2,5 @@
+Fri Jul 19 08:24:29 UTC 2019 - Christophe Giboudeaux 
+
+- Use %_kf5_debugdir for logging categories.
+
+---



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.8r7BTq/_old  2019-07-26 12:26:13.258401321 +0200
+++ /var/tmp/diff_new_pack.8r7BTq/_new  2019-07-26 12:26:13.262401318 +0200
@@ -26,7 +26,7 @@
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Utilities
-URL:http://www.kde.org
+URL:https://www.kde.org
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
@@ -127,14 +127,14 @@
 %license COPYING COPYING.LIB COPYING.DOC
 %doc README
 %dir %{_kf5_appstreamdir}/
-%config %{_kf5_configdir}/akregator.categories
-%config %{_kf5_configdir}/akregator.renamecategories
+%doc %lang(en) %{_kf5_htmldir}/en/akregator/
 %{_kf5_applicationsdir}/org.kde.akregator.desktop
 %{_kf5_appstreamdir}/org.kde.akregator.appdata.xml
 %{_kf5_bindir}/akregator*
 %{_kf5_configkcfgdir}/akregator.kcfg
 %{_kf5_dbusinterfacesdir}/org.kde.akregator.part.xml
-%doc %lang(en) %{_kf5_htmldir}/en/akregator/
+%{_kf5_debugdir}/akregator.categories
+%{_kf5_debugdir}/akregator.renamecategories
 %{_kf5_iconsdir}/hicolor/*/apps/akregator*.png
 %{_kf5_iconsdir}/hicolor/scalable/apps/akregator.svg
 %{_kf5_libdir}/libakregatorinterfaces.so*




commit akregator for openSUSE:Factory

2019-07-16 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-07-16 08:29:39

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.1887 (New)


Package is "akregator"

Tue Jul 16 08:29:39 2019 rev:37 rq:715035 version:19.04.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-07-08 
15:05:06.602905146 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.1887/akregator.changes
2019-07-16 08:29:40.56339 +0200
@@ -1,0 +2,14 @@
+Sat Jul 13 07:26:32 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.3.php
+- Changes since 19.04.2:
+  * i18n: use rc.cpp for extra sources
+  * [articleviewerwebengine] Reinstate crash "workaround" for Qt 5.13 
(kde#371511)
+  * Bug 398516 - UI - Akregator comments section font seems to be hard coded. 
Font is tiny on a 4k monitor (kde#398516)
+- Dropped patches, now upstream:
+  * Reinstate-crash-workaround-for-Qt-5.13.patch
+
+---

Old:

  Reinstate-crash-workaround-for-Qt-5.13.patch
  akregator-19.04.2.tar.xz

New:

  akregator-19.04.3.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.dEWalB/_old  2019-07-16 08:29:41.179394330 +0200
+++ /var/tmp/diff_new_pack.dEWalB/_new  2019-07-16 08:29:41.183394330 +0200
@@ -21,15 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:19.04.2
+Version:19.04.3
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Utilities
 URL:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch0: Reinstate-crash-workaround-for-Qt-5.13.patch
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes

++ akregator-19.04.2.tar.xz -> akregator-19.04.3.tar.xz ++
 6174 lines of diff (skipped)




commit akregator for openSUSE:Factory

2019-07-08 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-07-08 15:05:05

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.4615 (New)


Package is "akregator"

Mon Jul  8 15:05:05 2019 rev:36 rq:713486 version:19.04.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-06-13 
22:40:52.768232632 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.4615/akregator.changes
2019-07-08 15:05:06.602905146 +0200
@@ -1,0 +2,6 @@
+Thu Jul  4 16:39:46 UTC 2019 - wba...@tmo.at
+
+- Add Reinstate-crash-workaround-for-Qt-5.13.patch to fix possible
+  crashes when opening/closing tabs with Qt 5.13 too (kde#371511)
+
+---

New:

  Reinstate-crash-workaround-for-Qt-5.13.patch



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.9FnhIB/_old  2019-07-08 15:05:07.638906713 +0200
+++ /var/tmp/diff_new_pack.9FnhIB/_new  2019-07-08 15:05:07.642906719 +0200
@@ -28,6 +28,8 @@
 Group:  Productivity/Networking/News/Utilities
 URL:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0: Reinstate-crash-workaround-for-Qt-5.13.patch
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
@@ -95,6 +97,7 @@
 
 %prep
 %setup -q
+%autopatch -p1
 
 %build
 %if 0%{?suse_version} < 1330

++ Reinstate-crash-workaround-for-Qt-5.13.patch ++
>From 46adc9c9a6dcfe790b4b0252ce2e90af06d1d80f Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer 
Date: Thu, 4 Jul 2019 18:32:05 +0200
Subject: [articleviewerwebengine] Reinstate crash "workaround" for Qt 5.13

It seems that this code is still needed, without it Akregator crashes
again here when opening/closing tabs.

Uses SetUrlRequestInterceptor() on 5.13+ instead, as
SetRequestInterceptor() is deprecated.

BUG: 371511

FIXED-IN: 5.11.3
Differential Revision: https://phabricator.kde.org/D8
---
 src/articleviewer-ng/webengine/articleviewerwebengine.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/articleviewer-ng/webengine/articleviewerwebengine.cpp 
b/src/articleviewer-ng/webengine/articleviewerwebengine.cpp
index fd78e88..f072713 100644
--- a/src/articleviewer-ng/webengine/articleviewerwebengine.cpp
+++ b/src/articleviewer-ng/webengine/articleviewerwebengine.cpp
@@ -85,11 +85,13 @@ 
ArticleViewerWebEngine::ArticleViewerWebEngine(KActionCollection *ac, QWidget *p
 mPageEngine = new ArticleViewerWebEnginePage(profile, this);
 
profile->setPersistentCookiesPolicy(QWebEngineProfile::ForcePersistentCookies);
 
-#if QTWEBENGINEWIDGETS_VERSION < QT_VERSION_CHECK(5, 13, 0)
 // Needed to workaround crash in webengine, see 
https://bugreports.qt.io/browse/QTBUG-72260
 auto webEngineUrlInterceptor = new AkregatorRequestInterceptor();
 connect(profile, ::destroyed, webEngineUrlInterceptor, 
::deleteLater);
+#if QTWEBENGINEWIDGETS_VERSION < QT_VERSION_CHECK(5, 13, 0)
 profile->setRequestInterceptor(webEngineUrlInterceptor);
+#else
+profile->setUrlRequestInterceptor(webEngineUrlInterceptor);
 #endif
 
 setPage(mPageEngine);
-- 
cgit v1.1




commit akregator for openSUSE:Factory

2019-06-13 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-06-13 22:40:50

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.4811 (New)


Package is "akregator"

Thu Jun 13 22:40:50 2019 rev:35 rq:708525 version:19.04.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-05-22 
10:52:41.615271634 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.4811/akregator.changes
2019-06-13 22:40:52.768232632 +0200
@@ -1,0 +2,13 @@
+Fri Jun 07 12:51:51 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.2.php
+- Changes since 19.04.1:
+  * Fix crashes with Qt 5.12 (kde#371511)
+  * Add DesktopEntry to notifyrc
+- Dropped patches, now upsteam:
+  * Fix-crashes-with-Qt-5.12.patch
+
+---

Old:

  Fix-crashes-with-Qt-5.12.patch
  akregator-19.04.1.tar.xz

New:

  akregator-19.04.2.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.xxLcir/_old  2019-06-13 22:40:53.276232460 +0200
+++ /var/tmp/diff_new_pack.xxLcir/_new  2019-06-13 22:40:53.280232460 +0200
@@ -21,15 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:19.04.1
+Version:19.04.2
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Utilities
 URL:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch0: Fix-crashes-with-Qt-5.12.patch
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
@@ -97,7 +95,6 @@
 
 %prep
 %setup -q
-%autopatch -p1
 
 %build
 %if 0%{?suse_version} < 1330

++ akregator-19.04.1.tar.xz -> akregator-19.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.04.1/CMakeLists.txt 
new/akregator-19.04.2/CMakeLists.txt
--- old/akregator-19.04.1/CMakeLists.txt2019-05-07 02:38:49.0 
+0200
+++ new/akregator-19.04.2/CMakeLists.txt2019-06-04 02:16:33.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.11.1")
+set(KDEPIM_VERSION_NUMBER "5.11.2")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_MIN_VERSION "5.56.0")
@@ -40,13 +40,13 @@
 
 set(QT_REQUIRED_VERSION "5.10.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.11.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.11.1")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.11.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.11.1")
-set(LIBKLEO_LIB_VERSION_LIB "5.11.1")
-set(MESSAGELIB_LIB_VERSION_LIB "5.11.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.11.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.11.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.11.2")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.11.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.11.2")
+set(LIBKLEO_LIB_VERSION_LIB "5.11.2")
+set(MESSAGELIB_LIB_VERSION_LIB "5.11.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.11.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.04.1/po/ar/akregator.po 
new/akregator-19.04.2/po/ar/akregator.po
--- old/akregator-19.04.1/po/ar/akregator.po2019-05-07 02:38:33.0 
+0200
+++ new/akregator-19.04.2/po/ar/akregator.po2019-06-04 02:16:29.0 
+0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: akregator\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-04-19 07:47+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 07:42+0200\n"
 "PO-Revision-Date: 2014-07-07 07:04+0300\n"
 "Last-Translator: Abdalrahim G. Fakhouri \n"
 "Language-Team: Arabic >\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-19.04.1/po/bg/akregator.po 
new/akregator-19.04.2/po/bg/akregator.po
--- old/akregator-19.04.1/po/bg/akregator.po2019-05-07 02:38:34.0 
+0200
+++ new/akregator-19.04.2/po/bg/akregator.po2019-06-04 02:16:29.0 
+0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: akregator\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-04-19 07:47+0200\n"
+"Report-Msgid-Bugs-To: 

commit akregator for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-05-22 10:52:40

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.5148 (New)


Package is "akregator"

Wed May 22 10:52:40 2019 rev:34 rq:704533 version:19.04.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-05-14 
13:15:38.785142449 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.5148/akregator.changes
2019-05-22 10:52:41.615271634 +0200
@@ -1,0 +2,6 @@
+Tue May 21 16:28:53 UTC 2019 - wba...@tmo.at
+
+- Add Fix-crashes-with-Qt-5.12.patch to fix possible crashes when
+  opening/closing tabs (kde#371511)
+
+---

New:

  Fix-crashes-with-Qt-5.12.patch



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.z2IRz4/_old  2019-05-22 10:52:43.131270245 +0200
+++ /var/tmp/diff_new_pack.z2IRz4/_new  2019-05-22 10:52:43.163270216 +0200
@@ -28,6 +28,8 @@
 Group:  Productivity/Networking/News/Utilities
 URL:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0: Fix-crashes-with-Qt-5.12.patch
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
@@ -95,6 +97,7 @@
 
 %prep
 %setup -q
+%autopatch -p1
 
 %build
 %if 0%{?suse_version} < 1330

++ Fix-crashes-with-Qt-5.12.patch ++
>From cfb973c74fece37d5b52e10dda011c3c9c1be86a Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer 
Date: Tue, 21 May 2019 18:13:12 +0200
Subject: Fix crashes with Qt 5.12

Commit 1ccd6815 moved the creation of the mNetworkAccessManager down
without a mentioned reason, but that apparently causes crashes with Qt
5.12 at least.

Moving it back to the top seems to fix that.

BUG: 371511
FIXED-IN: 5.11.2
Differential Revision: https://phabricator.kde.org/D21236
---
 src/articleviewer-ng/webengine/articleviewerwebengine.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/articleviewer-ng/webengine/articleviewerwebengine.cpp 
b/src/articleviewer-ng/webengine/articleviewerwebengine.cpp
index e3f5031..fd78e88 100644
--- a/src/articleviewer-ng/webengine/articleviewerwebengine.cpp
+++ b/src/articleviewer-ng/webengine/articleviewerwebengine.cpp
@@ -79,6 +79,7 @@ 
ArticleViewerWebEngine::ArticleViewerWebEngine(KActionCollection *ac, QWidget *p
 , mLastButtonClicked(LeftButton)
 , mViewerPluginToolManager(nullptr)
 {
+mNetworkAccessManager = new WebEngineViewer::InterceptorManager(this, ac, 
this);
 
 QWebEngineProfile *profile = QWebEngineProfile::defaultProfile();
 mPageEngine = new ArticleViewerWebEnginePage(profile, this);
@@ -90,7 +91,6 @@ 
ArticleViewerWebEngine::ArticleViewerWebEngine(KActionCollection *ac, QWidget *p
 connect(profile, ::destroyed, webEngineUrlInterceptor, 
::deleteLater);
 profile->setRequestInterceptor(webEngineUrlInterceptor);
 #endif
-mNetworkAccessManager = new WebEngineViewer::InterceptorManager(this, ac, 
this);
 
 setPage(mPageEngine);
 
-- 
cgit v1.1




commit akregator for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-05-14 13:15:37

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.5148 (New)


Package is "akregator"

Tue May 14 13:15:37 2019 rev:33 rq:702149 version:19.04.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-04-26 
22:46:06.669592534 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.5148/akregator.changes
2019-05-14 13:15:38.785142449 +0200
@@ -1,0 +2,10 @@
+Fri May 10 05:37:11 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.1.php
+- Changes since 19.04.0:
+  * Fix Bug 394946 - Delete key no longer works in articles list after using 
search - keyboard focus stays in search field (kde#394946)
+
+---

Old:

  akregator-19.04.0.tar.xz

New:

  akregator-19.04.1.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.wc7SNs/_old  2019-05-14 13:15:40.289146279 +0200
+++ /var/tmp/diff_new_pack.wc7SNs/_new  2019-05-14 13:15:40.337146401 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:19.04.0
+Version:19.04.1
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-19.04.0.tar.xz -> akregator-19.04.1.tar.xz ++
 5917 lines of diff (skipped)




commit akregator for openSUSE:Factory

2019-04-26 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-04-26 22:46:05

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.5536 (New)


Package is "akregator"

Fri Apr 26 22:46:05 2019 rev:32 rq:696177 version:19.04.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-03-11 
11:08:14.653736686 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new.5536/akregator.changes
2019-04-26 22:46:06.669592534 +0200
@@ -1,0 +2,29 @@
+Sat Apr 20 06:51:52 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.0.php
+- No code changes since 19.03.90
+
+---
+Tue Apr 09 20:54:37 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-rc.php
+- Changes since 19.03.80:
+  * Convert to camelcase include
+
+---
+Wed Mar 27 06:40:54 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-beta.php
+- Changes since 18.12.3:
+  * Too many changes to list here
+
+---

Old:

  akregator-18.12.3.tar.xz

New:

  akregator-19.04.0.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.Zu8d9c/_old  2019-04-26 22:46:07.289592217 +0200
+++ /var/tmp/diff_new_pack.Zu8d9c/_new  2019-04-26 22:46:07.297592213 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:18.12.3
+Version:19.04.0
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later
@@ -95,7 +95,6 @@
 
 %prep
 %setup -q
-%autopatch -p1
 
 %build
 %if 0%{?suse_version} < 1330

++ akregator-18.12.3.tar.xz -> akregator-19.04.0.tar.xz ++
 13595 lines of diff (skipped)




commit akregator for openSUSE:Factory

2019-03-11 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-03-11 11:08:13

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.28833 (New)


Package is "akregator"

Mon Mar 11 11:08:13 2019 rev:31 rq:683112 version:18.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-02-14 
14:14:06.768199170 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new.28833/akregator.changes   
2019-03-11 11:08:14.653736686 +0100
@@ -1,0 +2,10 @@
+Sat Mar 09 08:03:10 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.3.php
+- Changes since 18.12.2:
+  * No code changes since 18.12.2
+
+---

Old:

  akregator-18.12.2.tar.xz

New:

  akregator-18.12.3.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.wxzbJt/_old  2019-03-11 11:08:16.049736491 +0100
+++ /var/tmp/diff_new_pack.wxzbJt/_new  2019-03-11 11:08:16.085736487 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:18.12.2
+Version:18.12.3
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-18.12.2.tar.xz -> akregator-18.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.12.2/CMakeLists.txt 
new/akregator-18.12.3/CMakeLists.txt
--- old/akregator-18.12.2/CMakeLists.txt2019-02-05 01:46:28.0 
+0100
+++ new/akregator-18.12.3/CMakeLists.txt2019-03-05 01:24:07.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.10.2")
+set(KDEPIM_VERSION_NUMBER "5.10.3")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.51.0")
@@ -40,13 +40,13 @@
 
 set(QT_REQUIRED_VERSION "5.9.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.10.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.10.2")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.10.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.10.2")
-set(LIBKLEO_LIB_VERSION_LIB "5.10.2")
-set(MESSAGELIB_LIB_VERSION_LIB "5.10.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.10.2")
+set(KONTACTINTERFACE_LIB_VERSION "5.10.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.10.3")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.10.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.10.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.10.3")
+set(MESSAGELIB_LIB_VERSION_LIB "5.10.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.10.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-18.12.2/configuration/akregator_config_general.desktop 
new/akregator-18.12.3/configuration/akregator_config_general.desktop
--- old/akregator-18.12.2/configuration/akregator_config_general.desktop
2019-01-28 08:40:33.0 +0100
+++ new/akregator-18.12.3/configuration/akregator_config_general.desktop
2019-03-03 07:27:17.0 +0100
@@ -131,7 +131,7 @@
 Comment[uk]=Налаштування подач
 Comment[wa]=Apontyî les floûs
 Comment[x-test]=xxConfigure Feedsxx
-Comment[zh_CN]=配置信息源
+Comment[zh_CN]=配置订阅
 Comment[zh_TW]=設定 Feed
 X-KDE-Keywords=akregator, configure, settings, General
 X-KDE-Keywords[ar]=akregator, configure, settings, General, أكريغاتور, ضبط, 
إعدادات, عام
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.12.2/kontactplugin/akregator.setdlg 
new/akregator-18.12.3/kontactplugin/akregator.setdlg
--- old/akregator-18.12.2/kontactplugin/akregator.setdlg2019-01-28 
08:40:33.0 +0100
+++ new/akregator-18.12.3/kontactplugin/akregator.setdlg2019-03-03 
07:27:17.0 +0100
@@ -64,7 +64,7 @@
 Name[uz@cyrillic]=Янгиликлар тасмалари
 Name[wa]=Floûs
 Name[x-test]=xxFeedsxx
-Name[zh_CN]=种子
+Name[zh_CN]=订阅
 Name[zh_TW]=Feeds
 Comment=Feed Reader
 Comment[ar]=قارئ التّغذيات
@@ -114,7 +114,7 @@
 Comment[uk]=Програма для читання подач
 Comment[wa]=Lijheu d' floûs
 Comment[x-test]=xxFeed Readerxx
-Comment[zh_CN]=RSS 种子阅读器
+Comment[zh_CN]=订阅阅读器
 Comment[zh_TW]=Feed 閱讀器
 Weight=475
 Icon=akregator
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-18.12.2/kontactplugin/akregatorplugin.desktop 
new/akregator-18.12.3/kontactplugin/akregatorplugin.desktop
--- 

commit akregator for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-02-14 14:14:00

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.28833 (New)


Package is "akregator"

Thu Feb 14 14:14:00 2019 rev:30 rq:673679 version:18.12.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2019-01-21 
10:10:13.714686811 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new.28833/akregator.changes   
2019-02-14 14:14:06.768199170 +0100
@@ -1,0 +2,10 @@
+Sat Feb 09 08:24:47 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.2.php
+- Changes since 18.12.1:
+  * No code changes since 18.12.1
+
+---

Old:

  akregator-18.12.1.tar.xz

New:

  akregator-18.12.2.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.ZyIyUg/_old  2019-02-14 14:14:07.616198752 +0100
+++ /var/tmp/diff_new_pack.ZyIyUg/_new  2019-02-14 14:14:07.616198752 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:18.12.1
+Version:18.12.2
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later

++ akregator-18.12.1.tar.xz -> akregator-18.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.12.1/CMakeLists.txt 
new/akregator-18.12.2/CMakeLists.txt
--- old/akregator-18.12.1/CMakeLists.txt2019-01-08 01:18:39.0 
+0100
+++ new/akregator-18.12.2/CMakeLists.txt2019-02-05 01:46:28.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.10.1")
+set(KDEPIM_VERSION_NUMBER "5.10.2")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.51.0")
@@ -40,13 +40,13 @@
 
 set(QT_REQUIRED_VERSION "5.9.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.10.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.10.1")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.10.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.10.1")
-set(LIBKLEO_LIB_VERSION_LIB "5.10.1")
-set(MESSAGELIB_LIB_VERSION_LIB "5.10.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.10.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.10.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.10.2")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.10.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.10.2")
+set(LIBKLEO_LIB_VERSION_LIB "5.10.2")
+set(MESSAGELIB_LIB_VERSION_LIB "5.10.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.10.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-18.12.1/configuration/akregator_config_plugins.desktop 
new/akregator-18.12.2/configuration/akregator_config_plugins.desktop
--- old/akregator-18.12.1/configuration/akregator_config_plugins.desktop
2019-01-06 08:44:11.0 +0100
+++ new/akregator-18.12.2/configuration/akregator_config_plugins.desktop
2019-01-28 08:40:33.0 +0100
@@ -100,6 +100,7 @@
 Comment[pl]=Ustawienia wtyczek
 Comment[pt]=Configurar os 'Plugins'
 Comment[pt_BR]=Configurar plugins
+Comment[ru]=Настроить подключаемые модули
 Comment[sk]=Nastaviť pluginy
 Comment[sl]=Nastavi vstavke
 Comment[sr]=Подешавање прикључака
@@ -132,6 +133,7 @@
 X-KDE-Keywords[pl]=akregator, konfiguruj, ustawienia, webEngine, wtyczki
 X-KDE-Keywords[pt]=akregator, configurar, configuração, motor Web, 'plugins'
 X-KDE-Keywords[pt_BR]=akregator, configurar, configurações, mecanismo Web, 
plugins
+X-KDE-Keywords[ru]=akregator, configure, settings, webEngine, plugins, 
настроить, настройки, модули
 X-KDE-Keywords[sk]=akregator, nastaviť, nastavenia, webEngine, pluginy
 X-KDE-Keywords[sl]=akregator, nastavi, nastavitve, spletni pogon, vstavki
 
X-KDE-Keywords[sr]=akregator,configure,settings,webEngine,plugins,Акрегатор,подешавање,поставке,веб
 мотор,прикључци
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.12.1/po/ca@valencia/akregator.po 
new/akregator-18.12.2/po/ca@valencia/akregator.po
--- old/akregator-18.12.1/po/ca@valencia/akregator.po   2019-01-08 
01:18:38.0 +0100
+++ new/akregator-18.12.2/po/ca@valencia/akregator.po   2019-02-05 
01:46:26.0 +0100
@@ -38,13 +38,13 @@
 msgid ""
 "Feed readers provide a convenient way to browse different kinds of content, "
 "including news, 

commit akregator for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-01-21 10:10:11

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.28833 (New)


Package is "akregator"

Mon Jan 21 10:10:11 2019 rev:29 rq:665064 version:18.12.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-12-19 
13:45:28.051615115 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new.28833/akregator.changes   
2019-01-21 10:10:13.714686811 +0100
@@ -1,0 +2,15 @@
+Fri Jan 11 05:41:49 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.1.php
+- Changes since 18.12.0:
+  * Make sure to copy imported file from tmp to localdata directory
+  * Fix Bug 402132 - Make it more obvious that the search didn't find anything 
(kde#402132)
+  * Fix Bug 402639 - akregator doesn't know how to deal with 
"/tmp/mozilla_user0/0ZFsmr25.atom" (kde#402639)
+  * Don't crash with Qt 5.11+ (kde#371511)
+- Removed patches, now upstream:
+  * Dont-crash-with-Qt-5.11.patch
+
+---

Old:

  Dont-crash-with-Qt-5.11.patch
  akregator-18.12.0.tar.xz

New:

  akregator-18.12.1.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.Tbk6ct/_old  2019-01-21 10:10:14.186686334 +0100
+++ /var/tmp/diff_new_pack.Tbk6ct/_new  2019-01-21 10:10:14.186686334 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akregator
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akregator
-Version:18.12.0
+Version:18.12.1
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Utilities
 URL:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch:  Dont-crash-with-Qt-5.11.patch
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes

++ akregator-18.12.0.tar.xz -> akregator-18.12.1.tar.xz ++
 6086 lines of diff (skipped)




commit akregator for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-12-19 13:45:18

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new.28833 (New)


Package is "akregator"

Wed Dec 19 13:45:18 2018 rev:28 rq:658659 version:18.12.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-11-12 
09:25:20.050451513 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new.28833/akregator.changes   
2018-12-19 13:45:28.051615115 +0100
@@ -1,0 +2,42 @@
+Sat Dec 15 16:02:57 UTC 2018 - wba...@tmo.at
+
+- Add Dont-crash-with-Qt-5.11.patch to fix possible crashes when
+  opening and closing webpages in Akregator (boo#1118052,
+  kde#371511)
+
+---
+Fri Dec 14 06:08:45 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+---
+Mon Dec 03 20:55:44 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * Zoom is not implemented so remove it from the settings
+
+---
+Tue Nov 20 06:21:47 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Tue Nov 20 05:56:34 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Too many changes to list here
+
+---
@@ -57 +99 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -107 +149 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -228 +270 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -307 +349 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php

Old:

  akregator-18.08.3.tar.xz

New:

  Dont-crash-with-Qt-5.11.patch
  akregator-18.12.0.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.h0yP2q/_old  2018-12-19 13:45:29.483613112 +0100
+++ /var/tmp/diff_new_pack.h0yP2q/_new  2018-12-19 13:45:29.483613112 +0100
@@ -16,19 +16,20 @@
 #
 
 
-%bcond_without lang
-
-Name:   akregator
-Version:18.08.3
-Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%bcond_without lang
+Name:   akregator
+Version:18.12.0
+Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Utilities
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch:  Dont-crash-with-Qt-5.11.patch
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
@@ -65,6 +66,10 @@
 BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.7.0
 BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.7.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.7.0
+Provides:   akregator5 = %{version}
+Obsoletes:  akregator5 < %{version}
+# It can only build on the same platforms as Qt Webengine
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 # Needed for 42.3
 %if 0%{?suse_version} < 1330
 # It does not build with the default compiler (GCC 4.8) on Leap 42.x
@@ -74,14 +79,9 @@
 BuildRequires:  gcc7-c++
 %endif
 %endif
-Provides:   akregator5 = %{version}
-Obsoletes:  akregator5 < %{version}
 %if %{with lang}
 Recommends: %{name}-lang
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 
 %description
 Akregator is a news feed reader. It enables you to 

commit akregator for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-11-12 09:22:39

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Mon Nov 12 09:22:39 2018 rev:27 rq:647955 version:18.08.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-10-15 
09:19:34.580700819 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-11-12 
09:25:20.050451513 +0100
@@ -1,0 +2,10 @@
+Thu Nov 08 20:43:26 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.3.php
+- Changes since 18.08.2:
+  * No code changes since 18.08.2
+
+---

Old:

  akregator-18.08.2.tar.xz

New:

  akregator-18.08.3.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.tSll7c/_old  2018-11-12 09:25:25.85266 +0100
+++ /var/tmp/diff_new_pack.tSll7c/_new  2018-11-12 09:25:25.85266 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:18.08.2
+Version:18.08.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akregator-18.08.2.tar.xz -> akregator-18.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.08.2/CMakeLists.txt 
new/akregator-18.08.3/CMakeLists.txt
--- old/akregator-18.08.2/CMakeLists.txt2018-10-09 02:31:41.0 
+0200
+++ new/akregator-18.08.3/CMakeLists.txt2018-11-06 01:20:13.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.9.2")
+set(KDEPIM_VERSION_NUMBER "5.9.3")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.47.0")
@@ -40,14 +40,14 @@
 
 set(QT_REQUIRED_VERSION "5.9.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.9.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.9.2")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.9.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.9.2")
-set(LIBKLEO_LIB_VERSION_LIB "5.9.2")
-set(MESSAGELIB_LIB_VERSION_LIB "5.9.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.9.2")
-set(SYNDICATION_LIB_VERSION "5.9.2")
+set(KONTACTINTERFACE_LIB_VERSION "5.9.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.9.3")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.9.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.9.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.9.3")
+set(MESSAGELIB_LIB_VERSION_LIB "5.9.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.9.3")
+set(SYNDICATION_LIB_VERSION "5.9.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.08.2/po/zh_CN/akregator.po 
new/akregator-18.08.3/po/zh_CN/akregator.po
--- old/akregator-18.08.2/po/zh_CN/akregator.po 2018-10-09 02:31:40.0 
+0200
+++ new/akregator-18.08.3/po/zh_CN/akregator.po 2018-11-06 01:20:13.0 
+0100
@@ -11,8 +11,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-09-04 06:55+0200\n"
-"PO-Revision-Date: 2018-09-28 19:51\n"
-"Last-Translator: guoyunhe \n"
+"PO-Revision-Date: 2018-11-01 23:17\n"
+"Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-18.08.2/src/data/org.kde.akregator.appdata.xml 
new/akregator-18.08.3/src/data/org.kde.akregator.appdata.xml
--- old/akregator-18.08.2/src/data/org.kde.akregator.appdata.xml
2018-09-20 08:48:37.0 +0200
+++ new/akregator-18.08.3/src/data/org.kde.akregator.appdata.xml
2018-10-26 07:58:03.0 +0200
@@ -77,7 +77,7 @@
 Акрегатор је читач довода вести за радну површ 
КДЕ‑а. Омогућава вам да пратите вести, блогове и друге веб сајтове опремљене 
РСС‑а/атома, без потребе да ручно проверавате допуне преко веб прегледача. 
Акрегатор је пројектован да истовремено буде лак за употребу и довољно моћан за 
једноставно праћење великог броја извора вести. Долази са интеграцијом за 
К‑освајач за додавање довода вести и са интерним прегледачем за лако читање 
вести.
 Akregator je čitač dovoda vesti za radnu 
površ KDE‑a. Omogućava vam da pratite vesti, blogove i druge veb sajtove 
opremljene RSS‑a/Atoma, bez potrebe da ručno proveravate dopune preko veb 
pregledača. Akregator je projektovan da istovremeno bude 

commit akregator for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-10-15 09:19:30

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Mon Oct 15 09:19:30 2018 rev:26 rq:641427 version:18.08.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-09-13 
23:53:52.746298306 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-10-15 
09:19:34.580700819 +0200
@@ -1,0 +2,10 @@
+Thu Oct 11 20:06:43 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.2.php
+- Changes since 18.08.1:
+  * None
+
+---

Old:

  akregator-18.08.1.tar.xz

New:

  akregator-18.08.2.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.EVxyue/_old  2018-10-15 09:19:35.060700368 +0200
+++ /var/tmp/diff_new_pack.EVxyue/_new  2018-10-15 09:19:35.064700364 +0200
@@ -12,14 +12,14 @@
 # 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/
 #
 
 
 %bcond_without lang
 
 Name:   akregator
-Version:18.08.1
+Version:18.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akregator-18.08.1.tar.xz -> akregator-18.08.2.tar.xz ++
 20294 lines of diff (skipped)




commit akregator for openSUSE:Factory

2018-09-13 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-09-13 23:53:50

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Thu Sep 13 23:53:50 2018 rev:25 rq:633857 version:18.08.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-09-05 
13:47:21.578137282 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-09-13 
23:53:52.746298306 +0200
@@ -1,0 +2,10 @@
+Thu Sep 06 18:42:50 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.1.php
+- Changes since 18.08.0:
+  * Fix Bug 398162 - Current blog scaling not applied on next/previous blog 
(kde#398162)
+
+---

Old:

  akregator-18.08.0.tar.xz

New:

  akregator-18.08.1.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.mm6cB4/_old  2018-09-13 23:53:53.126298015 +0200
+++ /var/tmp/diff_new_pack.mm6cB4/_new  2018-09-13 23:53:53.130298013 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:18.08.0
+Version:18.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akregator-18.08.0.tar.xz -> akregator-18.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.08.0/CMakeLists.txt 
new/akregator-18.08.1/CMakeLists.txt
--- old/akregator-18.08.0/CMakeLists.txt2018-08-10 02:13:44.0 
+0200
+++ new/akregator-18.08.1/CMakeLists.txt2018-09-04 02:57:15.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.9.0")
+set(KDEPIM_VERSION_NUMBER "5.9.1")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.47.0")
@@ -40,14 +40,14 @@
 
 set(QT_REQUIRED_VERSION "5.9.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.9.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.9.0")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.9.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.9.0")
-set(LIBKLEO_LIB_VERSION_LIB "5.9.0")
-set(MESSAGELIB_LIB_VERSION_LIB "5.9.0")
-set(PIMCOMMON_LIB_VERSION_LIB "5.9.0")
-set(SYNDICATION_LIB_VERSION "5.9.0")
+set(KONTACTINTERFACE_LIB_VERSION "5.9.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.9.1")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.9.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.9.1")
+set(LIBKLEO_LIB_VERSION_LIB "5.9.1")
+set(MESSAGELIB_LIB_VERSION_LIB "5.9.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.9.1")
+set(SYNDICATION_LIB_VERSION "5.9.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.08.0/interfaces/akregator.kcfg 
new/akregator-18.08.1/interfaces/akregator.kcfg
--- old/akregator-18.08.0/interfaces/akregator.kcfg 2018-08-06 
07:16:08.0 +0200
+++ new/akregator-18.08.1/interfaces/akregator.kcfg 2018-09-03 
13:41:13.0 +0200
@@ -76,9 +76,6 @@
   
 8
   
-  
-100
-  
   
true
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.08.0/po/fi/akregator.po 
new/akregator-18.08.1/po/fi/akregator.po
--- old/akregator-18.08.0/po/fi/akregator.po2018-08-10 02:13:44.0 
+0200
+++ new/akregator-18.08.1/po/fi/akregator.po2018-09-04 02:57:09.0 
+0200
@@ -17,7 +17,7 @@
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-23 03:39+0200\n"
-"PO-Revision-Date: 2018-01-22 17:07+0200\n"
+"PO-Revision-Date: 2018-08-19 16:27+0200\n"
 "Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
@@ -245,7 +245,7 @@
 #: configuration/ui/settings_appearance.ui:225
 #, kde-format
 msgid "Zoom:"
-msgstr ""
+msgstr "Lähennys:"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 #: configuration/ui/settings_appearance.ui:295
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.08.0/po/ko/akregator.po 
new/akregator-18.08.1/po/ko/akregator.po
--- old/akregator-18.08.0/po/ko/akregator.po2018-08-10 02:13:44.0 
+0200
+++ new/akregator-18.08.1/po/ko/akregator.po2018-09-04 02:57:10.0 
+0200
@@ -2,16 +2,16 @@
 # Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006
 # This file is distributed under 

commit akregator for openSUSE:Factory

2018-09-05 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-09-05 13:47:17

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Wed Sep  5 13:47:17 2018 rev:24 rq:632719 version:18.08.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-08-22 
14:11:25.693082689 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-09-05 
13:47:21.578137282 +0200
@@ -1,0 +2,5 @@
+Sat Sep  1 09:22:12 UTC 2018 - fab...@ritter-vogt.de
+
+- Remove unused WebKitWidgets dependency
+
+---



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.rj3O3q/_old  2018-09-05 13:47:22.090138140 +0200
+++ /var/tmp/diff_new_pack.rj3O3q/_new  2018-09-05 13:47:22.094138148 +0200
@@ -64,7 +64,6 @@
 BuildRequires:  pkgconfig(Qt5Test) >= 5.7.0
 BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.7.0
 BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.7.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.7.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.7.0
 # Needed for 42.3
 %if 0%{?suse_version} < 1330




commit akregator for openSUSE:Factory

2018-08-22 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-08-22 14:11:23

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Wed Aug 22 14:11:23 2018 rev:23 rq:630103 version:18.08.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-07-18 
22:39:17.177875428 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-08-22 
14:11:25.693082689 +0200
@@ -1,0 +2,25 @@
+Thu Aug 16 22:00:01 UTC 2018 - christo...@krop.fr
+
+- Update to 18.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.0.php
+- Changes since 18.07.80:
+  * None
+
+---
+Sat Jul 28 22:48:51 UTC 2018 - wba...@tmo.at
+
+- Build with gcc7 on Leap 42.3, it doesn't compile with 4.8 anymore
+
+---
+Thu Jul 26 13:00:24 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+- Changes since 18.04.3:
+  * Too many changes to list here
+
+---

Old:

  akregator-18.04.3.tar.xz

New:

  akregator-18.08.0.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.XmNy9S/_old  2018-08-22 14:11:26.213083922 +0200
+++ /var/tmp/diff_new_pack.XmNy9S/_new  2018-08-22 14:11:26.213083922 +0200
@@ -19,11 +19,11 @@
 %bcond_without lang
 
 Name:   akregator
-Version:18.04.3
+Version:18.08.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:RSS Feed Reader
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Utilities
@@ -66,6 +66,15 @@
 BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.7.0
 BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.7.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.7.0
+# Needed for 42.3
+%if 0%{?suse_version} < 1330
+# It does not build with the default compiler (GCC 4.8) on Leap 42.x
+%if 0%{?sle_version} < 120300
+BuildRequires:  gcc6-c++
+%else
+BuildRequires:  gcc7-c++
+%endif
+%endif
 Provides:   akregator5 = %{version}
 Obsoletes:  akregator5 < %{version}
 %if %{with lang}
@@ -91,6 +100,16 @@
 %setup -q
 
 %build
+%if 0%{?suse_version} < 1330
+  # It does not build with the default compiler (GCC 4.8) on Leap 42.x
+  %if 0%{?sle_version} < 120300
+export CC=gcc-6
+export CXX=g++-6
+  %else
+export CC=gcc-7
+export CXX=g++-7
+  %endif
+%endif
 %cmake_kf5 -d build -- -DBUILD_TESTING=OFF
 %make_jobs
 

++ akregator-18.04.3.tar.xz -> akregator-18.08.0.tar.xz ++
 40412 lines of diff (skipped)




commit akregator for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-07-18 22:39:15

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Wed Jul 18 22:39:15 2018 rev:22 rq:622590 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-06-13 
15:18:08.711406085 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-07-18 
22:39:17.177875428 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:49:44 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  akregator-18.04.2.tar.xz

New:

  akregator-18.04.3.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.AqOGc3/_old  2018-07-18 22:39:17.605874010 +0200
+++ /var/tmp/diff_new_pack.AqOGc3/_new  2018-07-18 22:39:17.605874010 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akregator-18.04.2.tar.xz -> akregator-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.04.2/CMakeLists.txt 
new/akregator-18.04.3/CMakeLists.txt
--- old/akregator-18.04.2/CMakeLists.txt2018-06-05 03:19:06.0 
+0200
+++ new/akregator-18.04.3/CMakeLists.txt2018-07-10 02:14:16.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.8.2")
+set(KDEPIM_VERSION_NUMBER "5.8.3")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.44.0")
@@ -40,14 +40,14 @@
 
 set(QT_REQUIRED_VERSION "5.8.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.8.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.8.2")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.8.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.8.2")
-set(LIBKLEO_LIB_VERSION_LIB "5.8.2")
-set(MESSAGELIB_LIB_VERSION_LIB "5.8.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.8.2")
-set(SYNDICATION_LIB_VERSION "5.8.2")
+set(KONTACTINTERFACE_LIB_VERSION "5.8.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.8.3")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.8.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.8.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.8.3")
+set(MESSAGELIB_LIB_VERSION_LIB "5.8.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.8.3")
+set(SYNDICATION_LIB_VERSION "5.8.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.04.2/po/zh_CN/akregator.po 
new/akregator-18.04.3/po/zh_CN/akregator.po
--- old/akregator-18.04.2/po/zh_CN/akregator.po 2018-06-05 03:19:03.0 
+0200
+++ new/akregator-18.04.3/po/zh_CN/akregator.po 2018-07-10 02:14:16.0 
+0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-03-12 03:22+0100\n"
-"PO-Revision-Date: 2018-05-18 06:29-0400\n"
+"PO-Revision-Date: 2018-07-03 17:39\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -1633,7 +1633,7 @@
 #: src/articleviewer-ng/webengine/articleviewerwebengine.cpp:339
 #, kde-format
 msgid "Are you sure you want to disable this introduction page?"
-msgstr "您确定想要禁用此介绍页吗?"
+msgstr "您确定要禁用此介绍页吗?"
 
 #: src/articleviewer-ng/webengine/articleviewerwebengine.cpp:340
 #, kde-format
@@ -1686,14 +1686,14 @@
 msgid ""
 "Are you sure you want to delete this folder and its feeds and subfolders?"
 ""
-msgstr "您确定想要删除次文件夹及其中的种子和子文件夹吗?"
+msgstr "您确定要删除次文件夹及其中的种子和子文件夹吗?"
 
 #: src/command/deletesubscriptioncommand.cpp:54
 #, kde-format
 msgid ""
 "Are you sure you want to delete folder %1 and its feeds and "
 "subfolders?"
-msgstr "您确定想要删除文件夹 %1 及其中的种子和子文件夹吗?"
+msgstr "您确定要删除文件夹 %1 及其中的种子和子文件夹吗?"
 
 #: src/command/deletesubscriptioncommand.cpp:58
 #, kde-format
@@ -1703,12 +1703,12 @@
 #: src/command/deletesubscriptioncommand.cpp:74
 #, kde-format
 msgid "Are you sure you want to delete this feed?"
-msgstr "您确定想要删除此种子吗?"
+msgstr "您确定要删除此种子吗?"
 
 #: src/command/deletesubscriptioncommand.cpp:76
 #, kde-format
 msgid "Are you sure you want to delete feed %1?"
-msgstr "您确定想要删除种子 %1 吗?"
+msgstr "您确定要删除种子 %1 吗?"
 
 #: src/command/deletesubscriptioncommand.cpp:81
 #, kde-format
@@ -1963,7 +1963,7 @@
 #: 

commit akregator for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-06-13 15:17:57

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Wed Jun 13 15:17:57 2018 rev:21 rq:615455 version:18.04.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-05-16 
11:26:45.876654955 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-06-13 
15:18:08.711406085 +0200
@@ -1,0 +2,10 @@
+Fri Jun 08 05:06:32 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.2.php
+- Changes since 18.04.1:
+  * None
+
+---

Old:

  akregator-18.04.1.tar.xz

New:

  akregator-18.04.2.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.yoMxi7/_old  2018-06-13 15:18:10.371345517 +0200
+++ /var/tmp/diff_new_pack.yoMxi7/_new  2018-06-13 15:18:10.403344350 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:18.04.1
+Version:18.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akregator-18.04.1.tar.xz -> akregator-18.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.04.1/CMakeLists.txt 
new/akregator-18.04.2/CMakeLists.txt
--- old/akregator-18.04.1/CMakeLists.txt2018-05-08 02:21:49.0 
+0200
+++ new/akregator-18.04.2/CMakeLists.txt2018-06-05 03:19:06.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.8.1")
+set(KDEPIM_VERSION_NUMBER "5.8.2")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.44.0")
@@ -40,14 +40,14 @@
 
 set(QT_REQUIRED_VERSION "5.8.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.8.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.8.1")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.8.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.8.1")
-set(LIBKLEO_LIB_VERSION_LIB "5.8.1")
-set(MESSAGELIB_LIB_VERSION_LIB "5.8.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.8.1")
-set(SYNDICATION_LIB_VERSION "5.8.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.8.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.8.2")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.8.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.8.2")
+set(LIBKLEO_LIB_VERSION_LIB "5.8.2")
+set(MESSAGELIB_LIB_VERSION_LIB "5.8.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.8.2")
+set(SYNDICATION_LIB_VERSION "5.8.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.04.1/po/zh_CN/akregator.po 
new/akregator-18.04.2/po/zh_CN/akregator.po
--- old/akregator-18.04.1/po/zh_CN/akregator.po 2018-05-08 02:21:48.0 
+0200
+++ new/akregator-18.04.2/po/zh_CN/akregator.po 2018-06-05 03:19:03.0 
+0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-03-12 03:22+0100\n"
-"PO-Revision-Date: 2018-04-26 06:07-0400\n"
+"PO-Revision-Date: 2018-05-18 06:29-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -391,7 +391,7 @@
 #: configuration/ui/settings_browser.ui:140
 #, kde-format
 msgid "Security"
-msgstr "安全"
+msgstr "证券"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_CheckPhishingUrl)
 #: configuration/ui/settings_browser.ui:146
@@ -1811,7 +1811,7 @@
 #: src/data/akregator_part.rc:21 src/data/akregator_shell.rc:16
 #, kde-format
 msgid ""
-msgstr "查看()"
+msgstr "视图()"
 
 #. i18n: ectx: Menu (go)
 #: src/data/akregator_part.rc:33 src/data/akregator_shell.rc:21




commit akregator for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-05-16 11:26:44

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Wed May 16 11:26:44 2018 rev:20 rq:607094 version:18.04.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-04-25 
09:46:17.939967978 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-05-16 
11:26:45.876654955 +0200
@@ -1,0 +2,10 @@
+Fri May 11 05:17:40 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.1.php
+- Changes since 18.04.0:
+  * Fix going to prev/next article with keyboard when using load full website
+
+---

Old:

  akregator-18.04.0.tar.xz

New:

  akregator-18.04.1.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.kDB20j/_old  2018-05-16 11:26:47.208606555 +0200
+++ /var/tmp/diff_new_pack.kDB20j/_new  2018-05-16 11:26:47.212606410 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:18.04.0
+Version:18.04.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akregator-18.04.0.tar.xz -> akregator-18.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.04.0/CMakeLists.txt 
new/akregator-18.04.1/CMakeLists.txt
--- old/akregator-18.04.0/CMakeLists.txt2018-04-13 02:14:37.0 
+0200
+++ new/akregator-18.04.1/CMakeLists.txt2018-05-08 02:21:49.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.8.0")
+set(KDEPIM_VERSION_NUMBER "5.8.1")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.44.0")
@@ -40,14 +40,14 @@
 
 set(QT_REQUIRED_VERSION "5.8.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.8.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.8.0")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.8.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.8.0")
-set(LIBKLEO_LIB_VERSION_LIB "5.8.0")
-set(MESSAGELIB_LIB_VERSION_LIB "5.8.0")
-set(PIMCOMMON_LIB_VERSION_LIB "5.8.0")
-set(SYNDICATION_LIB_VERSION "5.8.0")
+set(KONTACTINTERFACE_LIB_VERSION "5.8.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.8.1")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.8.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.8.1")
+set(LIBKLEO_LIB_VERSION_LIB "5.8.1")
+set(MESSAGELIB_LIB_VERSION_LIB "5.8.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.8.1")
+set(SYNDICATION_LIB_VERSION "5.8.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-18.04.0/configuration/akregator_config_plugins.desktop 
new/akregator-18.04.1/configuration/akregator_config_plugins.desktop
--- old/akregator-18.04.0/configuration/akregator_config_plugins.desktop
2018-04-10 13:50:18.0 +0200
+++ new/akregator-18.04.1/configuration/akregator_config_plugins.desktop
2018-05-06 06:11:17.0 +0200
@@ -91,6 +91,7 @@
 Comment[et]=Pluginate seadistamine
 Comment[fi]=Liitännäisten asetukset
 Comment[fr]=Configurer les modules externes
+Comment[gl]=Configurar os complementos
 Comment[it]=Configura estensioni
 Comment[ko]=플러그인 설정
 Comment[lt]=Konfigūruoti papildinius
@@ -121,6 +122,7 @@
 X-KDE-Keywords[et]=akregator, seadistamine, seadistused, veebimootor, pluginad
 X-KDE-Keywords[fi]=akregator, asetukset, webEngine, liitännäiset
 X-KDE-Keywords[fr]=Akregator, configurer, paramétrage, webEngine, modules 
externes
+X-KDE-Keywords[gl]=akregator, configurar, configuración, motor web, 
complementos
 X-KDE-Keywords[it]=akregator, configurazione, impostazioni, webEngine, 
estensioni
 X-KDE-Keywords[ko]=akregator, configure, settings, online readers, 설정, 온라인 리더, 
webEngine, plugins
 X-KDE-Keywords[lt]=akregator, konfigūruoti, nuostatos, interneto variklis, 
papildiniai
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.04.0/po/gl/akregator.po 
new/akregator-18.04.1/po/gl/akregator.po
--- old/akregator-18.04.0/po/gl/akregator.po2018-04-13 02:14:36.0 
+0200
+++ new/akregator-18.04.1/po/gl/akregator.po2018-05-08 02:21:48.0 
+0200
@@ -4,14 +4,14 @@
 # Xosé , 2012, 2013.
 # Marce Villarino , 2012, 2013, 2014.
 # Adrian Chaves 

commit akregator for openSUSE:Factory

2018-04-25 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-04-25 09:46:16

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Wed Apr 25 09:46:16 2018 rev:19 rq:598968 version:18.04.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-03-20 
21:35:58.62235 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-04-25 
09:46:17.939967978 +0200
@@ -1,0 +2,20 @@
+Wed Apr 18 07:48:32 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.0.php
+- Changes since 18.03.90:
+  * None
+
+---
+Fri Apr 06 07:08:40 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.03.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+- Changes since 17.12.3:
+  * Too many changes to list here
+
+---

Old:

  akregator-17.12.3.tar.xz

New:

  akregator-18.04.0.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.rCLRhU/_old  2018-04-25 09:46:18.911932341 +0200
+++ /var/tmp/diff_new_pack.rCLRhU/_new  2018-04-25 09:46:18.915932195 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.12.3
+Version:18.04.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akregator-17.12.3.tar.xz -> akregator-18.04.0.tar.xz ++
 33471 lines of diff (skipped)




commit akregator for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-03-20 21:35:51

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Tue Mar 20 21:35:51 2018 rev:18 rq:585491 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-02-12 
09:58:23.653879293 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-03-20 
21:35:58.62235 +0100
@@ -1,0 +2,11 @@
+Thu Mar 08 23:50:56 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.3.php
+- Changes since 17.12.2:
+  * Apply patch from mgannon (kde#381929)
+  * Don't call it twice
+
+---

Old:

  akregator-17.12.2.tar.xz

New:

  akregator-17.12.3.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.iYzbDm/_old  2018-03-20 21:35:59.370324187 +0100
+++ /var/tmp/diff_new_pack.iYzbDm/_new  2018-03-20 21:35:59.370324187 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:RSS Feed Reader
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Utilities
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ akregator-17.12.2.tar.xz -> akregator-17.12.3.tar.xz ++
 5897 lines of diff (skipped)




commit akregator for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-02-12 09:58:19

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Mon Feb 12 09:58:19 2018 rev:17 rq:574960 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2018-01-17 
21:46:38.943955823 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-02-12 
09:58:23.653879293 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:47:10 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  akregator-17.12.1.tar.xz

New:

  akregator-17.12.2.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.S8ps3q/_old  2018-02-12 09:58:24.513848294 +0100
+++ /var/tmp/diff_new_pack.S8ps3q/_new  2018-02-12 09:58:24.513848294 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akregator-17.12.1.tar.xz -> akregator-17.12.2.tar.xz ++
 3033 lines of diff (skipped)




commit akregator for openSUSE:Factory

2018-01-17 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2018-01-17 21:46:38

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Wed Jan 17 21:46:38 2018 rev:16 rq:564232 version:17.12.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-12-18 
08:45:06.740495055 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-01-17 
21:46:38.943955823 +0100
@@ -1,0 +2,10 @@
+Thu Jan 11 23:40:53 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.1.php
+- Changes since 17.12.0:
+  * None
+
+---

Old:

  akregator-17.12.0.tar.xz

New:

  akregator-17.12.1.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.Goy7te/_old  2018-01-17 21:46:39.959908268 +0100
+++ /var/tmp/diff_new_pack.Goy7te/_new  2018-01-17 21:46:39.963908081 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akregator
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.12.0
+Version:17.12.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akregator-17.12.0.tar.xz -> akregator-17.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-17.12.0/CMakeLists.txt 
new/akregator-17.12.1/CMakeLists.txt
--- old/akregator-17.12.0/CMakeLists.txt2017-12-08 02:02:14.0 
+0100
+++ new/akregator-17.12.1/CMakeLists.txt2018-01-09 02:18:23.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.7.0")
+set(KDEPIM_VERSION_NUMBER "5.7.1")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.39.0")
@@ -39,14 +39,14 @@
 
 set(QT_REQUIRED_VERSION "5.8.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.7.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.7.0")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.7.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.7.0")
-set(LIBKLEO_LIB_VERSION_LIB "5.7.0")
-set(MESSAGELIB_LIB_VERSION_LIB "5.7.0")
-set(PIMCOMMON_LIB_VERSION_LIB "5.7.0")
-set(SYNDICATION_LIB_VERSION "5.7.0")
+set(KONTACTINTERFACE_LIB_VERSION "5.7.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.7.1")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.7.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.7.1")
+set(LIBKLEO_LIB_VERSION_LIB "5.7.1")
+set(MESSAGELIB_LIB_VERSION_LIB "5.7.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.7.1")
+set(SYNDICATION_LIB_VERSION "5.7.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-17.12.0/po/ca/akregator.po 
new/akregator-17.12.1/po/ca/akregator.po
--- old/akregator-17.12.0/po/ca/akregator.po2017-12-08 02:02:13.0 
+0100
+++ new/akregator-17.12.1/po/ca/akregator.po2018-01-09 02:18:22.0 
+0100
@@ -11,8 +11,8 @@
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-11-01 02:57+0100\n"
-"PO-Revision-Date: 2017-10-10 09:35+0100\n"
-"Last-Translator: Antoni Bella Pérez \n"
+"PO-Revision-Date: 2017-12-29 14:14+0100\n"
+"Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -42,9 +42,9 @@
 "collects the content for you."
 msgstr ""
 "Els lectors de fonts proporcionen una manera adequada de veure diferents "
-"classes de continguts, incloent notícies, blogs i altre contingut des dels "
-"llocs web. En lloc de comprovar manualment les actualitzacions a tots els "
-"llocs web preferits, l'Akregator recupera els continguts per vós."
+"classes de continguts, incloent-hi notícies, blogs i altre contingut des "
+"dels llocs web. En lloc de comprovar manualment les actualitzacions a tots "
+"els llocs web preferits, l'Akregator recupera els continguts per vós."
 
 #: src/about/introduction_akregator.html:19 src/html.cpp:4
 msgid ""
@@ -54,8 +54,8 @@
 msgstr ""
 "Per a més informació quant a l'ús de l'Akregator, aneu al lloc web de 

commit akregator for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-12-18 08:45:00

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Mon Dec 18 08:45:00 2017 rev:15 rq:556111 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-11-16 
14:18:49.142925285 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-12-18 
08:45:06.740495055 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:01 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Revert this changes. We can add KDEPIM_DEV_VERSION so I don't understand 
why it was removed. Or it was necessary to remove KDEPIM_DEV_VERSION. but it 
always used
+
+---
+Mon Nov 20 06:55:28 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  akregator-17.08.3.tar.xz

New:

  akregator-17.12.0.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.SnRpL0/_old  2017-12-18 08:45:07.596453734 +0100
+++ /var/tmp/diff_new_pack.SnRpL0/_new  2017-12-18 08:45:07.600453541 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -121,7 +121,6 @@
 %{_kf5_dbusinterfacesdir}/org.kde.akregator.part.xml
 %doc %lang(en) %{_kf5_htmldir}/en/akregator/
 %{_kf5_iconsdir}/hicolor/*/apps/akregator*.png
-%{_kf5_kxmlguidir}/akregator/
 %{_kf5_libdir}/libakregatorinterfaces.so*
 %{_kf5_libdir}/libakregatorprivate.so.*
 %{_kf5_notifydir}/akregator.notifyrc
@@ -134,7 +133,6 @@
 %{_kf5_sharedir}/akregator/
 %{_kf5_sharedir}/kconf_update/
 %{_kf5_sharedir}/kontact/
-%{_kf5_sharedir}/messageviewer/
 
 %if %{with lang}
 %files lang -f %{name}.lang

++ akregator-17.08.3.tar.xz -> akregator-17.12.0.tar.xz ++
 99475 lines of diff (skipped)




commit akregator for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-11-16 14:18:42

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Thu Nov 16 14:18:42 2017 rev:14 rq:540802 version:17.08.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-10-23 
16:26:29.403955038 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-11-16 
14:18:49.142925285 +0100
@@ -1,0 +2,10 @@
+Thu Nov 09 23:10:41 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.3.php
+- Changes since 17.08.2:
+  * None
+
+---

Old:

  akregator-17.08.2.tar.xz

New:

  akregator-17.08.3.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.fv6iOE/_old  2017-11-16 14:18:49.746903416 +0100
+++ /var/tmp/diff_new_pack.fv6iOE/_new  2017-11-16 14:18:49.750903271 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.08.2
+Version:17.08.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ akregator-17.08.2.tar.xz -> akregator-17.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-17.08.2/CMakeLists.txt 
new/akregator-17.08.3/CMakeLists.txt
--- old/akregator-17.08.2/CMakeLists.txt2017-10-10 02:16:27.0 
+0200
+++ new/akregator-17.08.3/CMakeLists.txt2017-11-07 02:26:38.0 
+0100
@@ -32,21 +32,21 @@
 endif()
 
 
-set(KDEPIM_VERSION_NUMBER "5.6.2")
+set(KDEPIM_VERSION_NUMBER "5.6.3")
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.7.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.6.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.6.2")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.6.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.6.2")
-set(LIBKLEO_LIB_VERSION_LIB "5.6.2")
-set(MESSAGELIB_LIB_VERSION_LIB "5.6.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.6.2")
-set(SYNDICATION_LIB_VERSION "5.6.2")
+set(KONTACTINTERFACE_LIB_VERSION "5.6.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.6.3")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.6.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.6.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.6.3")
+set(MESSAGELIB_LIB_VERSION_LIB "5.6.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.6.3")
+set(SYNDICATION_LIB_VERSION "5.6.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-17.08.2/po/ca/akregator.po 
new/akregator-17.08.3/po/ca/akregator.po
--- old/akregator-17.08.2/po/ca/akregator.po2017-10-10 02:16:26.0 
+0200
+++ new/akregator-17.08.3/po/ca/akregator.po2017-11-07 02:26:37.0 
+0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-09-23 05:37+0200\n"
-"PO-Revision-Date: 2017-04-28 20:14+0100\n"
+"PO-Revision-Date: 2017-10-07 19:58+0100\n"
 "Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-17.08.2/po/de/akregator.po 
new/akregator-17.08.3/po/de/akregator.po
--- old/akregator-17.08.2/po/de/akregator.po2017-10-10 02:16:26.0 
+0200
+++ new/akregator-17.08.3/po/de/akregator.po2017-11-07 02:26:37.0 
+0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-09-23 05:37+0200\n"
-"PO-Revision-Date: 2017-03-19 15:31+0100\n"
+"PO-Revision-Date: 2017-10-31 21:28+0100\n"
 "Last-Translator: Burkhard Lück \n"
 "Language-Team: German \n"
 "Language: de\n"
@@ -395,7 +395,7 @@
 #: configuration/ui/settings_browser.ui:140
 #, kde-format
 msgid "Verify URLs using Google's Safe Browsing API"
-msgstr ""
+msgstr "Überprüfen von URLs mit der API von Google's Safe Browsing"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_AccessKeyEnabled)
 #: configuration/ui/settings_browser.ui:147
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit akregator for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-10-23 16:26:21

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Mon Oct 23 16:26:21 2017 rev:13 rq:534632 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-09-12 
19:52:40.813979068 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-10-23 
16:26:29.403955038 +0200
@@ -1,0 +2,14 @@
+Tue Oct 17 00:31:05 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * Do not remove read messages from the unread filter immediately (kde#350731)
+  * When backing up feeds.opml, remove any existing backup first
+  * [akregator] Make sure part is created before main windows is restored 
(kde#381822, kde#378513, kde#381825, kde#377129)
+- Drop patches, now upstream:
+  * make-sure-part-is-created.patch
+
+---

Old:

  akregator-17.08.1.tar.xz
  make-sure-part-is-created.patch

New:

  akregator-17.08.2.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.lZuddn/_old  2017-10-23 16:26:30.463905415 +0200
+++ /var/tmp/diff_new_pack.lZuddn/_new  2017-10-23 16:26:30.467905227 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.08.1
+Version:17.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -29,8 +29,6 @@
 Group:  Productivity/Networking/News/Utilities
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch1: make-sure-part-is-created.patch
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
@@ -91,7 +89,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %cmake_kf5 -d build -- -DBUILD_TESTING=OFF

++ akregator-17.08.1.tar.xz -> akregator-17.08.2.tar.xz ++
 4944 lines of diff (skipped)




commit akregator for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-09-12 19:52:38

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Tue Sep 12 19:52:38 2017 rev:12 rq:523359 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-08-24 
17:41:54.529068028 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-09-12 
19:52:40.813979068 +0200
@@ -1,0 +2,18 @@
+Mon Sep 11 18:01:26 UTC 2017 - fab...@ritter-vogt.de
+
+- Add upstream patch to fix various crashes (kde#381822, kde#378513,
+  kde#381825, kde#377129):
+  * make-sure-part-is-created.patch
+
+---
+Thu Sep 07 07:01:10 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Don"t change messageviewer setting here. We don"t need to do it here
+  * Fix Bug 383380 - Duplicate overwrite warning when exporting feeds 
(kde#383380)
+
+---

Old:

  akregator-17.08.0.tar.xz

New:

  akregator-17.08.1.tar.xz
  make-sure-part-is-created.patch



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.9toaIO/_old  2017-09-12 19:52:43.089659098 +0200
+++ /var/tmp/diff_new_pack.9toaIO/_new  2017-09-12 19:52:43.089659098 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -29,6 +29,8 @@
 Group:  Productivity/Networking/News/Utilities
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch1: make-sure-part-is-created.patch
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
@@ -89,6 +91,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %cmake_kf5 -d build -- -DBUILD_TESTING=OFF

++ akregator-17.08.0.tar.xz -> akregator-17.08.1.tar.xz ++
 5489 lines of diff (skipped)

++ make-sure-part-is-created.patch ++
>From d0a5f4159cddcca656ca8bbcbd6e551e3499c166 Mon Sep 17 00:00:00 2001
From: Anthony Fieroni 
Date: Sun, 10 Sep 2017 21:59:35 +0300
Subject: [akregator] Make sure part is created before main windows is restored

DIfferential Revision: https://phabricator.kde.org/D6739

BUG: 381822
BUG: 378513
BUG: 381825
BUG: 377129

Signed-off-by: Anthony Fieroni 
---
 src/main.cpp | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/src/main.cpp b/src/main.cpp
index b80b198..aa1bb08 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -113,14 +113,11 @@ int main(int argc, char **argv)
 
 // see if we are starting with session management
 if (app.isSessionRestored()) {
-#undef RESTORE
-#define RESTORE(type) { int n = 1; \
-while (KMainWindow::canBeRestored(n)) { \
-(new type)->restore(n, false); \
-n++;} \
-}
-
-RESTORE(Akregator::MainWindow);
+auto mainWindow = new Akregator::MainWindow();
+mainWindow->loadPart();
+if (KMainWindow::canBeRestored(1)) {
+mainWindow->restore(1, false);
+}
 }
 
 return app.exec();
-- 
cgit v0.11.2




commit akregator for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-08-24 17:41:53

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Thu Aug 24 17:41:53 2017 rev:11 rq:516281 version:17.08.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-07-25 
11:26:02.845922683 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-08-24 
17:41:54.529068028 +0200
@@ -1,0 +2,17 @@
+Fri Aug 11 22:44:47 UTC 2017 - christo...@krop.fr
+
+- Update to KDE Applications 17.08.0
+  * New feature release
+  * https://www.kde.org/announcements/announce-applications-17.08.0.php
+- Changes since 17.04.3 :
+- Too many changes to list here
+
+---
+Sat Aug  5 18:16:27 UTC 2017 - christo...@krop.fr
+
+- Update to KDE Applications 17.07.90
+  * KDE Applications 17.07.90
+  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+
+
+---

Old:

  akregator-17.04.3.tar.xz

New:

  akregator-17.08.0.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.IoT7Rx/_old  2017-08-24 17:41:55.440939647 +0200
+++ /var/tmp/diff_new_pack.IoT7Rx/_new  2017-08-24 17:41:55.448938521 +0200
@@ -19,10 +19,10 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.04.3
+Version:17.08.0
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:RSS Feed Reader
 License:GPL-2.0+
@@ -55,23 +55,25 @@
 BuildRequires:  python-devel
 BuildRequires:  syndication-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.7.0
+BuildRequires:  pkgconfig(Qt5Gui) >= 5.7.0
+BuildRequires:  pkgconfig(Qt5Network) >= 5.7.0
 BuildRequires:  pkgconfig(Qt5PrintSupport)
-BuildRequires:  pkgconfig(Qt5Qml) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Quick) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.6.0
-BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Qml) >= 5.7.0
+BuildRequires:  pkgconfig(Qt5Quick) >= 5.7.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.7.0
+BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.7.0
+BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.7.0
+BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.7.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.7.0
 Provides:   akregator5 = %{version}
 Obsoletes:  akregator5 < %{version}
-# It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
+%if %{with lang}
 Recommends: %{name}-lang
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# It can only build on the same platforms as Qt Webengine
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 
 %description
 Akregator is a news feed reader. It enables you to follow news sites,
@@ -110,29 +112,29 @@
 %dir %{_kf5_iconsdir}/hicolor/256x256
 %dir %{_kf5_iconsdir}/hicolor/256x256/apps
 %dir %{_kf5_appstreamdir}/
-%{_datadir}/akregator/
-%{_kf5_servicesdir}/akregator_*.desktop
-%{_kf5_servicesdir}/feed.protocol
-%{_kf5_servicetypesdir}/akregator_plugin.desktop
-%{_kf5_bindir}/akregator*
-%{_kf5_plugindir}/akregator*.so
-%{_kf5_appstreamdir}/org.kde.akregator.appdata.xml
+%config %{_kf5_configdir}/akregator.categories
+%config %{_kf5_configdir}/akregator.renamecategories
 %{_kf5_applicationsdir}/org.kde.akregator.desktop
+%{_kf5_appstreamdir}/org.kde.akregator.appdata.xml
+%{_kf5_bindir}/akregator*
 %{_kf5_configkcfgdir}/akregator.kcfg
 %{_kf5_dbusinterfacesdir}/org.kde.akregator.part.xml
-%{_kf5_htmldir}/en/akregator/
-%config %{_kf5_configdir}/akregator.categories
-%config %{_kf5_configdir}/akregator.renamecategories
-%{_libdir}/libakregatorinterfaces.so*
-%{_libdir}/libakregatorprivate.so.*
-%{_kf5_plugindir}/kontact_akregatorplugin.so
+%doc %lang(en) %{_kf5_htmldir}/en/akregator/
 %{_kf5_iconsdir}/hicolor/*/apps/akregator*.png
-%{_datadir}/kconf_update/
+%{_kf5_kxmlguidir}/akregator/
+%{_kf5_libdir}/libakregatorinterfaces.so*
+%{_kf5_libdir}/libakregatorprivate.so.*
 

commit akregator for openSUSE:Factory

2017-07-25 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-07-25 11:25:58

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Tue Jul 25 11:25:58 2017 rev:10 rq:510631 version:17.04.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-07-12 
19:31:36.245629636 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-07-25 
11:26:02.845922683 +0200
@@ -1,0 +2,14 @@
+Sat Jul 15 22:58:51 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.3.php
+- Changes since 17.04.2:
+  * frame/framemanager.cpp - crash guard if we don't have a current frame yet
+  * akregator_part.cpp - add a crash guard in case the mainWidget isn't set 
yet BUG: 38416 (kde#38416)
+- Drop upstreamed patches:
+  * fix-crash-if-no-current-frame.patch
+  * fix-crash.patch
+
+---

Old:

  akregator-17.04.2.tar.xz
  fix-crash-if-no-current-frame.patch
  fix-crash.patch

New:

  akregator-17.04.3.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.vx0mjr/_old  2017-07-25 11:26:04.105744767 +0200
+++ /var/tmp/diff_new_pack.vx0mjr/_new  2017-07-25 11:26:04.109744202 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.04.2
+Version:17.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
@@ -29,10 +29,6 @@
 Group:  Productivity/Networking/News/Utilities
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM fix-crash.patch kde#381416 -- fix a possible crash
-Patch0: fix-crash.patch
-# PATCH-FIX-UPSTREAM fix-crash-if-no-current-frame.patch kde#381241 -- fix 
another possible crash
-Patch1: fix-crash-if-no-current-frame.patch
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
@@ -91,8 +87,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %cmake_kf5 -d build -- -DBUILD_TESTING=OFF

++ akregator-17.04.2.tar.xz -> akregator-17.04.3.tar.xz ++
 5214 lines of diff (skipped)




commit akregator for openSUSE:Factory

2017-07-12 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-07-12 19:31:35

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Wed Jul 12 19:31:35 2017 rev:9 rq:508766 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-06-12 
15:14:19.949577864 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-07-12 
19:31:36.245629636 +0200
@@ -1,0 +2,11 @@
+Thu Jul  6 19:53:26 UTC 2017 - wba...@tmo.at
+
+- Add fix-crash-if-no-current-frame.patch to fix another possible
+  crash (kde#381241)
+
+---
+Thu Jul  6 12:10:33 UTC 2017 - wba...@tmo.at
+
+- Add fix-crash.patch to fix a possible crash on start (kde#381416)
+
+---

New:

  fix-crash-if-no-current-frame.patch
  fix-crash.patch



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.oFWpmL/_old  2017-07-12 19:31:37.209493642 +0200
+++ /var/tmp/diff_new_pack.oFWpmL/_new  2017-07-12 19:31:37.213493078 +0200
@@ -29,6 +29,10 @@
 Group:  Productivity/Networking/News/Utilities
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM fix-crash.patch kde#381416 -- fix a possible crash
+Patch0: fix-crash.patch
+# PATCH-FIX-UPSTREAM fix-crash-if-no-current-frame.patch kde#381241 -- fix 
another possible crash
+Patch1: fix-crash-if-no-current-frame.patch
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
@@ -87,6 +91,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %cmake_kf5 -d build -- -DBUILD_TESTING=OFF

++ fix-crash-if-no-current-frame.patch ++
>From 763739efa2e17ab1ed93fefe7b1070a86cad4532 Mon Sep 17 00:00:00 2001
From: Allen Winter 
Date: Thu, 6 Jul 2017 12:22:55 -0400
Subject: frame/framemanager.cpp - crash guard if we don't have a current frame
 yet

---
 src/frame/framemanager.cpp | 4 
 1 file changed, 4 insertions(+)

diff --git a/src/frame/framemanager.cpp b/src/frame/framemanager.cpp
index d07c90f..f16b441 100644
--- a/src/frame/framemanager.cpp
+++ b/src/frame/framemanager.cpp
@@ -202,6 +202,10 @@ void FrameManager::slotSetStatusText(Frame *frame, const 
QString )
 
 void FrameManager::openUrl(OpenUrlRequest )
 {
+if (!m_currentFrame) {
+return;
+}
+
 if (request.browserArgs().newTab() || 
request.browserArgs().forcesNewWindow() || request.options() == 
OpenUrlRequest::NewTab || (m_currentFrame->id() == 0)) {
 int newFrameId = -1;
 Q_EMIT signalRequestNewFrame(newFrameId);
-- 
cgit v0.11.2

++ fix-crash.patch ++
>From 470801bd845ce6544018c7da9258d1e66ab662fa Mon Sep 17 00:00:00 2001
From: Allen Winter 
Date: Wed, 5 Jul 2017 11:49:27 -0400
Subject: akregator_part.cpp - add a crash guard in case the mainWidget isn't
 set yet BUG: 38416

---
 src/akregator_part.cpp | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/akregator_part.cpp b/src/akregator_part.cpp
index 1932a1c..fb6d2b1 100644
--- a/src/akregator_part.cpp
+++ b/src/akregator_part.cpp
@@ -420,7 +420,9 @@ void Part::slotSetStatusText(const QString )
 
 void Part::saveSettings()
 {
-m_mainWidget->saveSettings();
+if (m_mainWidget) {
+m_mainWidget->saveSettings();
+}
 }
 
 Part::~Part()
@@ -504,6 +506,10 @@ bool Part::writeToTextFile(const QString , const 
QString ) const
 void Part::feedListLoaded(const QSharedPointer )
 {
 Q_ASSERT(!m_standardListLoaded);
+if (!m_mainWidget) {
+return;
+}
+
 m_mainWidget->setFeedList(list);
 m_standardListLoaded = list != nullptr;
 
@@ -522,6 +528,10 @@ void Part::feedListLoaded(const QSharedPointer 
)
 
 void Part::flushAddFeedRequests()
 {
+if (!m_mainWidget) {
+return;
+}
+
 for (const AddFeedRequest  : qAsConst(m_requests)) {
 Q_FOREACH (const QString , i.urls) {
 m_mainWidget->addFeedToGroup(j, i.group);
-- 
cgit v0.11.2




commit akregator for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-06-12 15:14:16

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Mon Jun 12 15:14:16 2017 rev:8 rq:501929 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-05-22 
10:37:39.204067518 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-06-12 
15:14:19.949577864 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:42:39 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  akregator-17.04.1.tar.xz

New:

  akregator-17.04.2.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.pDRCZn/_old  2017-06-12 15:14:21.213399535 +0200
+++ /var/tmp/diff_new_pack.pDRCZn/_new  2017-06-12 15:14:21.213399535 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ akregator-17.04.1.tar.xz -> akregator-17.04.2.tar.xz ++
 2173 lines of diff (skipped)




commit akregator for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-05-22 10:37:37

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Mon May 22 10:37:37 2017 rev:7 rq:495865 version:17.04.1

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-05-08 
18:45:53.085349519 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-05-22 
10:37:39.204067518 +0200
@@ -1,0 +2,12 @@
+Wed May 17 20:35:30 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.1.php
+- Changes since 17.04.0:
+  * Keep cookies
+  * Don't complexify code for creating path
+  * Fix Bug 378757 - Archive: Archive folder not created if missing, articles 
not saved (kde#378757)
+
+---

Old:

  akregator-17.04.0.tar.xz

New:

  akregator-17.04.1.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.RFlJ0p/_old  2017-05-22 10:37:39.895969961 +0200
+++ /var/tmp/diff_new_pack.RFlJ0p/_new  2017-05-22 10:37:39.895969961 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.04.0
+Version:17.04.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ akregator-17.04.0.tar.xz -> akregator-17.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-17.04.0/CMakeLists.txt 
new/akregator-17.04.1/CMakeLists.txt
--- old/akregator-17.04.0/CMakeLists.txt2017-04-14 02:22:56.0 
+0200
+++ new/akregator-17.04.1/CMakeLists.txt2017-05-09 02:27:32.0 
+0200
@@ -32,21 +32,21 @@
 endif()
 
 
-set(KDEPIM_VERSION_NUMBER "5.5.0")
+set(KDEPIM_VERSION_NUMBER "5.5.1")
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.6.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.5.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.5.0")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.5.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.5.0")
-set(LIBKLEO_LIB_VERSION_LIB "5.5.0")
-set(MESSAGELIB_LIB_VERSION_LIB "5.5.0")
-set(PIMCOMMON_LIB_VERSION_LIB "5.5.0")
-set(SYNDICATION_LIB_VERSION "5.5.0")
+set(KONTACTINTERFACE_LIB_VERSION "5.5.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.5.1")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.5.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.5.1")
+set(LIBKLEO_LIB_VERSION_LIB "5.5.1")
+set(MESSAGELIB_LIB_VERSION_LIB "5.5.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.5.1")
+set(SYNDICATION_LIB_VERSION "5.5.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-17.04.0/plugins/mk4storage/storagemk4impl.cpp 
new/akregator-17.04.1/plugins/mk4storage/storagemk4impl.cpp
--- old/akregator-17.04.0/plugins/mk4storage/storagemk4impl.cpp 2017-04-13 
05:08:49.0 +0200
+++ new/akregator-17.04.1/plugins/mk4storage/storagemk4impl.cpp 2017-05-01 
17:25:01.0 +0200
@@ -117,9 +117,8 @@
 
 QString Akregator::Backend::StorageMK4Impl::defaultArchivePath()
 {
-QString ret = 
QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + 
QLatin1Char('/') + QStringLiteral("akregator/Archive");
-QFileInfo fileInfo(ret);
-QDir().mkpath(fileInfo.absolutePath());
+const QString ret = 
QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + 
QLatin1Char('/') + QStringLiteral("akregator/Archive");
+QDir().mkpath(ret);
 return ret;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-17.04.0/po/nb/akregator.po 
new/akregator-17.04.1/po/nb/akregator.po
--- old/akregator-17.04.0/po/nb/akregator.po2017-04-14 02:22:56.0 
+0200
+++ new/akregator-17.04.1/po/nb/akregator.po2017-05-09 02:27:31.0 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2017-01-20 04:03+0100\n"
+"POT-Creation-Date: 2017-04-10 04:29+0200\n"
 "PO-Revision-Date: 2015-02-07 19:02+0100\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -850,6 +850,14 @@
 msgid "Resets the quick filter 

commit akregator for openSUSE:Factory

2017-05-08 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-05-08 18:45:47

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Mon May  8 18:45:47 2017 rev:6 rq:490334 version:17.04.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-03-15 
00:50:29.708985744 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-05-08 
18:45:53.085349519 +0200
@@ -1,0 +2,33 @@
+Sun Apr 16 10:44:43 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * Don't complexify code for creating path
+  * Fix Bug 378757 - Archive: Archive folder not created if missing, articles 
not saved (kde#378757)
+  * Use nullptr
+  * Use QFileInfo::exists()
+
+---
+Wed Apr 12 20:25:10 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.03.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+  * Astyle kdelibs
+
+---
+Sat Mar 25 23:10:05 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.03.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+  * Too many changes to list here
+
+---

Old:

  akregator-16.12.3.tar.xz

New:

  akregator-17.04.0.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.tHnHSV/_old  2017-05-08 18:45:53.973223967 +0200
+++ /var/tmp/diff_new_pack.tHnHSV/_new  2017-05-08 18:45:53.977223401 +0200
@@ -16,11 +16,13 @@
 #
 
 
+%bcond_without lang
+
 Name:   akregator
-Version:16.12.3
+Version:17.04.0
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:RSS Feed Reader
 License:GPL-2.0+
@@ -68,6 +70,7 @@
 Obsoletes:  akregator5 < %{version}
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -78,6 +81,10 @@
 Konqueror integration for adding news feeds and with an internal
 browser for news reading.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q
 
@@ -87,6 +94,10 @@
 
 %install
 %kf5_makeinstall -C build
+%if %{with lang}
+  %find_lang %{name} --with-man --all-name
+  %kf5_find_htmldocs
+%endif
 rm %{buildroot}%{_kf5_libdir}/*.so
 %suse_update_desktop_file -r org.kde.akregator   Network  RSS-News
 
@@ -123,4 +134,9 @@
 %{_kf5_kxmlguidir}/akregator/
 %{_datadir}/messageviewer/
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++ akregator-16.12.3.tar.xz -> akregator-17.04.0.tar.xz ++
 169558 lines of diff (skipped)




commit akregator for openSUSE:Factory

2017-03-14 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-03-15 00:50:28

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Wed Mar 15 00:50:28 2017 rev:5 rq:478098 version:16.12.3

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-02-16 
16:42:06.675020973 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-03-15 
00:50:29.708985744 +0100
@@ -1,0 +2,10 @@
+Thu Mar  9 12:33:21 CET 2017 - lbeltr...@kde.org
+
+- Update to 16.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-16.12.3.php
+- Changes since 16.12.2:
+  * None
+
+---

Old:

  akregator-16.12.2.tar.xz

New:

  akregator-16.12.3.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.T6fy5g/_old  2017-03-15 00:50:30.452880485 +0100
+++ /var/tmp/diff_new_pack.T6fy5g/_new  2017-03-15 00:50:30.456879919 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   akregator
-Version:16.12.2
+Version:16.12.3
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:RSS Feed Reader
 License:GPL-2.0+

++ akregator-16.12.2.tar.xz -> akregator-16.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-16.12.2/CMakeLists.txt 
new/akregator-16.12.3/CMakeLists.txt
--- old/akregator-16.12.2/CMakeLists.txt2017-01-16 06:52:31.0 
+0100
+++ new/akregator-16.12.3/CMakeLists.txt2017-02-14 13:33:13.0 
+0100
@@ -32,21 +32,21 @@
 endif()
 
 
-set(KDEPIM_VERSION_NUMBER "5.4.2")
+set(KDEPIM_VERSION_NUMBER "5.4.3")
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.6.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.4.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.4.2")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.4.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.4.2")
-set(LIBKLEO_LIB_VERSION_LIB "5.4.2")
-set(MESSAGELIB_LIB_VERSION_LIB "5.4.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.4.2")
-set(SYNDICATION_LIB_VERSION "5.4.2")
+set(KONTACTINTERFACE_LIB_VERSION "5.4.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.4.3")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.4.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.4.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.4.3")
+set(MESSAGELIB_LIB_VERSION_LIB "5.4.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.4.3")
+set(SYNDICATION_LIB_VERSION "5.4.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)




commit akregator for openSUSE:Factory

2017-02-16 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-02-16 16:42:05

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-02-13 
07:04:03.601560828 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-02-16 
16:42:06.675020973 +0100
@@ -1,0 +2,5 @@
+Sat Feb 11 13:24:04 UTC 2017 - jeng...@inai.de
+
+- Update description with text from Debian
+
+---



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.FHHCjy/_old  2017-02-16 16:42:07.106959631 +0100
+++ /var/tmp/diff_new_pack.FHHCjy/_new  2017-02-16 16:42:07.110959063 +0100
@@ -71,7 +71,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-A KDE Feed Aggregator
+Akregator is a news feed reader. It enables you to follow news sites,
+blogs and other RSS/Atom-enabled websites without the need to
+manually check for updates using a web browser. Akregator is designed
+for convenient reading of hundreds of news sources. It comes with
+Konqueror integration for adding news feeds and with an internal
+browser for news reading.
 
 %prep
 %setup -q




commit akregator for openSUSE:Factory

2017-02-12 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-02-13 07:03:57

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-01-25 
22:45:06.269133664 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-02-13 
07:04:03.601560828 +0100
@@ -1,0 +2,8 @@
+Thu Feb  9 06:39:07 UTC 2017 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.12.2
+   * KDE Applications 16.12.2
+   * https://www.kde.org/announcements/announce-applications-16.12.2.php
+
+
+---

Old:

  akregator-16.12.1.tar.xz

New:

  akregator-16.12.2.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.UOB2HD/_old  2017-02-13 07:04:05.421300776 +0100
+++ /var/tmp/diff_new_pack.UOB2HD/_new  2017-02-13 07:04:05.421300776 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   akregator
-Version:16.12.1
+Version:16.12.2
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:RSS Feed Reader
 License:GPL-2.0+

++ akregator-16.12.1.tar.xz -> akregator-16.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-16.12.1/CMakeLists.txt 
new/akregator-16.12.2/CMakeLists.txt
--- old/akregator-16.12.1/CMakeLists.txt2016-12-27 08:20:38.0 
+0100
+++ new/akregator-16.12.2/CMakeLists.txt2017-01-16 06:52:31.0 
+0100
@@ -32,21 +32,21 @@
 endif()
 
 
-set(KDEPIM_VERSION_NUMBER "5.4.1")
+set(KDEPIM_VERSION_NUMBER "5.4.2")
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.6.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.4.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.4.1")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.4.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.4.1")
-set(LIBKLEO_LIB_VERSION_LIB "5.4.1")
-set(MESSAGELIB_LIB_VERSION_LIB "5.4.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.4.1")
-set(SYNDICATION_LIB_VERSION "5.4.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.4.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.4.2")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.4.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.4.2")
+set(LIBKLEO_LIB_VERSION_LIB "5.4.2")
+set(MESSAGELIB_LIB_VERSION_LIB "5.4.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.4.2")
+set(SYNDICATION_LIB_VERSION "5.4.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)




commit akregator for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-01-25 22:45:05

Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and  /work/SRC/openSUSE:Factory/.akregator.new (New)


Package is "akregator"

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2016-12-17 
11:18:23.067357520 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-01-25 
22:45:06.269133664 +0100
@@ -1,0 +2,7 @@
+Sat Jan 14 08:48:25 UTC 2017 - lbeltr...@kde.org
+
+- - Update to KDE Applications 16.12.1
+   * KDE Applications 16.12.1 
+   * https://www.kde.org/announcements/announce-applications-16.12.1.php
+
+---

Old:

  akregator-16.12.0.tar.xz

New:

  akregator-16.12.1.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.ovj5Oj/_old  2017-01-25 22:45:06.989025018 +0100
+++ /var/tmp/diff_new_pack.ovj5Oj/_new  2017-01-25 22:45:06.997023811 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akregator
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:   akregator
-Version:16.12.0
+Version:16.12.1
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:RSS Feed Reader
 License:GPL-2.0+

++ akregator-16.12.0.tar.xz -> akregator-16.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-16.12.0/CMakeLists.txt 
new/akregator-16.12.1/CMakeLists.txt
--- old/akregator-16.12.0/CMakeLists.txt2016-12-08 07:05:39.0 
+0100
+++ new/akregator-16.12.1/CMakeLists.txt2016-12-27 08:20:38.0 
+0100
@@ -32,21 +32,21 @@
 endif()
 
 
-set(KDEPIM_VERSION_NUMBER "5.4.0")
+set(KDEPIM_VERSION_NUMBER "5.4.1")
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.6.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.4.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.4.0")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.4.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.4.0")
-set(LIBKLEO_LIB_VERSION_LIB "5.4.0")
-set(MESSAGELIB_LIB_VERSION_LIB "5.4.0")
-set(PIMCOMMON_LIB_VERSION_LIB "5.4.0")
-set(SYNDICATION_LIB_VERSION "5.4.0")
+set(KONTACTINTERFACE_LIB_VERSION "5.4.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.4.1")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.4.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.4.1")
+set(LIBKLEO_LIB_VERSION_LIB "5.4.1")
+set(MESSAGELIB_LIB_VERSION_LIB "5.4.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.4.1")
+set(SYNDICATION_LIB_VERSION "5.4.1")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-16.12.0/configuration/akregator_config_plugins.desktop 
new/akregator-16.12.1/configuration/akregator_config_plugins.desktop
--- old/akregator-16.12.0/configuration/akregator_config_plugins.desktop
2016-12-08 07:05:39.0 +0100
+++ new/akregator-16.12.1/configuration/akregator_config_plugins.desktop
2016-12-27 08:20:38.0 +0100
@@ -89,6 +89,7 @@
 Comment[et]=Pluginate seadistamine
 Comment[fi]=Liitännäisten asetukset
 Comment[it]=Configura estensioni
+Comment[ko]=플러그인 설정
 Comment[lt]=Konfigūruoti papildinius
 Comment[nb]=Sett opp programtillegg
 Comment[nl]=Plugins instellen
@@ -113,6 +114,7 @@
 X-KDE-Keywords[et]=akregator, seadistamine, seadistused, veebimootor, pluginad
 X-KDE-Keywords[fi]=akregator, asetukset, webEngine, liitännäiset
 X-KDE-Keywords[it]=akregator, configurazione, impostazioni, webEngine, 
estensioni
+X-KDE-Keywords[ko]=akregator, configure, settings, online readers, 설정, 온라인 리더, 
webEngine, plugins
 X-KDE-Keywords[lt]=akregator, konfigūruoti, nuostatos, interneto variklis, 
papildiniai
 X-KDE-Keywords[nl]=akregator, instellen, instellingen, webEngine, plug-ins
 X-KDE-Keywords[pl]=akregator, konfiguruj, ustawienia, webEngine, wtyczki