commit ktextwidgets for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-10-12 13:56:22

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


Package is "ktextwidgets"

Mon Oct 12 13:56:22 2020 rev:84 rq:840849 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2020-09-18 14:43:27.852112852 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.3486/ktextwidgets.changes  
2020-10-12 13:58:10.618187635 +0200
@@ -1,0 +2,11 @@
+Mon Oct  5 08:33:35 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- Changes since 5.74.0:
+  * Add missing explicit (cppcheck warning)
+  * Constify pointer when it's possible
+
+---

Old:

  ktextwidgets-5.74.0.tar.xz
  ktextwidgets-5.74.0.tar.xz.sig

New:

  ktextwidgets-5.75.0.tar.xz
  ktextwidgets-5.75.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.sGEh0g/_old  2020-10-12 13:58:11.142187853 +0200
+++ /var/tmp/diff_new_pack.sGEh0g/_new  2020-10-12 13:58:11.146187855 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.74
+%define _tar_path 5.75
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.74.0
+Version:5.75.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.74.0.tar.xz -> ktextwidgets-5.75.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/CMakeLists.txt 
new/ktextwidgets-5.75.0/CMakeLists.txt
--- old/ktextwidgets-5.74.0/CMakeLists.txt  2020-09-06 12:36:50.0 
+0200
+++ new/ktextwidgets-5.75.0/CMakeLists.txt  2020-10-04 20:54:12.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.75.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.74.0  NO_MODULE)
+find_package(ECM 5.75.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/autotests/kfindtest.h 
new/ktextwidgets-5.75.0/autotests/kfindtest.h
--- old/ktextwidgets-5.74.0/autotests/kfindtest.h   2020-09-06 
12:36:50.0 +0200
+++ new/ktextwidgets-5.75.0/autotests/kfindtest.h   2020-10-04 
20:54:12.0 +0200
@@ -20,7 +20,7 @@
 Q_OBJECT
 
 public:
-KFindRecorder(const QStringList ) :
+explicit KFindRecorder(const QStringList ) :
 QObject(nullptr),
 m_find(nullptr),
 m_text(text),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/po/ca/ktextwidgets5.po 
new/ktextwidgets-5.75.0/po/ca/ktextwidgets5.po
--- old/ktextwidgets-5.74.0/po/ca/ktextwidgets5.po  2020-09-06 
12:36:50.0 +0200
+++ new/ktextwidgets-5.75.0/po/ca/ktextwidgets5.po  2020-10-04 
20:54:12.0 +0200
@@ -11,7 +11,7 @@
 # Orestes Mas , 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: ktextwidgets5\n"
+"Project-Id-Version: ktextwidgets\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-08-12 02:08+0200\n"
 "PO-Revision-Date: 2020-07-26 16:12+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/po/ca@valencia/ktextwidgets5.po 
new/ktextwidgets-5.75.0/po/ca@valencia/ktextwidgets5.po
--- old/ktextwidgets-5.74.0/po/ca@valencia/ktextwidgets5.po 2020-09-06 
12:36:50.0 +0200
+++ new/ktextwidgets-5.75.0/po/ca@valencia/ktextwidgets5.po 2020-10-04 
20:54:12.0 +0200
@@ -12,7 +12,7 @@
 # Empar , 2019.
 msgid ""
 msgstr ""
-"Project-Id-Version: ktextwidgets5\n"
+"Project-Id-Version: ktextwidgets\n"
 "Report-Msgid-Bugs-To: 

commit ktextwidgets for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-09-18 14:42:06

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


Package is "ktextwidgets"

Fri Sep 18 14:42:06 2020 rev:83 rq:834434 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2020-08-12 12:29:16.252176252 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.4249/ktextwidgets.changes  
2020-09-18 14:43:27.852112852 +0200
@@ -1,0 +2,12 @@
+Sun Sep  6 12:50:17 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.74.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.74.0
+- Changes since 5.73.0:
+  * Remove obsolete COPYING files
+  * Add license texts according to REUSE specification
+  * Convert copyright statements to SPDX expressions
+
+---

Old:

  ktextwidgets-5.73.0.tar.xz
  ktextwidgets-5.73.0.tar.xz.sig

New:

  ktextwidgets-5.74.0.tar.xz
  ktextwidgets-5.74.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.3Ki5fT/_old  2020-09-18 14:43:28.976113856 +0200
+++ /var/tmp/diff_new_pack.3Ki5fT/_new  2020-09-18 14:43:28.980113859 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.73
+%define _tar_path 5.74
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.73.0
+Version:5.74.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later
@@ -105,7 +105,7 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %{_kf5_libdir}/libKF5TextWidgets.so.*
 
 %files devel

++ ktextwidgets-5.73.0.tar.xz -> ktextwidgets-5.74.0.tar.xz ++
 87353 lines of diff (skipped)

++ ktextwidgets-5.73.0.tar.xz.sig -> ktextwidgets-5.74.0.tar.xz.sig ++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.73.0.tar.xz.sig  
2020-08-12 12:29:16.228176252 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.4249/ktextwidgets-5.74.0.tar.xz.sig
2020-09-18 14:43:27.596112625 +0200
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lzyUACgkQWNDuZIpI
-s7vYbgf9EVPvAPFdFbceFdmpXX3rOhVNuJa9QYfI/Ote6nxpgkHBHVoCA+DX9BUL
-amXoXSYd9OqRIkia6PfImamQmTinQBlTl5WySJ3YXCSiiWe8fbgE7sH3e0hB0YZQ
-ocEZNgKUZMjlkGeYl5s2z8bsaJKPhZjRv8Ops3g3XQGSXnzaZw3iW+fk1gsCSgFv
-CuvAKzv3TVqik9wvWbRHw8BfGjJoi5aUGioxrb24/uUbm72L0O038Akcu7GrvFGc
-NXYC0jR5rs9diodoNEvhzaZGumyS5TBECz143kbUWe0ep8XCkpR1eTz+GAAbn61C
-Mv3xB7QSTa/eTUZyJtGzUajB4Zru/Q==
-=O0Y3
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyW8ACgkQWNDuZIpI
+s7usKAgAkX8B/NcNXpTsvmnnMqMoAOBdDGdsOulzh6Y26dCBqnOuJ30CtUwgpcv+
+AdGiPrdo82mrz3XMMxYhqoTiSqTBy+8LVeszmaC9kWl97M3owbbdC5bLpsZLdWwT
+3eVhoDtUl5l+R4kf7pIfOL4y+M7D5J0WU2pxsDHAf++lW5HajHUzsy3MFxKIUFVo
+cBipYGCiwpzjHQgDrBPYHuC7f5dCc9+IELqxyl0ag5Y0onPJotVRQtOHEvdAPGhP
+xl3cVka4XoaYdBcfXFT+xqVzDkmh0T6I+YkcFek29iXkEuLER9SDcECLwwdFWN4P
+rPnDO8OSxqypsLpxEJhiSXixGY/MJA==
+=tlMW
 -END PGP SIGNATURE-




commit ktextwidgets for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-08-12 12:25:18

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


Package is "ktextwidgets"

Wed Aug 12 12:25:18 2020 rev:82 rq:825107 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2020-07-14 07:55:49.933117951 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.3399/ktextwidgets.changes  
2020-08-12 12:29:16.252176252 +0200
@@ -1,0 +2,10 @@
+Sun Aug  2 07:13:48 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- Changes since 5.72.0:
+  * Use camelcase include. (scripted)
+
+---

Old:

  ktextwidgets-5.72.0.tar.xz
  ktextwidgets-5.72.0.tar.xz.sig

New:

  ktextwidgets-5.73.0.tar.xz
  ktextwidgets-5.73.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.afVUre/_old  2020-08-12 12:29:16.732176237 +0200
+++ /var/tmp/diff_new_pack.afVUre/_new  2020-08-12 12:29:16.736176237 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.72
+%define _tar_path 5.73
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.72.0
+Version:5.73.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.72.0.tar.xz -> ktextwidgets-5.73.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/CMakeLists.txt 
new/ktextwidgets-5.73.0/CMakeLists.txt
--- old/ktextwidgets-5.72.0/CMakeLists.txt  2020-07-04 15:22:15.0 
+0200
+++ new/ktextwidgets-5.73.0/CMakeLists.txt  2020-08-01 21:55:39.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.72.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.72.0") # handled by release scripts
+set(KF5_VERSION "5.73.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.72.0  NO_MODULE)
+find_package(ECM 5.73.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/autotests/krichtextedittest.cpp 
new/ktextwidgets-5.73.0/autotests/krichtextedittest.cpp
--- old/ktextwidgets-5.72.0/autotests/krichtextedittest.cpp 2020-07-04 
15:22:15.0 +0200
+++ new/ktextwidgets-5.73.0/autotests/krichtextedittest.cpp 2020-08-01 
21:55:39.0 +0200
@@ -20,7 +20,7 @@
 #include "krichtextedittest.h"
 
 #include 
-#include 
+#include 
 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/po/ca/ktextwidgets5.po 
new/ktextwidgets-5.73.0/po/ca/ktextwidgets5.po
--- old/ktextwidgets-5.72.0/po/ca/ktextwidgets5.po  2020-07-04 
15:22:15.0 +0200
+++ new/ktextwidgets-5.73.0/po/ca/ktextwidgets5.po  2020-08-01 
21:55:39.0 +0200
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
-# Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013, 
2014, 2015, 2019.
+# Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013, 
2014, 2015, 2019, 2020.
 # Albert Astals Cid , 2004, 2005, 2007.
 # Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2017, 2018, 2020.
 # Robert Millan , 2009.
@@ -14,14 +14,14 @@
 "Project-Id-Version: ktextwidgets5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-05-11 03:07+0200\n"
-"PO-Revision-Date: 2020-04-20 12:49+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2020-07-26 16:12+0200\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: 

commit ktextwidgets for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-07-14 07:54:23

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


Package is "ktextwidgets"

Tue Jul 14 07:54:23 2020 rev:81 rq:820394 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2020-06-16 13:44:07.169394437 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.3060/ktextwidgets.changes  
2020-07-14 07:55:49.933117951 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:45 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.72.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.72.0
+- No code change since 5.71.0
+
+---

Old:

  ktextwidgets-5.71.0.tar.xz
  ktextwidgets-5.71.0.tar.xz.sig

New:

  ktextwidgets-5.72.0.tar.xz
  ktextwidgets-5.72.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.3ZnVYt/_old  2020-07-14 07:55:52.709126940 +0200
+++ /var/tmp/diff_new_pack.3ZnVYt/_new  2020-07-14 07:55:52.713126953 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.71
+%define _tar_path 5.72
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ ktextwidgets-5.71.0.tar.xz -> ktextwidgets-5.72.0.tar.xz ++
 3564 lines of diff (skipped)

++ ktextwidgets-5.71.0.tar.xz.sig -> ktextwidgets-5.72.0.tar.xz.sig ++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.71.0.tar.xz.sig  
2020-06-16 13:44:06.973393723 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.3060/ktextwidgets-5.72.0.tar.xz.sig
2020-07-14 07:55:49.053115102 +0200
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dOqIACgkQWNDuZIpI
-s7v83Af+KfrKBxWU3D1N8e/e/nRxV9t0JrcH4LJrAJu2kkB7sNHct5WkbXTuadYe
-f6Vmd0quU545HOpPnFVKJyZVOAMFK9avIeUhuyuYiegP+rqdAbWpC6j5JKKdxQ9H
-fLFtBtxEARcVhXa65ohaHMrPVPccj4Umk4Oot/4YS6O+h6IA+IOWq0epLcoCd9zZ
-hGBi4fOJCEbUU9ZF49lnRfhH+ZGPA8fA1yjIQ9gCPbH4DtCD+T+BJCqW0I2SlupO
-0JaFs21whlFKC0NatTPOiLg5SsIlCIWoPauQB25MZtOt93VtV/nvLXp0ox+xzSbz
-WXEWdGRp/W6X2otei09kVEfv6jLq9Q==
-=2JvV
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AusUACgkQWNDuZIpI
+s7tE5ggAu72kbO3wczi1wJnGH8OdbqrLEg8hUbEitssxMlsYIt/udYheK32NM/BJ
+Y3jsIux0V34aq8wUL3jZZfkP9beOev8ivUNKiq5SiOCTuK8e++dHh7TLA7KBfTnP
+/VyEIyPo7poR4jIBhRPAnwfXydzFOM/g9jXHhPZjIpqMNrsorGi9yDbAdCm/JtRE
+EFmWmQlwQtcYPhV/A6kjn4FghpuAWcN/fEJwI49TLrlVbG8htweZDAbpaARyDWhU
+kHxsslT98gB2KAvoiNORKtjxvkZVtcS+RvwfaEfaD33Vu54+usitP4eNUsU1xZw8
+vt076vPYORcldN1X9Npq/fuvbK0t8g==
+=UuSm
 -END PGP SIGNATURE-




commit ktextwidgets for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-06-16 13:43:57

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


Package is "ktextwidgets"

Tue Jun 16 13:43:57 2020 rev:80 rq:814388 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2020-05-11 13:32:06.523954783 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.3606/ktextwidgets.changes  
2020-06-16 13:44:07.169394437 +0200
@@ -1,0 +2,10 @@
+Sun Jun  7 08:07:02 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.71.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.71.0
+- Changes since 5.70.0:
+  * Fix build with EXCLUDE_DEPRECATED_BEFORE_AND_AT=CURRENT
+
+---

Old:

  ktextwidgets-5.70.0.tar.xz
  ktextwidgets-5.70.0.tar.xz.sig

New:

  ktextwidgets-5.71.0.tar.xz
  ktextwidgets-5.71.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.2vFFwc/_old  2020-06-16 13:44:09.409402603 +0200
+++ /var/tmp/diff_new_pack.2vFFwc/_new  2020-06-16 13:44:09.413402617 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.70
+%define _tar_path 5.71
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.70.0.tar.xz -> ktextwidgets-5.71.0.tar.xz ++
 7288 lines of diff (skipped)

++ ktextwidgets-5.70.0.tar.xz.sig -> ktextwidgets-5.71.0.tar.xz.sig ++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.70.0.tar.xz.sig  
2020-05-11 13:32:06.299954313 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.3606/ktextwidgets-5.71.0.tar.xz.sig
2020-06-16 13:44:06.973393723 +0200
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl6t9LEACgkQWNDuZIpI
-s7s/Zwf/axeVSe/HzvdRTwXMO3GpVq+9rnBPxP3yty5npG6b5/QMX5PGmakuSLGB
-oSSb/3JRfbq1AtbB45eR4gZ+iYuaaULV74uqOzuVVGcWKb//YrlvoEG9Sr0o1yFs
-163uTbRHa5s3isiEomw3ah47OwXbULa/fNVub4sMbfyfKlZaJ5XS5Wnj+e3LX3+j
-kmEMBBjOurz5sFPC27ucjVQ0G9E/JoVwjGm8LSxYZuOX97UBpl/6YhwTy4apkA9N
-n7/z77qxYOgQqbwQxgXoZhck1I19iM+VdqAwPSyAL7T3OkvWi09aivh0nEnsiAO/
-/L4VFY24xjvZpKBUvF5r8maC9ri7AQ==
-=Ggcm
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dOqIACgkQWNDuZIpI
+s7v83Af+KfrKBxWU3D1N8e/e/nRxV9t0JrcH4LJrAJu2kkB7sNHct5WkbXTuadYe
+f6Vmd0quU545HOpPnFVKJyZVOAMFK9avIeUhuyuYiegP+rqdAbWpC6j5JKKdxQ9H
+fLFtBtxEARcVhXa65ohaHMrPVPccj4Umk4Oot/4YS6O+h6IA+IOWq0epLcoCd9zZ
+hGBi4fOJCEbUU9ZF49lnRfhH+ZGPA8fA1yjIQ9gCPbH4DtCD+T+BJCqW0I2SlupO
+0JaFs21whlFKC0NatTPOiLg5SsIlCIWoPauQB25MZtOt93VtV/nvLXp0ox+xzSbz
+WXEWdGRp/W6X2otei09kVEfv6jLq9Q==
+=2JvV
 -END PGP SIGNATURE-




commit ktextwidgets for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-05-11 13:30:07

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


Package is "ktextwidgets"

Mon May 11 13:30:07 2020 rev:79 rq:802115 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2020-04-15 20:04:27.998022326 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.2738/ktextwidgets.changes  
2020-05-11 13:32:06.523954783 +0200
@@ -1,0 +2,18 @@
+Sun May  3 09:40:13 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- Changes since 5.69.0:
+  * [NestedListHelper] Fix indentation of selection, add tests
+  * [NestedListHelper] Improve indentation code
+  * [KRichTextEdit] Make sure headings don't mess with undo stack
+  * [KRichTextEdit] Fix scroll jumping around when horizontal rule is added 
(kde#195828)
+  * [KRichTextWidget] Remove ancient workaround and fix regression (commit 
1d1eb6f)
+  * [KRichTextWidget] Add support for headings
+  * [KRichTextEdit] Always treat key press as single modification in undo 
stack (kde#256001)
+  * [findreplace] Handle searching for WholeWordsOnly in Regex mode
+  * [KTextWidgets] Port from QRegExp to QRegularExpression
+
+---

Old:

  ktextwidgets-5.69.0.tar.xz
  ktextwidgets-5.69.0.tar.xz.sig

New:

  ktextwidgets-5.70.0.tar.xz
  ktextwidgets-5.70.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.GxDivD/_old  2020-05-11 13:32:08.583959101 +0200
+++ /var/tmp/diff_new_pack.GxDivD/_new  2020-05-11 13:32:08.587959110 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.69
+%define _tar_path 5.70
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.69.0.tar.xz -> ktextwidgets-5.70.0.tar.xz ++
 48964 lines of diff (skipped)

++ ktextwidgets-5.69.0.tar.xz.sig -> ktextwidgets-5.70.0.tar.xz.sig ++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.69.0.tar.xz.sig  
2020-04-15 20:04:27.870022240 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.2738/ktextwidgets-5.70.0.tar.xz.sig
2020-05-11 13:32:06.299954313 +0200
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl6JFS0ACgkQWNDuZIpI
-s7vRrwf/Yc83ROEZoL4QoZSSipSOWqqaNeVCsfkfLIzh8JRWMQSlH0dv6yP4i1Td
-/GAXm9wu0Vm5CuKS99FYzIDMndawxBq6X1P59XaQZ3FVHyTg+Y6FLBBVa5iP+emO
-Q1iL4WzF0eEsTb4WV2HyVxg0N8qQubElix6sICytUyfp0nzOJFi3eFlW+iMgMVZq
-emiYH6UpqyZDUGa/Xktr/47XDUyzs6lTPb8dz70G9tsmm9gJQ8UcxHQWz5iN7SLg
-NcmihojWFE/K4tZ8EiMO9Vo3c2P5Bg1Bg2IvPElvptlRJJMWhe/YceK+BzLVA0Sx
-WlBM9Xcoyua6L7+2aVo3CKl4eXZn+w==
-=p7eM
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl6t9LEACgkQWNDuZIpI
+s7s/Zwf/axeVSe/HzvdRTwXMO3GpVq+9rnBPxP3yty5npG6b5/QMX5PGmakuSLGB
+oSSb/3JRfbq1AtbB45eR4gZ+iYuaaULV74uqOzuVVGcWKb//YrlvoEG9Sr0o1yFs
+163uTbRHa5s3isiEomw3ah47OwXbULa/fNVub4sMbfyfKlZaJ5XS5Wnj+e3LX3+j
+kmEMBBjOurz5sFPC27ucjVQ0G9E/JoVwjGm8LSxYZuOX97UBpl/6YhwTy4apkA9N
+n7/z77qxYOgQqbwQxgXoZhck1I19iM+VdqAwPSyAL7T3OkvWi09aivh0nEnsiAO/
+/L4VFY24xjvZpKBUvF5r8maC9ri7AQ==
+=Ggcm
 -END PGP SIGNATURE-




commit ktextwidgets for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-04-15 20:02:41

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


Package is "ktextwidgets"

Wed Apr 15 20:02:41 2020 rev:78 rq:793182 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2020-03-19 19:46:33.824059964 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.2738/ktextwidgets.changes  
2020-04-15 20:04:27.998022326 +0200
@@ -1,0 +2,9 @@
+Sun Apr  5 19:45:51 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- No code change since 5.68.0
+
+---

Old:

  ktextwidgets-5.68.0.tar.xz
  ktextwidgets-5.68.0.tar.xz.sig

New:

  ktextwidgets-5.69.0.tar.xz
  ktextwidgets-5.69.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.Nnl3e7/_old  2020-04-15 20:04:28.526022686 +0200
+++ /var/tmp/diff_new_pack.Nnl3e7/_new  2020-04-15 20:04:28.530022688 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.68
+%define _tar_path 5.69
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.68.0.tar.xz -> ktextwidgets-5.69.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.68.0/CMakeLists.txt 
new/ktextwidgets-5.69.0/CMakeLists.txt
--- old/ktextwidgets-5.68.0/CMakeLists.txt  2020-03-07 10:55:10.0 
+0100
+++ new/ktextwidgets-5.69.0/CMakeLists.txt  2020-04-05 01:04:42.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.68.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.68.0  NO_MODULE)
+find_package(ECM 5.69.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -57,7 +57,7 @@
 
 add_definitions(-DTRANSLATION_DOMAIN=\"ktextwidgets5\")
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ki18n_install(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.68.0/po/ca/ktextwidgets5.po 
new/ktextwidgets-5.69.0/po/ca/ktextwidgets5.po
--- old/ktextwidgets-5.68.0/po/ca/ktextwidgets5.po  2020-03-07 
10:55:10.0 +0100
+++ new/ktextwidgets-5.69.0/po/ca/ktextwidgets5.po  2020-04-05 
01:04:42.0 +0200
@@ -1,12 +1,12 @@
 # Translation of ktextwidgets5.po to Catalan
-# Copyright (C) 1998-2019 This_file_is_part_of_KDE
+# Copyright (C) 1998-2020 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
 # Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013, 
2014, 2015, 2019.
 # Albert Astals Cid , 2004, 2005, 2007.
-# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2017, 2018.
+# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2017, 2018, 2020.
 # Robert Millan , 2009.
 # Orestes Mas , 2010.
 msgid ""
@@ -14,14 +14,14 @@
 "Project-Id-Version: ktextwidgets5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-01-08 02:59+0100\n"
-"PO-Revision-Date: 2019-12-08 19:59+0100\n"
-"Last-Translator: Antoni Bella Pérez \n"
+"PO-Revision-Date: 2020-03-30 18:17+0100\n"
+"Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: 

commit ktextwidgets for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-03-19 19:43:35

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


Package is "ktextwidgets"

Thu Mar 19 19:43:35 2020 rev:77 rq:785351 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2020-02-14 16:34:46.931499057 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.3160/ktextwidgets.changes  
2020-03-19 19:46:33.824059964 +0100
@@ -1,0 +2,9 @@
+Sun Mar  8 09:18:00 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- No code change since 5.67.0
+
+---

Old:

  ktextwidgets-5.67.0.tar.xz
  ktextwidgets-5.67.0.tar.xz.sig

New:

  ktextwidgets-5.68.0.tar.xz
  ktextwidgets-5.68.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.jGrMMy/_old  2020-03-19 19:46:35.372060793 +0100
+++ /var/tmp/diff_new_pack.jGrMMy/_new  2020-03-19 19:46:35.376060795 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.67
+%define _tar_path 5.68
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.67.0.tar.xz -> ktextwidgets-5.68.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.67.0/.gitignore 
new/ktextwidgets-5.68.0/.gitignore
--- old/ktextwidgets-5.67.0/.gitignore  2020-02-02 13:54:17.0 +0100
+++ new/ktextwidgets-5.68.0/.gitignore  2020-03-07 10:55:10.0 +0100
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.67.0/CMakeLists.txt 
new/ktextwidgets-5.68.0/CMakeLists.txt
--- old/ktextwidgets-5.67.0/CMakeLists.txt  2020-02-02 13:54:17.0 
+0100
+++ new/ktextwidgets-5.68.0/CMakeLists.txt  2020-03-07 10:55:10.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.67.0  NO_MODULE)
+find_package(ECM 5.68.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -57,7 +57,7 @@
 
 add_definitions(-DTRANSLATION_DOMAIN=\"ktextwidgets5\")
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ki18n_install(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.67.0/po/id/ktextwidgets5.po 
new/ktextwidgets-5.68.0/po/id/ktextwidgets5.po
--- old/ktextwidgets-5.67.0/po/id/ktextwidgets5.po  2020-02-02 
13:54:17.0 +0100
+++ new/ktextwidgets-5.68.0/po/id/ktextwidgets5.po  2020-03-07 
10:55:10.0 +0100
@@ -2,7 +2,7 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdelibs4 package.
 # Andhika Padmawan , 2010-2014.
-# Wantoyo , 2018, 2019.
+# Wantoyo , 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
@@ -17,6 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 19.12.1\n"
 
 #: dialogs/klinkdialog.cpp:52
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.67.0/po/ml/ktextwidgets5.po 
new/ktextwidgets-5.68.0/po/ml/ktextwidgets5.po
--- old/ktextwidgets-5.67.0/po/ml/ktextwidgets5.po  2020-02-02 
13:54:17.0 +0100
+++ 

commit ktextwidgets for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-02-14 16:34:03

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


Package is "ktextwidgets"

Fri Feb 14 16:34:03 2020 rev:76 rq:773289 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2020-01-14 21:05:31.390713984 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.26092/ktextwidgets.changes 
2020-02-14 16:34:46.931499057 +0100
@@ -1,0 +2,16 @@
+Sun Feb  2 18:07:12 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:33:00 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.67.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- Changes since 5.66.0:
+  * Fix cppcheck warning
+  * Drop KWindowSystem dependency
+
+---

Old:

  ktextwidgets-5.66.0.tar.xz
  ktextwidgets-5.66.0.tar.xz.sig

New:

  ktextwidgets-5.67.0.tar.xz
  ktextwidgets-5.67.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.nGE1bN/_old  2020-02-14 16:34:47.779499530 +0100
+++ /var/tmp/diff_new_pack.nGE1bN/_new  2020-02-14 16:34:47.783499532 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.66
+%define _tar_path 5.67
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.66.0
+Version:5.67.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later
@@ -36,7 +36,7 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
+BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -44,16 +44,13 @@
 BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Sonnet) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.11.0
-BuildRequires:  cmake(Qt5Test) >= 5.11.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
 BuildRequires:  cmake(Qt5TextToSpeech)
-BuildRequires:  cmake(Qt5UiPlugin) >= 5.11.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.12.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
 
 %description
 KTextWidgets provides widgets for displaying and editing text. It supports
@@ -78,7 +75,7 @@
 Requires:   extra-cmake-modules
 Requires:   cmake(KF5I18n) >= %{_kf5_bugfix_version}
 Requires:   cmake(KF5Sonnet) >= %{_kf5_bugfix_version}
-Requires:   cmake(Qt5Widgets) >= 5.11.0
+Requires:   cmake(Qt5Widgets) >= 5.12.0
 
 %description devel
 KTextWidgets provides widgets for displaying and editing text. It supports
@@ -91,7 +88,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build

++ ktextwidgets-5.66.0.tar.xz -> ktextwidgets-5.67.0.tar.xz ++
 4924 lines of diff (skipped)

++ ktextwidgets-5.66.0.tar.xz.sig -> ktextwidgets-5.67.0.tar.xz.sig ++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.66.0.tar.xz.sig  
2020-01-14 21:05:31.370713975 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.26092/ktextwidgets-5.67.0.tar.xz.sig
   2020-02-14 16:34:46.699498928 +0100
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxWIACgkQWNDuZIpI
-s7uOCwgAko6AyL/LVzE1cDJrTjZ56XoTMboJhmbnNR8psiPpHcArsbQRzfy10fdg
-PSw3krWF4eYiquXlVy3hRUNBEU/iaOymS32wiuCRKiuboGCNDzOikEItI4MeSZwo
-gmGq3CDMIZ34HhSlFrnuTQo46GkhGn/rq7lgI5mkKr+RYIJMXLHEV15QMc9h1kli
-vVSHVwr7+C+kDEhwITANsvFpLJ98CSHvNLu14J8eoOjDTizk8qgKF2J1QO+yfWT+
-COxR+i31B2A5EIaaAT8VZDzP1mrd0u2XcSqCyvHUpbAw/tAQGEVfEtXsdy3B9v4p
-OL1jQ9C2m2OxpldmmuIbSyBIyI3ouw==
-=N0MW

commit ktextwidgets for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-01-14 21:03:32

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


Package is "ktextwidgets"

Tue Jan 14 21:03:32 2020 rev:75 rq:763486 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-12-18 14:43:33.809808124 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.6675/ktextwidgets.changes  
2020-01-14 21:05:31.390713984 +0100
@@ -1,0 +2,11 @@
+Sun Jan  5 09:02:21 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Remove endl. qCritical/qDebug already add a endl.
+  * Update the obsolete projects.kde.org URL
+
+---

Old:

  ktextwidgets-5.65.0.tar.xz
  ktextwidgets-5.65.0.tar.xz.sig

New:

  ktextwidgets-5.66.0.tar.xz
  ktextwidgets-5.66.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.3pHbj0/_old  2020-01-14 21:05:31.966714251 +0100
+++ /var/tmp/diff_new_pack.3pHbj0/_new  2020-01-14 21:05:31.970714253 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktextwidgets
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.65
+%define _tar_path 5.66
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.65.0.tar.xz -> ktextwidgets-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.65.0/CMakeLists.txt 
new/ktextwidgets-5.66.0/CMakeLists.txt
--- old/ktextwidgets-5.65.0/CMakeLists.txt  2019-12-07 22:48:11.0 
+0100
+++ new/ktextwidgets-5.66.0/CMakeLists.txt  2020-01-04 11:13:39.0 
+0100
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.65.0  NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+find_package(ECM 5.66.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -29,7 +29,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
@@ -58,7 +58,7 @@
 
 add_definitions(-DTRANSLATION_DOMAIN=\"ktextwidgets5\")
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ki18n_install(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.65.0/autotests/kreplacetest.cpp 
new/ktextwidgets-5.66.0/autotests/kreplacetest.cpp
--- old/ktextwidgets-5.65.0/autotests/kreplacetest.cpp  2019-12-07 
22:48:11.0 +0100
+++ new/ktextwidgets-5.66.0/autotests/kreplacetest.cpp  2020-01-04 
11:13:39.0 +0100
@@ -79,8 +79,7 @@
 void KReplaceTest::slotHighlight(const QString , int matchingIndex, int 
matchedLength)
 {
 qDebug() << "slotHighlight Index:" << matchingIndex << " Length:" << 
matchedLength
- << " Substr:" << str.mid(matchingIndex, matchedLength)
- << endl;
+ << " Substr:" << str.mid(matchingIndex, matchedLength);
 

commit ktextwidgets for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2019-12-18 14:41:34

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


Package is "ktextwidgets"

Wed Dec 18 14:41:34 2019 rev:74 rq:757063 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-11-12 11:50:00.887008745 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.4691/ktextwidgets.changes  
2019-12-18 14:43:33.809808124 +0100
@@ -1,0 +2,13 @@
+Sun Dec  8 11:18:50 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.65.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
+- Changes since 5.64.0:
+  * Remove unused kregexpeditorinterface include
+  * Fix compilation for users of kregexpeditorinterface.h
+  * deprecate kregexpeditorinterface
+  * [kfinddialog] Remove usage of kregexpeditor plugin system
+
+---

Old:

  ktextwidgets-5.64.0.tar.xz
  ktextwidgets-5.64.0.tar.xz.sig

New:

  ktextwidgets-5.65.0.tar.xz
  ktextwidgets-5.65.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.8gqMms/_old  2019-12-18 14:43:35.073808702 +0100
+++ /var/tmp/diff_new_pack.8gqMms/_new  2019-12-18 14:43:35.077808705 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktextwidgets
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.64
+%define _tar_path 5.65
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.64.0
+Version:5.65.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later
@@ -111,8 +111,6 @@
 %files -n %{lname}
 %license COPYING*
 %{_kf5_libdir}/libKF5TextWidgets.so.*
-%dir %{_kf5_servicetypesdir}
-%{_kf5_servicetypesdir}/kregexpeditor.desktop
 
 %files devel
 %{_kf5_libdir}/libKF5TextWidgets.so

++ ktextwidgets-5.64.0.tar.xz -> ktextwidgets-5.65.0.tar.xz ++
 32511 lines of diff (skipped)

++ ktextwidgets-5.64.0.tar.xz.sig -> ktextwidgets-5.65.0.tar.xz.sig ++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.64.0.tar.xz.sig  
2019-11-12 11:50:00.851008708 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.4691/ktextwidgets-5.65.0.tar.xz.sig
2019-12-18 14:43:33.617808036 +0100
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yq8ACgkQWNDuZIpI
-s7sGQgf/W/UjLxu+fvFyFJeEfy9n+EH+sW7pbcoufkycVN252tXow2EgCUbO0QFl
-BUF8bssnIW1ju3REpeCW9CcpDzsgrEjCx2zxA9j8DG7wStF1KRmKJ6qdKFwMJaVP
-xljRv/JPQLAioBnm9fx1CGROXM84yFy1k8/PP3ZlOo9UMtM/6LXInEjeipa1ZQnb
-J+f7XxTUm5cOa3xInXOIdRqs50Q3hKvJJNQw/pE850WA1CIx9dauN5bQeflqkuGl
-cI7/+fN2zDW1yU19pQmvy1UeOXuOqYJvvM/oZ1EqdnkYyAtcTvAJBrXEY8Ps44AF
-wPVqEporzx95KFmgZvkCfN4H+jQmhg==
-=8IHv
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl3sQfcACgkQWNDuZIpI
+s7tb4ggArmJvDDjxVAUGrRiYx1cjv2x78+w/tGNBeRywmz9M/DbToF9sovByKu8w
+Bv+x5aqbm9WNrY2QMyBejYqiATgdyXsabShShLY0F94ld4//NfS0qzdhXX7fmKgn
+f7cPuzLUdTAyQDMpkvk/PWM/JN3eL6td8Tb1loaMGtyIroNhrDc12j0QkLn5+8/n
+95WsuoXT2nS9tAD+3vVoHnIy57fjX8n3emAo3Lw5V/QqqhmzYENF4+rn4FHMF0kK
+YCx6f5k1GzVZ2wN/6eTyefvJGr8ePocsxL/1yNGo23l+0Ev5jBqYZLgNDCuUAqV4
+ovj5RnnZiclCvYAvGA8wCXh/u33sNA==
+=j2DT
 -END PGP SIGNATURE-




commit ktextwidgets for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2019-11-12 11:49:57

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


Package is "ktextwidgets"

Tue Nov 12 11:49:57 2019 rev:73 rq:747139 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-10-14 13:39:00.881786433 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.2990/ktextwidgets.changes  
2019-11-12 11:50:00.887008745 +0100
@@ -1,0 +2,11 @@
+Sun Nov  3 15:47:15 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.64.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
+- Changes since 5.63.0:
+  * Remove call to no longer needed KIconTheme::assignIconsToContextMenu
+  * Use ECMGenerateExportHeader to manage deprecated API better
+
+---

Old:

  ktextwidgets-5.63.0.tar.xz
  ktextwidgets-5.63.0.tar.xz.sig

New:

  ktextwidgets-5.64.0.tar.xz
  ktextwidgets-5.64.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.nAFApO/_old  2019-11-12 11:50:02.379010270 +0100
+++ /var/tmp/diff_new_pack.nAFApO/_new  2019-11-12 11:50:02.379010270 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.63
+%define _tar_path 5.64
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.63.0
+Version:5.64.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.63.0.tar.xz -> ktextwidgets-5.64.0.tar.xz ++
 5026 lines of diff (skipped)

++ ktextwidgets-5.63.0.tar.xz.sig -> ktextwidgets-5.64.0.tar.xz.sig ++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.63.0.tar.xz.sig  
2019-10-14 13:39:00.805786631 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.2990/ktextwidgets-5.64.0.tar.xz.sig
2019-11-12 11:50:00.851008708 +0100
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2Zyd0ACgkQWNDuZIpI
-s7uKawf/SgWOv8f4ZDYnQXMaOsmFj+J8ecN8nhdTq2NYeBDwfWRA/B2rKuHX21Gl
-l4vzTRXOHiFR0bA01nMSfA4nlOCbVhF7iEt7AnW1ku++mKUamdYQQJkqcXd6qNXK
-6th20+PszTEPylZxPKwZhSoZW6L7NyMAIrKqORXjIALnmaNWYQV/m6HLfc1e1yxM
-NEx/dRpoN/zXqErkPLUJc3ZHkUhm9tOGPtnx2r/YTf0hCPgkk9R0Hy8m4qyC3MYE
-B30+j5+YnkgDZKsjcJfNFa4ElpZtW3VfV2r7lglY8i8X6WCZCk1Za63jaVmQTFCg
-S0TMAC9/Kp/QevQXz7RhTSPz4suZ3w==
-=neEp
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yq8ACgkQWNDuZIpI
+s7sGQgf/W/UjLxu+fvFyFJeEfy9n+EH+sW7pbcoufkycVN252tXow2EgCUbO0QFl
+BUF8bssnIW1ju3REpeCW9CcpDzsgrEjCx2zxA9j8DG7wStF1KRmKJ6qdKFwMJaVP
+xljRv/JPQLAioBnm9fx1CGROXM84yFy1k8/PP3ZlOo9UMtM/6LXInEjeipa1ZQnb
+J+f7XxTUm5cOa3xInXOIdRqs50Q3hKvJJNQw/pE850WA1CIx9dauN5bQeflqkuGl
+cI7/+fN2zDW1yU19pQmvy1UeOXuOqYJvvM/oZ1EqdnkYyAtcTvAJBrXEY8Ps44AF
+wPVqEporzx95KFmgZvkCfN4H+jQmhg==
+=8IHv
 -END PGP SIGNATURE-




commit ktextwidgets for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2019-10-14 13:38:59

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


Package is "ktextwidgets"

Mon Oct 14 13:38:59 2019 rev:72 rq:738057 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-09-23 12:26:15.573719906 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.2352/ktextwidgets.changes  
2019-10-14 13:39:00.881786433 +0200
@@ -1,0 +2,10 @@
+Sun Oct  6 13:26:56 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- Changes since 5.62.0:
+  * Use range for loop instead of ugly sizeof arithmetic
+
+---

Old:

  ktextwidgets-5.62.0.tar.xz
  ktextwidgets-5.62.0.tar.xz.sig

New:

  ktextwidgets-5.63.0.tar.xz
  ktextwidgets-5.63.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.jkNMzt/_old  2019-10-14 13:39:01.433784993 +0200
+++ /var/tmp/diff_new_pack.jkNMzt/_new  2019-10-14 13:39:01.437784984 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.62
+%define _tar_path 5.63
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.62.0
+Version:5.63.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later
@@ -49,11 +49,11 @@
 BuildRequires:  cmake(KF5Sonnet) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.6.0
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5Core) >= 5.11.0
+BuildRequires:  cmake(Qt5Test) >= 5.11.0
 BuildRequires:  cmake(Qt5TextToSpeech)
-BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.11.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
 
 %description
 KTextWidgets provides widgets for displaying and editing text. It supports
@@ -78,7 +78,7 @@
 Requires:   extra-cmake-modules
 Requires:   cmake(KF5I18n) >= %{_kf5_bugfix_version}
 Requires:   cmake(KF5Sonnet) >= %{_kf5_bugfix_version}
-Requires:   cmake(Qt5Widgets) >= 5.6.0
+Requires:   cmake(Qt5Widgets) >= 5.11.0
 
 %description devel
 KTextWidgets provides widgets for displaying and editing text. It supports

++ ktextwidgets-5.62.0.tar.xz -> ktextwidgets-5.63.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.62.0/CMakeLists.txt 
new/ktextwidgets-5.63.0/CMakeLists.txt
--- old/ktextwidgets-5.62.0/CMakeLists.txt  2019-09-07 16:49:53.0 
+0200
+++ new/ktextwidgets-5.63.0/CMakeLists.txt  2019-10-06 11:50:03.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.62.0  NO_MODULE)
+find_package(ECM 5.63.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.62.0/src/CMakeLists.txt 
new/ktextwidgets-5.63.0/src/CMakeLists.txt
--- old/ktextwidgets-5.62.0/src/CMakeLists.txt  2019-09-07 16:49:53.0 
+0200
+++ new/ktextwidgets-5.63.0/src/CMakeLists.txt  2019-10-06 11:50:03.0 
+0200
@@ -109,6 +109,9 @@
 Qt5Widgets_QCH
 KF5SonnetUi_QCH
 KF5I18n_QCH
+INCLUDE_DIRS
+${CMAKE_CURRENT_BINARY_DIR}
+${ktextwidgets_INCLUDES}
 BLANK_MACROS
 KTEXTWIDGETS_EXPORT
 KTEXTWIDGETS_DEPRECATED_EXPORT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ktextwidgets for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2019-09-23 12:26:14

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


Package is "ktextwidgets"

Mon Sep 23 12:26:14 2019 rev:71 rq:730957 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-08-19 21:13:59.516808155 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.7948/ktextwidgets.changes  
2019-09-23 12:26:15.573719906 +0200
@@ -1,0 +2,12 @@
+Sat Sep  7 20:37:08 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove unused includes
+  * Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  ktextwidgets-5.61.0.tar.xz
  ktextwidgets-5.61.0.tar.xz.sig

New:

  ktextwidgets-5.62.0.tar.xz
  ktextwidgets-5.62.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.KCmHkL/_old  2019-09-23 12:26:16.121719816 +0200
+++ /var/tmp/diff_new_pack.KCmHkL/_new  2019-09-23 12:26:16.121719816 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later
@@ -39,21 +39,20 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcompletion-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfigwidgets-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
-BuildRequires:  sonnet-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Completion) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Sonnet) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5TextToSpeech)
-# uncomment after 5.61
-# BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 
 %description
@@ -77,8 +76,8 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   ki18n-devel >= %{_kf5_bugfix_version}
-Requires:   sonnet-devel >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5I18n) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5Sonnet) >= %{_kf5_bugfix_version}
 Requires:   cmake(Qt5Widgets) >= 5.6.0
 
 %description devel
@@ -120,8 +119,8 @@
 %{_kf5_libdir}/cmake/KF5TextWidgets/
 %{_kf5_includedir}/*.h
 %dir %{_kf5_includedir}/*/
-# %dir %{_kf5_plugindir}/designer
-# %{_kf5_plugindir}/designer/ktextwidgets5widgets.so
+%dir %{_kf5_plugindir}/designer
+%{_kf5_plugindir}/designer/ktextwidgets5widgets.so
 %{_kf5_includedir}/*/
 %{_kf5_mkspecsdir}/qt_KTextWidgets.pri
 

++ ktextwidgets-5.61.0.tar.xz -> ktextwidgets-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.61.0/CMakeLists.txt 
new/ktextwidgets-5.62.0/CMakeLists.txt
--- old/ktextwidgets-5.61.0/CMakeLists.txt  2019-08-03 21:58:46.0 
+0200
+++ new/ktextwidgets-5.62.0/CMakeLists.txt  2019-09-07 16:49:53.0 
+0200
@@ -1,12 +1,12 @@
 

commit ktextwidgets for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2019-08-19 21:13:39

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


Package is "ktextwidgets"

Mon Aug 19 21:13:39 2019 rev:70 rq:722493 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-07-26 12:20:29.298588542 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.22127/ktextwidgets.changes 
2019-08-19 21:13:59.516808155 +0200
@@ -1,0 +2,15 @@
+Wed Aug  7 17:51:47 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.61.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
+- Changes since 5.60.0:
+  * Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
+
+---
+Fri Jul 19 11:45:04 UTC 2019 - Wolfgang Bauer 
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+
+---

Old:

  ktextwidgets-5.60.0.tar.xz

New:

  frameworks.keyring
  ktextwidgets-5.61.0.tar.xz
  ktextwidgets-5.61.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.YTcPjp/_old  2019-08-19 21:14:00.820807944 +0200
+++ /var/tmp/diff_new_pack.YTcPjp/_new  2019-08-19 21:14:00.824807943 +0200
@@ -17,21 +17,25 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.60
+%define _tar_path 5.61
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.60.0
+Version:5.61.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2:frameworks.keyring
+%endif
+Source99:   baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -48,6 +52,8 @@
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5TextToSpeech)
+# uncomment after 5.61
+# BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 
 %description
@@ -83,9 +89,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} == 1500
-sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
-%endif
 
 %build
   %cmake_kf5 -d build
@@ -117,6 +120,8 @@
 %{_kf5_libdir}/cmake/KF5TextWidgets/
 %{_kf5_includedir}/*.h
 %dir %{_kf5_includedir}/*/
+# %dir %{_kf5_plugindir}/designer
+# %{_kf5_plugindir}/designer/ktextwidgets5widgets.so
 %{_kf5_includedir}/*/
 %{_kf5_mkspecsdir}/qt_KTextWidgets.pri
 

++ frameworks.keyring ++
-BEGIN PGP PUBLIC KEY BLOCK-

mQENBFfNUR8BCADDjPXScwObp7mWwUnrjqrM0gGg+pId6vqe0a5A4xr+Rgj26quK
2qJLym0mmul/uh2M8z486qDTQYQaTEppFCosH3WqFonTN2LWpHcujeVABXkAe9qo
DHBZZRMw8CXtiEwvJ/xV/MXTR7G0QCqT4HF045SAyyBjusBiiGly32JEDD4FdjHj
KKUrAJyyoc6frake7ZMO0SO3tQNwmi4T5KLSoxhi3Zgez2k9GPZEj4/W7l5Ne0zQ
7C8Tgo8wraqj/8pzjfP6+Dc2LHOTtu8DGDQkXEFa9VvuAotOtI8Kjff+bOd36WTL
L2dk69Bb7WbhRLkkavHZCdKOpfyBtVn+hGWRABEBAAG0G0RhdmlkIEZhdXJlIDxm
YXVyZUBrZGUub3JnPokBPQQTAQgAJwUCV81RHwIbAwUJCWYBgAULCQgHAgYVCAkK
CwIEFgIDAQIeAQIXgAAKCRBY0O5kikizu/01B/46hG+MaTFW1CVevZrGyPacmDRj
pQhx/ODadBkVXXaJyr7aNKT3EvAedyT82SGT/ch+aqXjZK1kEwK6zITqoOZZUt2I
CjBN4+UfLrWwlKldZShbhJ6NMHJIeYQ5EDlMw7TWVn0OPkRuDvLEasgOhxR9ZjWW
c5wlcZXXy8N+wGSR0bThzl0pdFcIy9Z3g411ZOvjUdDuWqtKUH9iy1VdVyba7FXI
x/BqAXIVsAaIFNsJBZZ7C7j1a1IlTykRLiDjh3mpyBfX4xfMTo4z6pjfQsoPebJl
TlCnwAkIxeyatGXm4OCqEA9zPVd1Ju7+XuEr6+15ENYJ4oYsZjfyScHHJdWMuQEN
BFfNUR8BCADe5wRc/QFL92npVAgzPQ9mJKopscRcxs0f2DM7EBPzUFvWGRIGRdB8
obXfzBp4Pfyzqky7C1X/j7ENzx+Kol1AJ93wjUEfLoZ/zsvoj9ZT3GdjeVQeReKY
d4th7Jqo4qxvi33Pud0jZsENezzgdd4npiNN9bFX0mjNKNHL9o1n5nTm9pfDI/AS
PZz2RoRO7oUJb+aX6hKxTBaKoAiZHybAXQVchtwJx0O4wLbZ3E4ytJdcATlPDNXS
jw2Lmns8aGa6DBGyqiG6g1PlCnOI2Q/cQK1zbkSisfoCbpEq1MgIzuZSoJ00NIEp
eiACoR82565G68yAb+uKHkcFrYkfDT41ABEBAAGJASUEGAEIAA8FAlfNUR8CGwwF

commit ktextwidgets for openSUSE:Factory

2019-07-26 Thread root
Hello community,

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

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


Package is "ktextwidgets"

Fri Jul 26 12:20:27 2019 rev:69 rq:715907 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-06-22 11:14:26.964775339 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.4126/ktextwidgets.changes  
2019-07-26 12:20:29.298588542 +0200
@@ -1,0 +2,9 @@
+Sun Jul 14 06:41:39 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.60.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.60.0.php
+- No code changes since 5.59.0
+
+---

Old:

  ktextwidgets-5.59.0.tar.xz

New:

  ktextwidgets-5.60.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.7fhBeP/_old  2019-07-26 12:20:29.846587018 +0200
+++ /var/tmp/diff_new_pack.7fhBeP/_new  2019-07-26 12:20:29.850587007 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.59
+%define _tar_path 5.60
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.59.0
+Version:5.60.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.59.0.tar.xz -> ktextwidgets-5.60.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.59.0/CMakeLists.txt 
new/ktextwidgets-5.60.0/CMakeLists.txt
--- old/ktextwidgets-5.59.0/CMakeLists.txt  2019-06-01 19:00:53.0 
+0200
+++ new/ktextwidgets-5.60.0/CMakeLists.txt  2019-07-07 20:38:06.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.59.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
+set(KF5_VERSION "5.60.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.59.0  NO_MODULE)
+find_package(ECM 5.60.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -29,7 +29,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.10.0)
+set(REQUIRED_QT_VERSION 5.11.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.59.0/po/ca@valencia/ktextwidgets5.po 
new/ktextwidgets-5.60.0/po/ca@valencia/ktextwidgets5.po
--- old/ktextwidgets-5.59.0/po/ca@valencia/ktextwidgets5.po 2019-06-01 
19:00:53.0 +0200
+++ new/ktextwidgets-5.60.0/po/ca@valencia/ktextwidgets5.po 2019-07-07 
20:38:06.0 +0200
@@ -1,5 +1,5 @@
 # Translation of ktextwidgets5.po to Catalan (Valencian)
-# Copyright (C) 1998-2018 This_file_is_part_of_KDE
+# Copyright (C) 1998-2019 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
@@ -9,26 +9,28 @@
 # Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2017, 2018.
 # Robert Millan , 2009.
 # Orestes Mas , 2010.
+# Empar , 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: ktextwidgets5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-05-20 02:58+0200\n"
-"PO-Revision-Date: 2018-01-01 22:58+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2019-06-19 08:42+0200\n"
+"Last-Translator: Empar \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\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"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
+"X-Generator: Poedit 2.0.6\n"
+"X-Project-Style: kde\n"
 
 #: dialogs/klinkdialog.cpp:52
 #, kde-format
 msgid "Manage Link"
-msgstr "Gestió de l'enllaç"
+msgstr "Gestiona l'enllaç"
 
 #: dialogs/klinkdialog.cpp:60
 #, kde-format
@@ -43,12 

commit ktextwidgets for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2019-06-22 11:14:25

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


Package is "ktextwidgets"

Sat Jun 22 11:14:25 2019 rev:68 rq:710769 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-05-21 10:32:20.711391837 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.4615/ktextwidgets.changes  
2019-06-22 11:14:26.964775339 +0200
@@ -1,0 +2,9 @@
+Sun Jun 09 07:35:13 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.59.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.59.0.php
+- No code changes since 5.58.0
+
+---

Old:

  ktextwidgets-5.58.0.tar.xz

New:

  ktextwidgets-5.59.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.CuhXOH/_old  2019-06-22 11:14:27.824776378 +0200
+++ /var/tmp/diff_new_pack.CuhXOH/_new  2019-06-22 11:14:27.836776392 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.58
+%define _tar_path 5.59
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.58.0
+Version:5.59.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.58.0.tar.xz -> ktextwidgets-5.59.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.58.0/CMakeLists.txt 
new/ktextwidgets-5.59.0/CMakeLists.txt
--- old/ktextwidgets-5.58.0/CMakeLists.txt  2019-05-07 13:28:40.0 
+0200
+++ new/ktextwidgets-5.59.0/CMakeLists.txt  2019-06-01 19:00:53.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.58.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
+set(KF5_VERSION "5.59.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.58.0  NO_MODULE)
+find_package(ECM 5.59.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.58.0/po/af/ktextwidgets5.po 
new/ktextwidgets-5.59.0/po/af/ktextwidgets5.po
--- old/ktextwidgets-5.58.0/po/af/ktextwidgets5.po  2019-05-07 
13:28:40.0 +0200
+++ new/ktextwidgets-5.59.0/po/af/ktextwidgets5.po  2019-06-01 
19:00:53.0 +0200
@@ -2,8 +2,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4 stable\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-04-09 03:25+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 02:58+0200\n"
 "PO-Revision-Date: 2006-01-12 16:33+0200\n"
 "Last-Translator: JUANITA FRANZ \n"
 "Language-Team: AFRIKAANS \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.58.0/po/ar/ktextwidgets5.po 
new/ktextwidgets-5.59.0/po/ar/ktextwidgets5.po
--- old/ktextwidgets-5.58.0/po/ar/ktextwidgets5.po  2019-05-07 
13:28:40.0 +0200
+++ new/ktextwidgets-5.59.0/po/ar/ktextwidgets5.po  2019-06-01 
19:00:53.0 +0200
@@ -20,8 +20,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-04-09 03:25+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 02:58+0200\n"
 "PO-Revision-Date: 2013-08-08 13:54+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.58.0/po/as/ktextwidgets5.po 
new/ktextwidgets-5.59.0/po/as/ktextwidgets5.po
--- old/ktextwidgets-5.58.0/po/as/ktextwidgets5.po  2019-05-07 
13:28:40.0 +0200
+++ new/ktextwidgets-5.59.0/po/as/ktextwidgets5.po  2019-06-01 
19:00:53.0 +0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 

commit ktextwidgets for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2019-05-21 10:32:16

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


Package is "ktextwidgets"

Tue May 21 10:32:16 2019 rev:67 rq:703379 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-04-19 21:24:24.483876052 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.5148/ktextwidgets.changes  
2019-05-21 10:32:20.711391837 +0200
@@ -1,0 +2,10 @@
+Wed May 15 18:16:18 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.58.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.58.0.php
+- Changes since 5.57.0:
+  * [ktextwidget] compile without foreach
+
+---

Old:

  ktextwidgets-5.57.0.tar.xz

New:

  ktextwidgets-5.58.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.xnoOrr/_old  2019-05-21 10:32:21.439391557 +0200
+++ /var/tmp/diff_new_pack.xnoOrr/_new  2019-05-21 10:32:21.443391556 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.57
+%define _tar_path 5.58
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.57.0
+Version:5.58.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.57.0.tar.xz -> ktextwidgets-5.58.0.tar.xz ++
 11982 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2019-04-19 21:24:23

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


Package is "ktextwidgets"

Fri Apr 19 21:24:23 2019 rev:66 rq:695251 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-03-21 09:48:26.870867585 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.5536/ktextwidgets.changes  
2019-04-19 21:24:24.483876052 +0200
@@ -1,0 +2,9 @@
+Sun Apr 14 20:21:44 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- No code changes since 5.56.0
+
+---

Old:

  ktextwidgets-5.56.0.tar.xz

New:

  ktextwidgets-5.57.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.5f5cDn/_old  2019-04-19 21:24:24.931876623 +0200
+++ /var/tmp/diff_new_pack.5f5cDn/_new  2019-04-19 21:24:24.935876628 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.56
+%define _tar_path 5.57
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.56.0
+Version:5.57.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.56.0.tar.xz -> ktextwidgets-5.57.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.56.0/.gitignore 
new/ktextwidgets-5.57.0/.gitignore
--- old/ktextwidgets-5.56.0/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/ktextwidgets-5.57.0/.gitignore  2019-04-07 09:32:36.0 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.56.0/CMakeLists.txt 
new/ktextwidgets-5.57.0/CMakeLists.txt
--- old/ktextwidgets-5.56.0/CMakeLists.txt  2019-03-02 14:48:20.0 
+0100
+++ new/ktextwidgets-5.57.0/CMakeLists.txt  2019-04-07 09:32:36.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.56.0  NO_MODULE)
+find_package(ECM 5.57.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.56.0/po/id/ktextwidgets5.po 
new/ktextwidgets-5.57.0/po/id/ktextwidgets5.po
--- old/ktextwidgets-5.56.0/po/id/ktextwidgets5.po  2019-03-02 
14:48:20.0 +0100
+++ new/ktextwidgets-5.57.0/po/id/ktextwidgets5.po  2019-04-07 
09:32:36.0 +0200
@@ -16,7 +16,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 18.12.1\n"
 
 #: dialogs/klinkdialog.cpp:52
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.56.0/po/te/ktextwidgets5.po 
new/ktextwidgets-5.57.0/po/te/ktextwidgets5.po
--- old/ktextwidgets-5.56.0/po/te/ktextwidgets5.po  2019-03-02 
14:48:20.0 +0100
+++ new/ktextwidgets-5.57.0/po/te/ktextwidgets5.po  2019-04-07 
09:32:36.0 +0200
@@ -22,8 +22,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Lokalize 1.5\n"
-"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : "
-"4;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 
 #: dialogs/klinkdialog.cpp:52
 #, kde-format
@@ 

commit ktextwidgets for openSUSE:Factory

2019-03-21 Thread root
Hello community,

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

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


Package is "ktextwidgets"

Thu Mar 21 09:48:24 2019 rev:65 rq:686768 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-02-28 21:32:13.625756743 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.28833/ktextwidgets.changes 
2019-03-21 09:48:26.870867585 +0100
@@ -1,0 +2,11 @@
+Sun Mar 10 20:15:37 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.56.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.56.0.php
+- Changes since 5.55.0:
+  * It compiles find with qt5.13
+  * Port deprecated methods
+
+---

Old:

  ktextwidgets-5.55.0.tar.xz

New:

  ktextwidgets-5.56.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.5NKdTC/_old  2019-03-21 09:48:27.370867451 +0100
+++ /var/tmp/diff_new_pack.5NKdTC/_new  2019-03-21 09:48:27.370867451 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.55
+%define _tar_path 5.56
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.55.0
+Version:5.56.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.55.0.tar.xz -> ktextwidgets-5.56.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.55.0/CMakeLists.txt 
new/ktextwidgets-5.56.0/CMakeLists.txt
--- old/ktextwidgets-5.55.0/CMakeLists.txt  2019-02-03 01:02:26.0 
+0100
+++ new/ktextwidgets-5.56.0/CMakeLists.txt  2019-03-02 14:48:20.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.55.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
+set(KF5_VERSION "5.56.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.55.0  NO_MODULE)
+find_package(ECM 5.56.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -54,7 +54,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 add_definitions(-DTRANSLATION_DOMAIN=\"ktextwidgets5\")
-#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ki18n_install(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.55.0/po/da/ktextwidgets5.po 
new/ktextwidgets-5.56.0/po/da/ktextwidgets5.po
--- old/ktextwidgets-5.55.0/po/da/ktextwidgets5.po  2019-02-03 
01:02:26.0 +0100
+++ new/ktextwidgets-5.56.0/po/da/ktextwidgets5.po  2019-03-02 
14:48:20.0 +0100
@@ -2,8 +2,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander, 2008.
-# Martin Schlander , 2008.
 # Martin Schlander , 2008, 2009, 2010, 2011, 2012, 
2013, 2015.
 # Keld Simonsen , 2010.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.55.0/po/id/ktextwidgets5.po 
new/ktextwidgets-5.56.0/po/id/ktextwidgets5.po
--- old/ktextwidgets-5.55.0/po/id/ktextwidgets5.po  2019-02-03 
01:02:26.0 +0100
+++ new/ktextwidgets-5.56.0/po/id/ktextwidgets5.po  2019-03-02 
14:48:20.0 +0100
@@ -9,14 +9,14 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2019-01-01 02:58+0100\n"
-"PO-Revision-Date: 2019-01-29 18:41+0700\n"
-"Last-Translator: Wantoyo \n"
+"PO-Revision-Date: 2019-02-24 11:00+0700\n"
+"Last-Translator: wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 

commit ktextwidgets for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2019-02-28 21:32:12

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


Package is "ktextwidgets"

Thu Feb 28 21:32:12 2019 rev:64 rq:678716 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-02-14 14:28:10.323795773 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.28833/ktextwidgets.changes 
2019-02-28 21:32:13.625756743 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 09:25:42 UTC 2019 - alarr...@suse.com
+
+- Downgrade the Qt version requirement to build with 5.9
+
+---



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.EJ1CTk/_old  2019-02-28 21:32:14.761756386 +0100
+++ /var/tmp/diff_new_pack.EJ1CTk/_new  2019-02-28 21:32:14.761756386 +0100
@@ -83,6 +83,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} == 1500
+sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
+%endif
 
 %build
   %cmake_kf5 -d build




commit ktextwidgets for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2019-02-14 14:28:09

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


Package is "ktextwidgets"

Thu Feb 14 14:28:09 2019 rev:63 rq:674267 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2019-01-21 10:22:20.937949115 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.28833/ktextwidgets.changes 
2019-02-14 14:28:10.323795773 +0100
@@ -1,0 +2,10 @@
+Sun Feb 10 22:03:17 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.55.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
+- Changes since 5.54.0:
+  * No code changes since 5.54.0
+
+---

Old:

  ktextwidgets-5.54.0.tar.xz

New:

  ktextwidgets-5.55.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.1n6HMX/_old  2019-02-14 14:28:10.915795498 +0100
+++ /var/tmp/diff_new_pack.1n6HMX/_new  2019-02-14 14:28:10.915795498 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.54
+%define _tar_path 5.55
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.54.0
+Version:5.55.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.54.0.tar.xz -> ktextwidgets-5.55.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.54.0/CMakeLists.txt 
new/ktextwidgets-5.55.0/CMakeLists.txt
--- old/ktextwidgets-5.54.0/CMakeLists.txt  2019-01-06 21:26:50.0 
+0100
+++ new/ktextwidgets-5.55.0/CMakeLists.txt  2019-02-03 01:02:26.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.54.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
+set(KF5_VERSION "5.55.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.54.0  NO_MODULE)
+find_package(ECM 5.55.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -29,7 +29,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.9.0)
+set(REQUIRED_QT_VERSION 5.10.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.54.0/po/es/ktextwidgets5.po 
new/ktextwidgets-5.55.0/po/es/ktextwidgets5.po
--- old/ktextwidgets-5.54.0/po/es/ktextwidgets5.po  2019-01-06 
21:26:50.0 +0100
+++ new/ktextwidgets-5.55.0/po/es/ktextwidgets5.po  2019-02-03 
01:02:26.0 +0100
@@ -5,7 +5,7 @@
 # Pablo de Vicente , 2000-2002,2003, 2004.
 # Pablo de Vicente , 2003.
 # Pablo de Vicente , 2004, 2005.
-# Eloy Cuadra , 2005, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2015.
+# Eloy Cuadra , 2005, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2015, 2019.
 # Pablo de Vicente , 2005, 2006, 2007.
 # Enrique Matias Sanchez (aka Quique) , 2007.
 # Jaime Robles , 2007.
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2019-01-01 02:58+0100\n"
-"PO-Revision-Date: 2015-10-24 19:57+0200\n"
+"PO-Revision-Date: 2019-02-01 22:46+0100\n"
 "Last-Translator: Eloy Cuadra \n"
 "Language-Team: Spanish \n"
 "Language: es\n"
@@ -23,7 +23,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "First-Translator: Boris Wesslowski \n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: dialogs/klinkdialog.cpp:52
@@ -117,7 +117,7 @@
 #: findreplace/kfinddialog.cpp:101
 #, kde-format
 msgid "Replace With"
-msgstr "Remplazar con"
+msgstr "Sustituir con"
 
 #: findreplace/kfinddialog.cpp:104
 #, kde-format
@@ -167,12 +167,12 @@
 #: findreplace/kfinddialog.cpp:132
 #, kde-format
 msgid " on replace"
-msgstr " si remplazar"
+msgstr " si se debe 

commit ktextwidgets for openSUSE:Factory

2019-01-21 Thread root
Hello community,

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

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


Package is "ktextwidgets"

Mon Jan 21 10:22:18 2019 rev:62 rq:665845 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-12-19 13:43:30.855779436 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.28833/ktextwidgets.changes 
2019-01-21 10:22:20.937949115 +0100
@@ -1,0 +2,10 @@
+Mon Jan 14 06:08:51 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.54.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
+- Changes since 5.53.0:
+  * Minor clean up
+
+---

Old:

  ktextwidgets-5.53.0.tar.xz

New:

  ktextwidgets-5.54.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.oYgq7J/_old  2019-01-21 10:22:21.373948634 +0100
+++ /var/tmp/diff_new_pack.oYgq7J/_new  2019-01-21 10:22:21.377948629 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktextwidgets
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.53
+%define _tar_path 5.54
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.53.0
+Version:5.54.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.53.0.tar.xz -> ktextwidgets-5.54.0.tar.xz ++
 8975 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-12-19 13:43:29

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


Package is "ktextwidgets"

Wed Dec 19 13:43:29 2018 rev:61 rq:658592 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-11-14 14:37:43.987071305 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.28833/ktextwidgets.changes 
2018-12-19 13:43:30.855779436 +0100
@@ -1,0 +2,11 @@
+Sun Dec 09 19:43:45 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * Use isEmpty()
+  * It compiles without deprecated method
+
+---

Old:

  ktextwidgets-5.52.0.tar.xz

New:

  ktextwidgets-5.53.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.LO2LDJ/_old  2018-12-19 13:43:31.367778717 +0100
+++ /var/tmp/diff_new_pack.LO2LDJ/_new  2018-12-19 13:43:31.367778717 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.52
+%define _tar_path 5.53
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.52.0
+Version:5.53.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.52.0.tar.xz -> ktextwidgets-5.53.0.tar.xz ++
 2181 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-11-14 14:37:42

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


Package is "ktextwidgets"

Wed Nov 14 14:37:42 2018 rev:60 rq:648543 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-11-06 13:53:52.296294773 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-11-14 14:37:43.987071305 +0100
@@ -1,0 +2,10 @@
+Sun Nov 11 19:48:07 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.52.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
+- Changes since 5.51.0:
+  * Reorder + use Q_OBJECT when necessary
+
+---

Old:

  ktextwidgets-5.51.0.tar.xz

New:

  ktextwidgets-5.52.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.bmwOmh/_old  2018-11-14 14:37:44.555070746 +0100
+++ /var/tmp/diff_new_pack.bmwOmh/_new  2018-11-14 14:37:44.559070742 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.51
+%define _tar_path 5.52
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.51.0
+Version:5.52.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.51.0.tar.xz -> ktextwidgets-5.52.0.tar.xz ++
 33674 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2018-11-06 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-11-06 13:53:51

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


Package is "ktextwidgets"

Tue Nov  6 13:53:51 2018 rev:59 rq:643727 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-10-22 11:15:48.679625347 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-11-06 13:53:52.296294773 +0100
@@ -1,0 +2,5 @@
+Mon Oct 22 11:58:28 UTC 2018 - wba...@tmo.at
+
+- Add Qt5TextToSpeech BuildRequires to enable text-to-speech support
+
+---



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.r7U08I/_old  2018-11-06 13:53:53.104293672 +0100
+++ /var/tmp/diff_new_pack.r7U08I/_new  2018-11-06 13:53:53.108293667 +0100
@@ -47,6 +47,7 @@
 BuildRequires:  sonnet-devel >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5TextToSpeech)
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 
 %description




commit ktextwidgets for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-10-22 11:15:45

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


Package is "ktextwidgets"

Mon Oct 22 11:15:45 2018 rev:58 rq:642346 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-10-01 08:09:22.402257885 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-10-22 11:15:48.679625347 +0200
@@ -1,0 +2,16 @@
+Tue Oct 16 08:02:37 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:50:38 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.51.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
+- Changes since 5.50.0:
+  * ktextedit: lazy load the QTextToSpeech object
+  * Fix compile with strict compiler flags
+
+---

Old:

  ktextwidgets-5.50.0.tar.xz

New:

  ktextwidgets-5.51.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.oKvzTs/_old  2018-10-22 11:15:49.171624818 +0200
+++ /var/tmp/diff_new_pack.oKvzTs/_new  2018-10-22 11:15:49.171624818 +0200
@@ -12,24 +12,24 @@
 # 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/
 #
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.50
+%define _tar_path 5.51
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.50.0
+Version:5.51.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-URL:http://www.kde.org
+URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.50.0.tar.xz -> ktextwidgets-5.51.0.tar.xz ++
 4862 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-10-01 08:09:19

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


Package is "ktextwidgets"

Mon Oct  1 08:09:19 2018 rev:57 rq:636025 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-08-24 16:56:32.749534393 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-10-01 08:09:22.402257885 +0200
@@ -1,0 +2,10 @@
+Thu Sep 13 21:58:46 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.50.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+  * None
+
+---

Old:

  ktextwidgets-5.49.0.tar.xz

New:

  ktextwidgets-5.50.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.McYOqf/_old  2018-10-01 08:09:23.070257528 +0200
+++ /var/tmp/diff_new_pack.McYOqf/_new  2018-10-01 08:09:23.070257528 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.49
+%define _tar_path 5.50
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ktextwidgets
-Version:5.49.0
+Version:5.50.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later

++ ktextwidgets-5.49.0.tar.xz -> ktextwidgets-5.50.0.tar.xz ++
 1643 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-08-24 16:56:31

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


Package is "ktextwidgets"

Fri Aug 24 16:56:31 2018 rev:56 rq:630636 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-07-21 10:15:39.867094447 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-08-24 16:56:32.749534393 +0200
@@ -1,0 +2,15 @@
+Sun Aug 19 09:19:25 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * API docs: partial revert of earlier commit, didn't really work.
+  * KFindDialog: give the lineedit focus when showing a reused dialog
+  * APIdox: prefer the more intuitive solution of keeping the dialog open
+  * KFind: reset count when changing the pattern (e.g. in the find dialog).
+  * Apidox: modernize and improve KFind and KFindDialog documentation
+  * Honor BUILD_TESTING
+
+---

Old:

  ktextwidgets-5.48.0.tar.xz

New:

  ktextwidgets-5.49.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.gQkXtO/_old  2018-08-24 16:56:33.197534922 +0200
+++ /var/tmp/diff_new_pack.gQkXtO/_new  2018-08-24 16:56:33.201534927 +0200
@@ -16,16 +16,22 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.48
+%define _tar_path 5.49
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%bcond_without lang
 Name:   ktextwidgets
-Version:5.48.0
+Version:5.49.0
 Release:0
+Summary:KDE Text editing widgets
+License:LGPL-2.1-or-later
+Group:  System/GUI/KDE
+URL:http://www.kde.org
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -42,34 +48,27 @@
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-Summary:KDE Text editing widgets
-License:LGPL-2.1-or-later
-Group:  System/GUI/KDE
-Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 KTextWidgets provides widgets for displaying and editing text. It supports
 rich text as well as plain text.
 
-%package -n %lname
+%package -n %{lname}
 Summary:KDE Text editing widgets
 Group:  System/GUI/KDE
 Obsoletes:  libKF5TextWidgets4
 %if %{with lang}
-Recommends: %lname-lang = %{version}
+Recommends: %{lname}-lang = %{version}
 %endif
 
-%description -n %lname
+%description -n %{lname}
 KTextWidgets provides widgets for displaying and editing text. It supports
 rich text as well as plain text.
 
 %package devel
 Summary:KDE Text editing widgets: Build Environment
 Group:  Development/Libraries/KDE
-Requires:   %lname = %{version}
+Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
 Requires:   ki18n-devel >= %{_kf5_bugfix_version}
 Requires:   sonnet-devel >= %{_kf5_bugfix_version}
@@ -79,7 +78,8 @@
 KTextWidgets provides widgets for displaying and editing text. It supports
 rich text as well as plain text. Development files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -95,23 +95,20 @@
 %find_lang %{name}5
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING*
+%files -n %{lname}
+%license COPYING*
 %{_kf5_libdir}/libKF5TextWidgets.so.*
 %dir %{_kf5_servicetypesdir}
 %{_kf5_servicetypesdir}/kregexpeditor.desktop
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5TextWidgets.so
 %{_kf5_libdir}/cmake/KF5TextWidgets/
 %{_kf5_includedir}/*.h

++ ktextwidgets-5.48.0.tar.xz -> ktextwidgets-5.49.0.tar.xz 

commit ktextwidgets for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-07-21 10:15:38

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


Package is "ktextwidgets"

Sat Jul 21 10:15:38 2018 rev:55 rq:623310 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-06-22 13:23:57.527985518 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-07-21 10:15:39.867094447 +0200
@@ -1,0 +2,10 @@
+Mon Jul 16 04:37:44 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.48.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
+- Changes since 5.47.0:
+  * None
+
+---

Old:

  ktextwidgets-5.47.0.tar.xz

New:

  ktextwidgets-5.48.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.CcMIOt/_old  2018-07-21 10:15:40.415094318 +0200
+++ /var/tmp/diff_new_pack.CcMIOt/_new  2018-07-21 10:15:40.415094318 +0200
@@ -18,15 +18,14 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.47
+%define _tar_path 5.48
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
-%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   ktextwidgets
-Version:5.47.0
+Version:5.48.0
 Release:0
-%define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes

++ ktextwidgets-5.47.0.tar.xz -> ktextwidgets-5.48.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.47.0/CMakeLists.txt 
new/ktextwidgets-5.48.0/CMakeLists.txt
--- old/ktextwidgets-5.47.0/CMakeLists.txt  2018-06-02 20:06:49.0 
+0200
+++ new/ktextwidgets-5.48.0/CMakeLists.txt  2018-07-08 00:32:54.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.47.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
+set(KF5_VERSION "5.48.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.47.0  NO_MODULE)
+find_package(ECM 5.48.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.47.0/po/se/ktextwidgets5.po 
new/ktextwidgets-5.48.0/po/se/ktextwidgets5.po
--- old/ktextwidgets-5.47.0/po/se/ktextwidgets5.po  2018-06-02 
20:06:49.0 +0200
+++ new/ktextwidgets-5.48.0/po/se/ktextwidgets5.po  2018-07-08 
00:32:54.0 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-11-19 20:12+0100\n"
+"POT-Creation-Date: 2017-11-28 03:01+0100\n"
 "PO-Revision-Date: 2012-05-30 23:19+0200\n"
 "Last-Translator: Børre Gaup \n"
 "Language-Team: Northern Sami \n"
@@ -34,49 +34,49 @@
 msgid "Link URL:"
 msgstr "Liŋkka čujuhus:"
 
-#: findreplace/kfind.cpp:60
+#: findreplace/kfind.cpp:59
 #, kde-format
 msgid "Find Next"
 msgstr "Oza čuovvovaš"
 
-#: findreplace/kfind.cpp:65
+#: findreplace/kfind.cpp:64
 #, kde-format
 msgid "Find next occurrence of '%1'?"
 msgstr " Oza boahtte «%1»-gávdnosa?"
 
-#: findreplace/kfind.cpp:624 findreplace/kfind.cpp:643
+#: findreplace/kfind.cpp:623 findreplace/kfind.cpp:642
 #, kde-format
 msgid "1 match found."
 msgid_plural "%1 matches found."
 msgstr[0] "Okta gávdnos."
 msgstr[1] "%1 gávdnosa."
 
-#: findreplace/kfind.cpp:626
+#: findreplace/kfind.cpp:625
 #, kde-format
 msgid "No matches found for '%1'."
 msgstr "Eai lean gávdnosat «%1» várás."
 
-#: findreplace/kfind.cpp:645
+#: findreplace/kfind.cpp:644
 #, kde-format
 msgid "No matches found for '%1'."
 msgstr "Ii gávdnan «%1»."
 
-#: findreplace/kfind.cpp:649 findreplace/kreplace.cpp:387
+#: findreplace/kfind.cpp:648 findreplace/kreplace.cpp:387
 #, kde-format
 msgid "Beginning of document reached."
 msgstr "Leat joavdan 

commit ktextwidgets for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-06-22 13:23:49

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


Package is "ktextwidgets"

Fri Jun 22 13:23:49 2018 rev:54 rq:616788 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-05-18 14:23:51.18726 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-06-22 13:23:57.527985518 +0200
@@ -1,0 +2,10 @@
+Tue Jun 12 21:26:07 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.47.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
+- Changes since 5.46.0:
+  * None
+
+---

Old:

  ktextwidgets-5.46.0.tar.xz

New:

  ktextwidgets-5.47.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.xQOp6X/_old  2018-06-22 13:24:00.191887078 +0200
+++ /var/tmp/diff_new_pack.xQOp6X/_new  2018-06-22 13:24:00.195886930 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.46
+%define _tar_path 5.47
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   ktextwidgets
-Version:5.46.0
+Version:5.47.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.46.0.tar.xz -> ktextwidgets-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.46.0/CMakeLists.txt 
new/ktextwidgets-5.47.0/CMakeLists.txt
--- old/ktextwidgets-5.46.0/CMakeLists.txt  2018-05-05 15:00:27.0 
+0200
+++ new/ktextwidgets-5.47.0/CMakeLists.txt  2018-06-02 20:06:49.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.46.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.46.0  NO_MODULE)
+find_package(ECM 5.47.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.46.0/po/id/ktextwidgets5.po 
new/ktextwidgets-5.47.0/po/id/ktextwidgets5.po
--- old/ktextwidgets-5.46.0/po/id/ktextwidgets5.po  2018-05-05 
15:00:27.0 +0200
+++ new/ktextwidgets-5.47.0/po/id/ktextwidgets5.po  2018-06-02 
20:06:49.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-11-28 03:01+0100\n"
-"PO-Revision-Date: 2018-04-03 21:42+0700\n"
+"PO-Revision-Date: 2018-05-31 22:01+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -363,7 +363,7 @@
 #: findreplace/kfinddialog.cpp:589
 #, kde-format
 msgid "Invalid regular expression."
-msgstr "Ekspresi reguler tidak sah."
+msgstr "Ekspresi reguler tidak absah."
 
 #: findreplace/kreplace.cpp:59 findreplace/kreplace.cpp:71
 #, kde-format
@@ -379,7 +379,7 @@
 #: findreplace/kreplace.cpp:69
 #, kde-format
 msgid ""
-msgstr ""
+msgstr ""
 
 #: findreplace/kreplace.cpp:88
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.46.0/po/zh_CN/ktextwidgets5.po 
new/ktextwidgets-5.47.0/po/zh_CN/ktextwidgets5.po
--- old/ktextwidgets-5.46.0/po/zh_CN/ktextwidgets5.po   2018-05-05 
15:00:27.0 +0200
+++ new/ktextwidgets-5.47.0/po/zh_CN/ktextwidgets5.po   2018-06-02 
20:06:49.0 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-11-28 03:01+0100\n"
-"PO-Revision-Date: 2018-04-26 05:22-0400\n"
+"PO-Revision-Date: 2018-05-18 06:23-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit ktextwidgets for openSUSE:Factory

2018-05-18 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-05-18 14:23:46

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


Package is "ktextwidgets"

Fri May 18 14:23:46 2018 rev:53 rq:607588 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-04-19 15:18:40.585315766 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-05-18 14:23:51.18726 +0200
@@ -1,0 +2,11 @@
+Sun May 13 21:03:07 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * Use override
+  * Warning--
+
+---

Old:

  ktextwidgets-5.45.0.tar.xz

New:

  ktextwidgets-5.46.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.PZWAbQ/_old  2018-05-18 14:23:51.947260991 +0200
+++ /var/tmp/diff_new_pack.PZWAbQ/_new  2018-05-18 14:23:51.951260844 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.45
+%define _tar_path 5.46
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   ktextwidgets
-Version:5.45.0
+Version:5.46.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.45.0.tar.xz -> ktextwidgets-5.46.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.45.0/CMakeLists.txt 
new/ktextwidgets-5.46.0/CMakeLists.txt
--- old/ktextwidgets-5.45.0/CMakeLists.txt  2018-04-07 21:39:10.0 
+0200
+++ new/ktextwidgets-5.46.0/CMakeLists.txt  2018-05-05 15:00:27.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.45.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
+set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.45.0  NO_MODULE)
+find_package(ECM 5.46.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.45.0/po/gl/ktextwidgets5.po 
new/ktextwidgets-5.46.0/po/gl/ktextwidgets5.po
--- old/ktextwidgets-5.45.0/po/gl/ktextwidgets5.po  2018-04-07 
21:39:10.0 +0200
+++ new/ktextwidgets-5.46.0/po/gl/ktextwidgets5.po  2018-05-05 
15:00:27.0 +0200
@@ -10,14 +10,14 @@
 # Xosé , 2010.
 # Marce Villarino , 2011, 2012, 2013, 2014.
 # Adrián Chaves Fernández (Gallaecio) , 2015, 2017.
-# Adrián Chaves (Gallaecio) , 2017.
+# Adrián Chaves (Gallaecio) , 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-11-28 03:01+0100\n"
-"PO-Revision-Date: 2017-09-08 19:48+0100\n"
-"Last-Translator: Adrián Chaves (Gallaecio) \n"
+"PO-Revision-Date: 2018-04-29 23:49+0100\n"
+"Last-Translator: Adrian Chaves \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -189,8 +189,8 @@
 "searched for within the document and any occurrence is replaced with the "
 "replacement text."
 msgstr ""
-"Se preme o botón Substituír, o texto que inseriu enriba ha ser "
-"buscado por todo o documento e cando apareza ha substituírse polo texto de "
+"Se preme o botón Substituír, o texto que inseriu enriba ha "
+"buscarse por todo o documento e cando apareza ha substituírse polo texto de "
 "substitución."
 
 #: findreplace/kfinddialog.cpp:205
@@ -243,11 +243,10 @@
 "in front of it, like N."
 msgstr ""
 "Se activa esta opción calquera aparición de \\N, "
-"onde N é un número enteiro, será substituída pola "
-"captura correspondente («subcadea entre parénteses») no padrón.Para "
-"incluír un \\N literal na súa substitución, poña unha "

commit ktextwidgets for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-04-19 15:18:36

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


Package is "ktextwidgets"

Thu Apr 19 15:18:36 2018 rev:52 rq:596901 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-03-20 21:47:44.312950681 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-04-19 15:18:40.585315766 +0200
@@ -1,0 +2,10 @@
+Sat Apr 14 13:19:06 CEST 2018 - lbeltr...@kde.org
+
+- Update to 5.45.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
+- Changes since 5.44.0:
+  * Remove not necessary QtCore and co
+
+---

Old:

  ktextwidgets-5.44.0.tar.xz

New:

  ktextwidgets-5.45.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.is78eG/_old  2018-04-19 15:18:41.533277858 +0200
+++ /var/tmp/diff_new_pack.is78eG/_new  2018-04-19 15:18:41.537277698 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.44
+%define _tar_path 5.45
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   ktextwidgets
-Version:5.44.0
+Version:5.45.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.44.0.tar.xz -> ktextwidgets-5.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.44.0/CMakeLists.txt 
new/ktextwidgets-5.45.0/CMakeLists.txt
--- old/ktextwidgets-5.44.0/CMakeLists.txt  2018-03-03 11:06:52.0 
+0100
+++ new/ktextwidgets-5.45.0/CMakeLists.txt  2018-04-07 21:39:10.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.44.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.44.0  NO_MODULE)
+find_package(ECM 5.45.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -29,7 +29,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.7.0)
+set(REQUIRED_QT_VERSION 5.8.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.44.0/autotests/kfindtest.h 
new/ktextwidgets-5.45.0/autotests/kfindtest.h
--- old/ktextwidgets-5.44.0/autotests/kfindtest.h   2018-03-03 
11:06:52.0 +0100
+++ new/ktextwidgets-5.45.0/autotests/kfindtest.h   2018-04-07 
21:39:10.0 +0200
@@ -22,8 +22,8 @@
 #ifndef KFINDTEST_H
 #define KFINDTEST_H
 
-#include 
-#include 
+#include 
+#include 
 
 class KFind;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.44.0/autotests/kreplacetest.cpp 
new/ktextwidgets-5.45.0/autotests/kreplacetest.cpp
--- old/ktextwidgets-5.44.0/autotests/kreplacetest.cpp  2018-03-03 
11:06:52.0 +0100
+++ new/ktextwidgets-5.45.0/autotests/kreplacetest.cpp  2018-04-07 
21:39:10.0 +0200
@@ -23,7 +23,7 @@
 #include 
 
 #include 
-#include 
+#include 
 #include 
 #include 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.44.0/autotests/kreplacetest.h 
new/ktextwidgets-5.45.0/autotests/kreplacetest.h
--- old/ktextwidgets-5.44.0/autotests/kreplacetest.h2018-03-03 
11:06:52.0 +0100
+++ new/ktextwidgets-5.45.0/autotests/kreplacetest.h2018-04-07 
21:39:10.0 +0200
@@ -20,8 +20,8 @@
 #ifndef KREPLACETEST_H
 #define KREPLACETEST_H
 
-#include 
-#include 
+#include 
+#include 
 
 class KReplace;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.44.0/autotests/krichtextedittest.h 
new/ktextwidgets-5.45.0/autotests/krichtextedittest.h
--- 

commit ktextwidgets for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-03-20 21:47:41

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


Package is "ktextwidgets"

Tue Mar 20 21:47:41 2018 rev:51 rq:586857 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-02-16 21:34:10.041831235 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-03-20 21:47:44.312950681 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:42 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  ktextwidgets-5.43.0.tar.xz

New:

  ktextwidgets-5.44.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.YATkdE/_old  2018-03-20 21:47:45.212918271 +0100
+++ /var/tmp/diff_new_pack.YATkdE/_new  2018-03-20 21:47:45.216918127 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   ktextwidgets
-Version:5.43.0
+Version:5.44.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -44,7 +44,7 @@
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 Summary:KDE Text editing widgets
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ ktextwidgets-5.43.0.tar.xz -> ktextwidgets-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.43.0/CMakeLists.txt 
new/ktextwidgets-5.44.0/CMakeLists.txt
--- old/ktextwidgets-5.43.0/CMakeLists.txt  2018-02-05 13:03:08.0 
+0100
+++ new/ktextwidgets-5.44.0/CMakeLists.txt  2018-03-03 11:06:52.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.43.0/po/id/ktextwidgets5.po 
new/ktextwidgets-5.44.0/po/id/ktextwidgets5.po
--- old/ktextwidgets-5.43.0/po/id/ktextwidgets5.po  2018-02-05 
13:03:08.0 +0100
+++ new/ktextwidgets-5.44.0/po/id/ktextwidgets5.po  2018-03-03 
11:06:52.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-11-28 03:01+0100\n"
-"PO-Revision-Date: 2018-01-28 19:33+0700\n"
+"PO-Revision-Date: 2018-02-10 08:09+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -17,7 +17,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 2.0\n"
 
 #: dialogs/klinkdialog.cpp:52
 #, kde-format
@@ -313,7 +312,7 @@
 #: findreplace/kfinddialog.cpp:460
 #, kde-format
 msgid "Optional"
-msgstr "Opsional"
+msgstr "Sembarang"
 
 #: findreplace/kfinddialog.cpp:461
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.43.0/po/nb/ktextwidgets5.po 
new/ktextwidgets-5.44.0/po/nb/ktextwidgets5.po
--- old/ktextwidgets-5.43.0/po/nb/ktextwidgets5.po  2018-02-05 
13:03:08.0 +0100
+++ new/ktextwidgets-5.44.0/po/nb/ktextwidgets5.po  2018-03-03 
11:06:52.0 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 

commit ktextwidgets for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-02-16 21:34:06

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


Package is "ktextwidgets"

Fri Feb 16 21:34:06 2018 rev:50 rq:576559 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-01-22 16:03:21.228502596 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-02-16 21:34:10.041831235 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 23:42:10 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.43.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
+- Changes since 5.42.0:
+  * None
+
+---

Old:

  ktextwidgets-5.42.0.tar.xz

New:

  ktextwidgets-5.43.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.TE5hBy/_old  2018-02-16 21:34:10.621810291 +0100
+++ /var/tmp/diff_new_pack.TE5hBy/_new  2018-02-16 21:34:10.621810291 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.42
+%define _tar_path 5.43
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   ktextwidgets
-Version:5.42.0
+Version:5.43.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.42.0.tar.xz -> ktextwidgets-5.43.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.42.0/CMakeLists.txt 
new/ktextwidgets-5.43.0/CMakeLists.txt
--- old/ktextwidgets-5.42.0/CMakeLists.txt  2018-01-07 17:21:17.0 
+0100
+++ new/ktextwidgets-5.43.0/CMakeLists.txt  2018-02-05 13:03:08.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.42.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
+set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.42.0  NO_MODULE)
+find_package(ECM 5.43.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.42.0/po/id/ktextwidgets5.po 
new/ktextwidgets-5.43.0/po/id/ktextwidgets5.po
--- old/ktextwidgets-5.42.0/po/id/ktextwidgets5.po  2018-01-07 
17:21:17.0 +0100
+++ new/ktextwidgets-5.43.0/po/id/ktextwidgets5.po  2018-02-05 
13:03:08.0 +0100
@@ -2,25 +2,27 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdelibs4 package.
 # Andhika Padmawan , 2010-2014.
+# Wantoyo , 2018.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-11-28 03:01+0100\n"
-"PO-Revision-Date: 2014-02-04 20:08+0700\n"
-"Last-Translator: Andhika Padmawan \n"
-"Language-Team: Indonesian \n"
+"PO-Revision-Date: 2018-01-28 19:33+0700\n"
+"Last-Translator: Wantoyo \n"
+"Language-Team: Indonesian \n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: dialogs/klinkdialog.cpp:52
 #, kde-format
 msgid "Manage Link"
-msgstr "Atur Tautan"
+msgstr "Kelola Tautan"
 
 #: dialogs/klinkdialog.cpp:60
 #, kde-format
@@ -361,7 +363,7 @@
 #: findreplace/kfinddialog.cpp:589
 #, kde-format
 msgid "Invalid regular expression."
-msgstr "Ekspresi reguler tidak valid."
+msgstr "Ekspresi reguler tidak sah."
 
 #: findreplace/kreplace.cpp:59 findreplace/kreplace.cpp:71
 #, kde-format
@@ -500,7 +502,7 @@
 #, kde-format
 msgctxt "@action"
 msgid "Align "
-msgstr "Rata "
+msgstr "Sejajar "
 
 #: widgets/krichtextwidget.cpp:333
 #, kde-format
@@ -512,7 +514,7 @@
 #, kde-format
 msgctxt "@action"
 msgid "Align 

commit ktextwidgets for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-01-22 16:03:18

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


Package is "ktextwidgets"

Mon Jan 22 16:03:18 2018 rev:49 rq:566708 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2018-01-09 14:44:34.752035188 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-01-22 16:03:21.228502596 +0100
@@ -1,0 +2,10 @@
+Tue Jan 16 22:50:20 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.42.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
+- Changes since 5.41.0:
+  * Remove obsolete reviewboardrc file
+
+---

Old:

  ktextwidgets-5.41.0.tar.xz

New:

  ktextwidgets-5.42.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.vfK2n3/_old  2018-01-22 16:03:21.788476393 +0100
+++ /var/tmp/diff_new_pack.vfK2n3/_new  2018-01-22 16:03:21.788476393 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktextwidgets
 #
-# 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
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.41
+%define _tar_path 5.42
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   ktextwidgets
-Version:5.41.0
+Version:5.42.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.41.0.tar.xz -> ktextwidgets-5.42.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.41.0/.reviewboardrc 
new/ktextwidgets-5.42.0/.reviewboardrc
--- old/ktextwidgets-5.41.0/.reviewboardrc  2017-12-02 21:08:35.0 
+0100
+++ new/ktextwidgets-5.42.0/.reviewboardrc  1970-01-01 01:00:00.0 
+0100
@@ -1,5 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = 'git://anongit.kde.org/ktextwidgets'
-BRANCH = 'master'
-TARGET_GROUPS = 'kdeframeworks'
-TARGET_PEOPLE = 'mlaurent'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.41.0/CMakeLists.txt 
new/ktextwidgets-5.42.0/CMakeLists.txt
--- old/ktextwidgets-5.41.0/CMakeLists.txt  2017-12-02 21:08:35.0 
+0100
+++ new/ktextwidgets-5.42.0/CMakeLists.txt  2018-01-07 17:21:17.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.41.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.41.0") # handled by release scripts
+set(KF5_VERSION "5.42.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.41.0  NO_MODULE)
+find_package(ECM 5.42.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.41.0/po/ca/ktextwidgets5.po 
new/ktextwidgets-5.42.0/po/ca/ktextwidgets5.po
--- old/ktextwidgets-5.41.0/po/ca/ktextwidgets5.po  2017-12-02 
21:08:35.0 +0100
+++ new/ktextwidgets-5.42.0/po/ca/ktextwidgets5.po  2018-01-07 
17:21:17.0 +0100
@@ -1,12 +1,12 @@
 # Translation of ktextwidgets5.po to Catalan
-# Copyright (C) 2014-2017 This_file_is_part_of_KDE
+# Copyright (C) 2014-2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
 # Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013, 
2014, 2015.
 # Albert Astals Cid , 2004, 2005, 2007.
-# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2017.
+# Josep Ma. Ferrer 

commit ktextwidgets for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2018-01-09 14:44:33

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


Package is "ktextwidgets"

Tue Jan  9 14:44:33 2018 rev:48 rq:559468 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2017-11-16 14:41:01.678641843 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-01-09 14:44:34.752035188 +0100
@@ -1,0 +2,11 @@
+Sun Dec 17 09:43:49 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.41.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
+- Changes since 5.40.0:
+  * Convert it
+  * Port to new connect api (when possible)
+
+---

Old:

  ktextwidgets-5.40.0.tar.xz

New:

  ktextwidgets-5.41.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.xauL7G/_old  2018-01-09 14:44:35.547997863 +0100
+++ /var/tmp/diff_new_pack.xauL7G/_new  2018-01-09 14:44:35.551997675 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.40
+%define _tar_path 5.41
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   ktextwidgets
-Version:5.40.0
+Version:5.41.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.40.0.tar.xz -> ktextwidgets-5.41.0.tar.xz ++
 6725 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2017-11-16 14:40:59

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


Package is "ktextwidgets"

Thu Nov 16 14:40:59 2017 rev:47 rq:541686 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2017-10-27 13:58:00.477590999 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2017-11-16 14:41:01.678641843 +0100
@@ -1,0 +2,13 @@
+Mon Nov 13 07:01:15 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * Fix some warning found by cppcheck
+  * Initialize value
+  * Fix warning found with cppcheck
+  * Add .arcconfig
+
+---

Old:

  ktextwidgets-5.39.0.tar.xz

New:

  ktextwidgets-5.40.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.YvLxs8/_old  2017-11-16 14:41:02.890597859 +0100
+++ /var/tmp/diff_new_pack.YvLxs8/_new  2017-11-16 14:41:02.890597859 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.39
+%define _tar_path 5.40
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   ktextwidgets
-Version:5.39.0
+Version:5.40.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.39.0.tar.xz -> ktextwidgets-5.40.0.tar.xz ++
 12628 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2017-10-27 13:57:59

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


Package is "ktextwidgets"

Fri Oct 27 13:57:59 2017 rev:46 rq:536351 version:5.39.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2017-09-19 16:26:49.974095143 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2017-10-27 13:58:00.477590999 +0200
@@ -1,0 +2,10 @@
+Mon Oct 23 06:41:43 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.39.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
+- Changes since 5.38.0:
+  * None
+
+---

Old:

  ktextwidgets-5.38.0.tar.xz

New:

  ktextwidgets-5.39.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.TEmWq9/_old  2017-10-27 13:58:01.581539396 +0200
+++ /var/tmp/diff_new_pack.TEmWq9/_new  2017-10-27 13:58:01.581539396 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.38
+%define _tar_path 5.39
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   ktextwidgets
-Version:5.38.0
+Version:5.39.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.38.0.tar.xz -> ktextwidgets-5.39.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.38.0/CMakeLists.txt 
new/ktextwidgets-5.39.0/CMakeLists.txt
--- old/ktextwidgets-5.38.0/CMakeLists.txt  2017-09-03 10:14:46.0 
+0200
+++ new/ktextwidgets-5.39.0/CMakeLists.txt  2017-10-07 21:23:58.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.38.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
+set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.38.0  NO_MODULE)
+find_package(ECM 5.39.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.38.0/po/gl/ktextwidgets5.po 
new/ktextwidgets-5.39.0/po/gl/ktextwidgets5.po
--- old/ktextwidgets-5.38.0/po/gl/ktextwidgets5.po  2017-09-03 
10:14:46.0 +0200
+++ new/ktextwidgets-5.39.0/po/gl/ktextwidgets5.po  2017-10-07 
21:23:58.0 +0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:12+0100\n"
-"PO-Revision-Date: 2017-08-15 11:02+0100\n"
+"PO-Revision-Date: 2017-09-08 19:48+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -221,7 +221,7 @@
 #: findreplace/kfinddialog.cpp:216
 #, kde-format
 msgid "If enabled, search for a regular expression."
-msgstr "Se escolle esta opción ha buscar unha expresión regular."
+msgstr "Se activa esta opción ha buscar unha expresión regular."
 
 #: findreplace/kfinddialog.cpp:218
 #, kde-format
@@ -242,7 +242,7 @@
 "literal \\N in your replacement, put an extra backslash "
 "in front of it, like N."
 msgstr ""
-"Se escolle esta opción calquera aparición de \\N, "
+"Se activa esta opción calquera aparición de \\N, "
 "onde N é un número enteiro, será substituída pola "
 "captura correspondente («subcadea entre parénteses») no padrón.Para "
 "incluír un \\N literal na súa substitución, poña unha "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.38.0/po/ja/ktextwidgets5.po 
new/ktextwidgets-5.39.0/po/ja/ktextwidgets5.po
--- old/ktextwidgets-5.38.0/po/ja/ktextwidgets5.po  2017-09-03 
10:14:46.0 +0200
+++ new/ktextwidgets-5.39.0/po/ja/ktextwidgets5.po  2017-10-07 
21:23:58.0 +0200
@@ -186,8 +186,8 @@
 "searched for within the document and any occurrence is replaced with the "
 

commit ktextwidgets for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2017-09-19 16:26:49

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


Package is "ktextwidgets"

Tue Sep 19 16:26:49 2017 rev:45 rq:526673 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2017-08-24 17:58:34.380247839 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2017-09-19 16:26:49.974095143 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 07:11:18 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
+
+---

Old:

  ktextwidgets-5.37.0.tar.xz

New:

  ktextwidgets-5.38.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.OMnKtp/_old  2017-09-19 16:26:50.785980095 +0200
+++ /var/tmp/diff_new_pack.OMnKtp/_new  2017-09-19 16:26:50.789979529 +0200
@@ -18,24 +18,28 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.37
+%define _tar_path 5.38
+# Full KF5 version (e.g. 5.33.0)
+%{!?_kf5_version: %global _kf5_version %{version}}
+# Last major and minor KF5 version (e.g. 5.33)
+%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   ktextwidgets
-Version:5.37.0
+Version:5.38.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcompletion-devel >= %{_tar_path}
-BuildRequires:  kconfig-devel >= %{_tar_path}
-BuildRequires:  kconfigwidgets-devel >= %{_tar_path}
+BuildRequires:  kcompletion-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kconfigwidgets-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_tar_path}
-BuildRequires:  kiconthemes-devel >= %{_tar_path}
-BuildRequires:  kservice-devel >= %{_tar_path}
-BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
-BuildRequires:  kwindowsystem-devel >= %{_tar_path}
-BuildRequires:  sonnet-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
+BuildRequires:  sonnet-devel >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
@@ -68,8 +72,8 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   ki18n-devel >= %{_tar_path}
-Requires:   sonnet-devel >= %{_tar_path}
+Requires:   ki18n-devel >= %{_kf5_bugfix_version}
+Requires:   sonnet-devel >= %{_kf5_bugfix_version}
 Requires:   cmake(Qt5Widgets) >= 5.6.0
 
 %description devel

++ ktextwidgets-5.37.0.tar.xz -> ktextwidgets-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.37.0/CMakeLists.txt 
new/ktextwidgets-5.38.0/CMakeLists.txt
--- old/ktextwidgets-5.37.0/CMakeLists.txt  2017-08-06 20:10:55.0 
+0200
+++ new/ktextwidgets-5.38.0/CMakeLists.txt  2017-09-03 10:14:46.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.37.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
+set(KF5_VERSION "5.38.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.37.0  NO_MODULE)
+find_package(ECM 5.38.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.37.0/po/eu/ktextwidgets5.po 
new/ktextwidgets-5.38.0/po/eu/ktextwidgets5.po
--- 

commit ktextwidgets for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2017-08-24 17:58:33

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


Package is "ktextwidgets"

Thu Aug 24 17:58:33 2017 rev:44 rq:516699 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2017-07-17 10:25:51.204548668 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2017-08-24 17:58:34.380247839 +0200
@@ -1,0 +2,11 @@
+Sat Aug 12 09:23:38 UTC 2017 - christo...@krop.fr
+
+- Update to 5.37.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
+- Changes since 5.36.0 :
+  * API dox: 0L -> nullptr in example code
+  * Don't use API dox comment style for license headers
+
+---

Old:

  ktextwidgets-5.36.0.tar.xz

New:

  ktextwidgets-5.37.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.GMQQgv/_old  2017-08-24 17:58:35.664067014 +0200
+++ /var/tmp/diff_new_pack.GMQQgv/_new  2017-08-24 17:58:35.672065888 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   ktextwidgets
-Version:5.36.0
+Version:5.37.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.36.0.tar.xz -> ktextwidgets-5.37.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.36.0/CMakeLists.txt 
new/ktextwidgets-5.37.0/CMakeLists.txt
--- old/ktextwidgets-5.36.0/CMakeLists.txt  2017-07-02 10:11:21.0 
+0200
+++ new/ktextwidgets-5.37.0/CMakeLists.txt  2017-08-06 20:10:55.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.36.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.36.0") # handled by release scripts
+set(KF5_VERSION "5.37.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.36.0  NO_MODULE)
+find_package(ECM 5.37.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -29,7 +29,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.6.0)
+set(REQUIRED_QT_VERSION 5.7.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.36.0/po/fr/ktextwidgets5.po 
new/ktextwidgets-5.37.0/po/fr/ktextwidgets5.po
--- old/ktextwidgets-5.36.0/po/fr/ktextwidgets5.po  2017-07-02 
10:11:21.0 +0200
+++ new/ktextwidgets-5.37.0/po/fr/ktextwidgets5.po  2017-08-06 
20:10:55.0 +0200
@@ -16,15 +16,15 @@
 # Nicolas Lécureuil , 2010.
 # Joëlle Cornavin , 2007, 2008, 2009, 2010, 2011, 2012, 2013.
 # Sebastien Renard , 2013, 2014.
-# Vincent Pinon , 2016.
+# Vincent Pinon , 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:12+0100\n"
-"PO-Revision-Date: 2016-11-27 23:22+0100\n"
+"PO-Revision-Date: 2017-07-03 09:51+0100\n"
 "Last-Translator: Vincent Pinon \n"
-"Language-Team: French \n"
+"Language-Team: French \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -498,7 +498,7 @@
 #, kde-format
 msgctxt "@action"
 msgid "Font "
-msgstr "Taille des iônes"
+msgstr " de police"
 
 #: widgets/krichtextwidget.cpp:272
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.36.0/po/zh_CN/ktextwidgets5.po 
new/ktextwidgets-5.37.0/po/zh_CN/ktextwidgets5.po
--- old/ktextwidgets-5.36.0/po/zh_CN/ktextwidgets5.po   2017-07-02 
10:11:21.0 +0200
+++ new/ktextwidgets-5.37.0/po/zh_CN/ktextwidgets5.po   2017-08-06 
20:10:55.0 +0200
@@ -1,29 +1,20 @@
-# translation of kdelibs4.po to Chinese Simplified
-# Copyright (C) 2007 Free Software Foundation, Inc.
-#
-# Lie Ex  2007-2011.
-# Wang Jian , 

commit ktextwidgets for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2017-07-17 10:25:49

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


Package is "ktextwidgets"

Mon Jul 17 10:25:49 2017 rev:43 rq:509933 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2017-07-05 23:53:03.257738186 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2017-07-17 10:25:51.204548668 +0200
@@ -1,0 +2,10 @@
+Wed Jul 12 07:14:02 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.36.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
+- Changes since 5.35.0:
+  * [FEATURE] Option to build & install QCH file with the public API dox
+
+---

Old:

  ktextwidgets-5.35.0.tar.xz

New:

  ktextwidgets-5.36.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.Zt7o1o/_old  2017-07-17 10:25:51.792465788 +0200
+++ /var/tmp/diff_new_pack.Zt7o1o/_new  2017-07-17 10:25:51.796465223 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   ktextwidgets
-Version:5.35.0
+Version:5.36.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.35.0.tar.xz -> ktextwidgets-5.36.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.35.0/CMakeLists.txt 
new/ktextwidgets-5.36.0/CMakeLists.txt
--- old/ktextwidgets-5.35.0/CMakeLists.txt  2017-06-03 12:21:00.0 
+0200
+++ new/ktextwidgets-5.36.0/CMakeLists.txt  2017-07-02 10:11:21.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.35.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.35.0") # handled by release scripts
+set(KF5_VERSION "5.36.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.36.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.35.0  NO_MODULE)
+find_package(ECM 5.36.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -20,6 +20,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 include(CMakePackageConfigHelpers)
+include(ECMAddQch)
 
 ecm_setup_version(PROJECT
   VARIABLE_PREFIX KTEXTWIDGETS
@@ -49,6 +50,9 @@
 find_package(KF5WindowSystem ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Sonnet ${KF5_DEP_VERSION} REQUIRED)
 
+option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
+add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
+
 add_definitions(-DTRANSLATION_DOMAIN=\"ktextwidgets5\")
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ki18n_install(po)
@@ -60,6 +64,16 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5TextWidgets")
 
+if (BUILD_QCH)
+ecm_install_qch_export(
+TARGETS KF5TextWidgets_QCH
+FILE KF5TextWidgetsQchTargets.cmake
+DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
+COMPONENT Devel
+)
+set(PACKAGE_INCLUDE_QCHTARGETS 
"include(\"\${CMAKE_CURRENT_LIST_DIR}/KF5TextWidgetsQchTargets.cmake\")")
+endif()
+
 
configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5TextWidgetsConfig.cmake.in"
   
"${CMAKE_CURRENT_BINARY_DIR}/KF5TextWidgetsConfig.cmake"
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.35.0/KF5TextWidgetsConfig.cmake.in 
new/ktextwidgets-5.36.0/KF5TextWidgetsConfig.cmake.in
--- old/ktextwidgets-5.35.0/KF5TextWidgetsConfig.cmake.in   2017-06-03 
12:21:00.0 +0200
+++ new/ktextwidgets-5.36.0/KF5TextWidgetsConfig.cmake.in   2017-07-02 
10:11:21.0 +0200
@@ -6,4 +6,4 @@
 find_dependency(KF5I18n "@KF5_DEP_VERSION@")
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5TextWidgetsTargets.cmake")
-
+@PACKAGE_INCLUDE_QCHTARGETS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ktextwidgets for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2017-07-05 23:53:03

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


Package is "ktextwidgets"

Wed Jul  5 23:53:03 2017 rev:42 rq:502971 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2017-06-01 16:21:28.662359507 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2017-07-05 23:53:03.257738186 +0200
@@ -1,0 +2,13 @@
+Sun Jun 11 09:27:43 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.35.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
+- Changes since 5.34.0:
+  * API dox: use class names in image titles, not "KDE widget"
+  * API dox: note CamelCase includes by @class tag with more classes
+  * API dox: Use doxygen notation to have comments used
+  * Fix typo
+
+---

Old:

  ktextwidgets-5.34.0.tar.xz

New:

  ktextwidgets-5.35.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.I0TKBq/_old  2017-07-05 23:53:03.781664387 +0200
+++ /var/tmp/diff_new_pack.I0TKBq/_new  2017-07-05 23:53:03.785663824 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   ktextwidgets
-Version:5.34.0
+Version:5.35.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.34.0.tar.xz -> ktextwidgets-5.35.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.34.0/CMakeLists.txt 
new/ktextwidgets-5.35.0/CMakeLists.txt
--- old/ktextwidgets-5.34.0/CMakeLists.txt  2017-05-06 14:00:26.0 
+0200
+++ new/ktextwidgets-5.35.0/CMakeLists.txt  2017-06-03 12:21:00.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.34.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
+set(KF5_VERSION "5.35.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.35.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.34.0  NO_MODULE)
+find_package(ECM 5.35.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.34.0/po/he/ktextwidgets5.po 
new/ktextwidgets-5.35.0/po/he/ktextwidgets5.po
--- old/ktextwidgets-5.34.0/po/he/ktextwidgets5.po  2017-05-06 
14:00:26.0 +0200
+++ new/ktextwidgets-5.35.0/po/he/ktextwidgets5.po  2017-06-03 
12:21:00.0 +0200
@@ -17,19 +17,20 @@
 # Meni Livne , 2007.
 # tahmar1900 , 2008, 2009.
 # Elkana Bardugo , 2016.
+# Elkana Bardugo , 2017. #zanata
 msgid ""
 msgstr ""
-"Project-Id-Version: kdelibs4\n"
+"Project-Id-Version: ktextwidgets5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:12+0100\n"
-"PO-Revision-Date: 2016-06-29 14:02+0200\n"
-"Last-Translator: Elkana Bardugo \n"
+"PO-Revision-Date: 2017-05-16 06:50-0400\n"
+"Last-Translator: Copied by Zanata \n"
 "Language-Team: Hebrew \n"
 "Language: he\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: Zanata 3.9.6\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: dialogs/klinkdialog.cpp:52
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.34.0/src/findreplace/kfind.h 
new/ktextwidgets-5.35.0/src/findreplace/kfind.h
--- old/ktextwidgets-5.34.0/src/findreplace/kfind.h 2017-05-06 
14:00:26.0 +0200
+++ new/ktextwidgets-5.35.0/src/findreplace/kfind.h 2017-06-03 
12:21:00.0 +0200
@@ -29,6 +29,8 @@
 class QDialog;
 
 /**
+ * @class KFind kfind.h 
+ *
  * @brief A generic implementation of the "find" function.
  *
  * @author S.R.Haque , David Faure ,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ktextwidgets for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2017-06-01 16:21:27

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


Package is "ktextwidgets"

Thu Jun  1 16:21:27 2017 rev:41 rq:495068 version:5.34.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2017-04-30 21:21:10.655713068 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2017-06-01 16:21:28.662359507 +0200
@@ -1,0 +2,10 @@
+Mon May 15 13:53:15 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.34.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
+- Changes since 5.33.0:
+  * None
+
+---

Old:

  ktextwidgets-5.33.0.tar.xz

New:

  ktextwidgets-5.34.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.LWx4jN/_old  2017-06-01 16:21:29.218281116 +0200
+++ /var/tmp/diff_new_pack.LWx4jN/_new  2017-06-01 16:21:29.80553 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   ktextwidgets
-Version:5.33.0
+Version:5.34.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.33.0.tar.xz -> ktextwidgets-5.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.33.0/CMakeLists.txt 
new/ktextwidgets-5.34.0/CMakeLists.txt
--- old/ktextwidgets-5.33.0/CMakeLists.txt  2017-04-01 21:41:46.0 
+0200
+++ new/ktextwidgets-5.34.0/CMakeLists.txt  2017-05-06 14:00:26.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.33.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.33.0  NO_MODULE)
+find_package(ECM 5.34.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.33.0/po/bg/ktextwidgets5.po 
new/ktextwidgets-5.34.0/po/bg/ktextwidgets5.po
--- old/ktextwidgets-5.33.0/po/bg/ktextwidgets5.po  2017-04-01 
21:41:46.0 +0200
+++ new/ktextwidgets-5.34.0/po/bg/ktextwidgets5.po  2017-05-06 
14:00:26.0 +0200
@@ -1,8 +1,5 @@
-# translation of kdelibs4.po to Bulgarian
-# Bulgarian translation of KDE.
-# This file is licensed under the GPL.
-#
-# $Id:$
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
 #
 # Zlatko Popov , 2006, 2007, 2008, 2009.
 # Yasen Pramatarov , 2009, 2010, 2011, 2012, 2013.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.33.0/po/tr/ktextwidgets5.po 
new/ktextwidgets-5.34.0/po/tr/ktextwidgets5.po
--- old/ktextwidgets-5.33.0/po/tr/ktextwidgets5.po  2017-04-01 
21:41:46.0 +0200
+++ new/ktextwidgets-5.34.0/po/tr/ktextwidgets5.po  2017-05-06 
14:00:26.0 +0200
@@ -15,22 +15,22 @@
 # H. İbrahim Güngör , 2010, 2011.
 # Ozan Çağlayan , 2010, 2011.
 # Serdar SOYTETİR , 2010, 2012.
-# Volkan Gezer , 2013, 2014.
+# Volkan Gezer , 2013, 2014, 2017.
 # Kaan Ozdincer , 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:12+0100\n"
-"PO-Revision-Date: 2014-11-12 00:33+0200\n"
-"Last-Translator: Kaan Ozdincer \n"
+"PO-Revision-Date: 2017-04-13 14:07+0100\n"
+"Last-Translator: Volkan Gezer \n"
 "Language-Team: Turkish \n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 1.4\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: dialogs/klinkdialog.cpp:52
 #, kde-format
@@ 

commit ktextwidgets for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2017-04-30 21:21:09

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


Package is "ktextwidgets"

Sun Apr 30 21:21:09 2017 rev:40 rq:492089 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2017-03-28 15:12:27.680519238 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2017-04-30 21:21:10.655713068 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:55 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  ktextwidgets-5.32.0.tar.xz

New:

  ktextwidgets-5.33.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.DTXY74/_old  2017-04-30 21:21:11.567584495 +0200
+++ /var/tmp/diff_new_pack.DTXY74/_new  2017-04-30 21:21:11.567584495 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   ktextwidgets
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.32.0.tar.xz -> ktextwidgets-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.32.0/CMakeLists.txt 
new/ktextwidgets-5.33.0/CMakeLists.txt
--- old/ktextwidgets-5.32.0/CMakeLists.txt  2017-03-04 17:20:40.0 
+0100
+++ new/ktextwidgets-5.33.0/CMakeLists.txt  2017-04-01 21:41:46.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit ktextwidgets for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2017-03-28 15:12:26

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


Package is "ktextwidgets"

Tue Mar 28 15:12:26 2017 rev:39 rq:481537 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2017-03-03 17:19:59.317321473 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2017-03-28 15:12:27.680519238 +0200
@@ -1,0 +2,12 @@
+Sun Mar 19 14:50:54 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.32.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
+- Changes since 5.31.0:
+  * Commit translations from l10n-kf5
+  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
+  * Upgrade KF5 version to 5.32.0.
+
+---

Old:

  ktextwidgets-5.31.0.tar.xz

New:

  ktextwidgets-5.32.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.eN0aak/_old  2017-03-28 15:12:28.532398560 +0200
+++ /var/tmp/diff_new_pack.eN0aak/_new  2017-03-28 15:12:28.532398560 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   ktextwidgets
-Version:5.31.0
+Version:5.32.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.31.0.tar.xz -> ktextwidgets-5.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.31.0/CMakeLists.txt 
new/ktextwidgets-5.32.0/CMakeLists.txt
--- old/ktextwidgets-5.31.0/CMakeLists.txt  2017-02-05 12:13:38.0 
+0100
+++ new/ktextwidgets-5.32.0/CMakeLists.txt  2017-03-04 17:20:40.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.31.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
+set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.31.0  NO_MODULE)
+find_package(ECM 5.32.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.31.0/po/ca@valencia/ktextwidgets5.po 
new/ktextwidgets-5.32.0/po/ca@valencia/ktextwidgets5.po
--- old/ktextwidgets-5.31.0/po/ca@valencia/ktextwidgets5.po 2017-02-05 
12:13:38.0 +0100
+++ new/ktextwidgets-5.32.0/po/ca@valencia/ktextwidgets5.po 2017-03-04 
17:20:40.0 +0100
@@ -43,7 +43,7 @@
 #: findreplace/kfind.cpp:60
 #, kde-format
 msgid "Find Next"
-msgstr "Cerca següent"
+msgstr "Busca següent"
 
 #: findreplace/kfind.cpp:65
 #, kde-format
@@ -90,18 +90,18 @@
 #: findreplace/kfinddialog.cpp:49
 #, kde-format
 msgid "Find Text"
-msgstr "Cerca el text"
+msgstr "Busca el text"
 
 #: findreplace/kfinddialog.cpp:84
 #, kde-format
 msgctxt "@title:group"
 msgid "Find"
-msgstr "Cerca"
+msgstr "Busca"
 
 #: findreplace/kfinddialog.cpp:87
 #, kde-format
 msgid " to find:"
-msgstr " a cercar:"
+msgstr " a buscar:"
 
 #: findreplace/kfinddialog.cpp:91
 #, kde-format
@@ -156,7 +156,7 @@
 #: findreplace/kfinddialog.cpp:124
 #, kde-format
 msgid "Find "
-msgstr "Cerca "
+msgstr "Busca "
 
 #: findreplace/kfinddialog.cpp:125
 #, kde-format
@@ -197,7 +197,7 @@
 #: findreplace/kfinddialog.cpp:206
 #, kde-format
 msgid "Start searching"
-msgstr "Comença la cerca"
+msgstr "Comença la busca"
 
 #: findreplace/kfinddialog.cpp:207
 #, kde-format
@@ -205,7 +205,7 @@
 "If you press the Find button, the text you entered above is "
 "searched for within the document."
 msgstr ""
-"Si premeu el botó Cerca, el text que heu introduït abans se "
+"Si premeu el botó Busca, el text que heu introduït abans se "
 "cercarà dins del document."
 
 #: findreplace/kfinddialog.cpp:213
@@ -213,13 +213,13 @@
 msgid ""
 "Enter a pattern to search for, or select a previous pattern from the list."
 msgstr ""
-"Introduïu un patró a cercar, o seleccioneu un patró anterior des de la "
+"Introduïu un patró a buscar, o seleccioneu un patró anterior des de la "
 "llista."
 
 #: findreplace/kfinddialog.cpp:216
 #, kde-format
 msgid "If 

commit ktextwidgets for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2017-03-03 17:19:58

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


Package is "ktextwidgets"

Fri Mar  3 17:19:58 2017 rev:38 rq:461463 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2017-02-03 17:46:27.862279174 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2017-03-03 17:19:59.317321473 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:33:41 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.31.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.31.0.php
+
+---

Old:

  ktextwidgets-5.30.0.tar.xz

New:

  ktextwidgets-5.31.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.sNUvty/_old  2017-03-03 17:19:59.893240012 +0100
+++ /var/tmp/diff_new_pack.sNUvty/_new  2017-03-03 17:19:59.893240012 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   ktextwidgets
-Version:5.30.0
+Version:5.31.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -36,9 +36,9 @@
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  sonnet-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.5.0
-BuildRequires:  cmake(Qt5Test) >= 5.5.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
+BuildRequires:  cmake(Qt5Core) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 Summary:KDE Text editing widgets
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -70,7 +70,7 @@
 Requires:   extra-cmake-modules
 Requires:   ki18n-devel >= %{_tar_path}
 Requires:   sonnet-devel >= %{_tar_path}
-Requires:   cmake(Qt5Widgets) >= 5.5.0
+Requires:   cmake(Qt5Widgets) >= 5.6.0
 
 %description devel
 KTextWidgets provides widgets for displaying and editing text. It supports

++ ktextwidgets-5.30.0.tar.xz -> ktextwidgets-5.31.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.30.0/CMakeLists.txt 
new/ktextwidgets-5.31.0/CMakeLists.txt
--- old/ktextwidgets-5.30.0/CMakeLists.txt  2017-01-08 22:02:24.0 
+0100
+++ new/ktextwidgets-5.31.0/CMakeLists.txt  2017-02-05 12:13:38.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.30.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.30.0") # handled by release scripts
+set(KF5_VERSION "5.31.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.30.0  NO_MODULE)
+find_package(ECM 5.31.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -28,7 +28,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.5.0)
+set(REQUIRED_QT_VERSION 5.6.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.30.0/autotests/kfindtest.cpp 
new/ktextwidgets-5.31.0/autotests/kfindtest.cpp
--- old/ktextwidgets-5.30.0/autotests/kfindtest.cpp 2017-01-08 
22:02:24.0 +0100
+++ new/ktextwidgets-5.31.0/autotests/kfindtest.cpp 2017-02-05 
12:13:38.0 +0100
@@ -29,7 +29,7 @@
 void KFindRecorder::changeText(int line, const QString )
 {
 Q_ASSERT(line < m_text.count());
-Q_ASSERT(m_find != 0);
+Q_ASSERT(m_find != nullptr);
 
 m_line = line;
 m_text[line] = text;
@@ -39,7 +39,7 @@
 void KFindRecorder::find(const QString , long options)
 {
 delete m_find;
-m_find = new KFind(pattern, options, 0);
+m_find = new KFind(pattern, options, nullptr);
 // Prevent dialogs from popping up
 m_find->closeFindNextDialog();
 
@@ -65,7 +65,7 @@
 
 bool KFindRecorder::findNext(const QString )
 {
-Q_ASSERT(m_find != 0);
+Q_ASSERT(m_find != nullptr);
 
 if (!pattern.isNull()) {
 m_find->setPattern(pattern);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ktextwidgets for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2017-01-31 12:09:31

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2016-12-17 11:13:17.446728558 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2017-02-03 17:46:27.862279174 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:43:49 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.30.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+---

Old:

  ktextwidgets-5.29.0.tar.xz

New:

  ktextwidgets-5.30.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.gbjT7W/_old  2017-02-03 17:46:28.342211242 +0100
+++ /var/tmp/diff_new_pack.gbjT7W/_new  2017-02-03 17:46:28.346210676 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktextwidgets
 #
-# 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
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   ktextwidgets
-Version:5.29.0
+Version:5.30.0
 Release:0
 %define kf5_version %{version}
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel >= %{_tar_path}

++ ktextwidgets-5.29.0.tar.xz -> ktextwidgets-5.30.0.tar.xz ++
 900561 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2016-11-17 12:37:09

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2016-10-28 12:23:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2016-11-17 12:37:10.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov  5 22:11:33 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.28.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.28.0.php
+
+---

Old:

  ktextwidgets-5.27.0.tar.xz

New:

  ktextwidgets-5.28.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.xR2dAw/_old  2016-11-17 12:37:11.0 +0100
+++ /var/tmp/diff_new_pack.xR2dAw/_new  2016-11-17 12:37:11.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   ktextwidgets
-Version:5.27.0
+Version:5.28.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ ktextwidgets-5.27.0.tar.xz -> ktextwidgets-5.28.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.27.0/CMakeLists.txt 
new/ktextwidgets-5.28.0/CMakeLists.txt
--- old/ktextwidgets-5.27.0/CMakeLists.txt  2016-10-02 12:00:09.0 
+0200
+++ new/ktextwidgets-5.28.0/CMakeLists.txt  2016-11-05 15:58:22.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.27.0  NO_MODULE)
+find_package(ECM 5.28.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.27.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.27.0") # handled by release scripts
+set(KF5_VERSION "5.28.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.28.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS




commit ktextwidgets for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2016-10-28 12:23:45

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2016-09-14 23:28:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2016-10-28 12:23:46.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  2 13:00:03 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+
+---

Old:

  ktextwidgets-5.26.0.tar.xz

New:

  ktextwidgets-5.27.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.Fv19g4/_old  2016-10-28 12:23:47.0 +0200
+++ /var/tmp/diff_new_pack.Fv19g4/_new  2016-10-28 12:23:47.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   ktextwidgets
-Version:5.26.0
+Version:5.27.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ ktextwidgets-5.26.0.tar.xz -> ktextwidgets-5.27.0.tar.xz ++
 899937 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2016-09-14 23:28:26

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2016-08-29 15:10:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2016-09-14 23:28:28.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 20:53:47 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.26.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+---

Old:

  ktextwidgets-5.25.0.tar.xz

New:

  ktextwidgets-5.26.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.UJELpw/_old  2016-09-14 23:28:29.0 +0200
+++ /var/tmp/diff_new_pack.UJELpw/_new  2016-09-14 23:28:29.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   ktextwidgets
-Version:5.25.0
+Version:5.26.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ ktextwidgets-5.25.0.tar.xz -> ktextwidgets-5.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.25.0/CMakeLists.txt 
new/ktextwidgets-5.26.0/CMakeLists.txt
--- old/ktextwidgets-5.25.0/CMakeLists.txt  2016-08-07 15:58:48.0 
+0200
+++ new/ktextwidgets-5.26.0/CMakeLists.txt  2016-09-06 14:21:52.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.25.0  NO_MODULE)
+find_package(ECM 5.26.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.26.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS




commit ktextwidgets for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2016-08-29 15:10:38

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2016-07-15 12:39:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2016-08-29 15:10:40.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug  7 21:57:05 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+---

Old:

  ktextwidgets-5.24.0.tar.xz

New:

  ktextwidgets-5.25.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.SrSoJd/_old  2016-08-29 15:10:41.0 +0200
+++ /var/tmp/diff_new_pack.SrSoJd/_new  2016-08-29 15:10:41.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   ktextwidgets
-Version:5.24.0
+Version:5.25.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -36,9 +36,9 @@
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  sonnet-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5Core) >= 5.5.0
+BuildRequires:  cmake(Qt5Test) >= 5.5.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
 Summary:KDE Text editing widgets
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -70,7 +70,7 @@
 Requires:   extra-cmake-modules
 Requires:   ki18n-devel >= %{_tar_path}
 Requires:   sonnet-devel >= %{_tar_path}
-Requires:   cmake(Qt5Widgets) >= 5.4.0
+Requires:   cmake(Qt5Widgets) >= 5.5.0
 
 %description devel
 KTextWidgets provides widgets for displaying and editing text. It supports

++ ktextwidgets-5.24.0.tar.xz -> ktextwidgets-5.25.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.24.0/CMakeLists.txt 
new/ktextwidgets-5.25.0/CMakeLists.txt
--- old/ktextwidgets-5.24.0/CMakeLists.txt  2016-07-03 11:25:10.0 
+0200
+++ new/ktextwidgets-5.25.0/CMakeLists.txt  2016-08-07 15:58:48.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.24.0  NO_MODULE)
+find_package(ECM 5.25.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.24.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
+set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
@@ -29,7 +29,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.4.0)
+set(REQUIRED_QT_VERSION 5.5.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 




commit ktextwidgets for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2016-07-15 12:39:53

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2016-07-03 12:25:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2016-07-15 12:39:56.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:06:24 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.24.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.24.0.php
+
+---

Old:

  ktextwidgets-5.23.0.tar.xz

New:

  ktextwidgets-5.24.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.hR6McZ/_old  2016-07-15 12:39:57.0 +0200
+++ /var/tmp/diff_new_pack.hR6McZ/_new  2016-07-15 12:39:57.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   ktextwidgets
-Version:5.23.0
+Version:5.24.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ ktextwidgets-5.23.0.tar.xz -> ktextwidgets-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.23.0/CMakeLists.txt 
new/ktextwidgets-5.24.0/CMakeLists.txt
--- old/ktextwidgets-5.23.0/CMakeLists.txt  2016-06-06 13:47:43.0 
+0200
+++ new/ktextwidgets-5.24.0/CMakeLists.txt  2016-07-03 11:25:10.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.23.0  NO_MODULE)
+find_package(ECM 5.24.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.23.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.23.0/metainfo.yaml 
new/ktextwidgets-5.24.0/metainfo.yaml
--- old/ktextwidgets-5.23.0/metainfo.yaml   2016-06-06 13:47:43.0 
+0200
+++ new/ktextwidgets-5.24.0/metainfo.yaml   2016-07-03 11:25:10.0 
+0200
@@ -3,7 +3,9 @@
 tier: 3
 type: functional
 platforms:
-- name: All
+- name: Linux
+- name: Windows
+- name: MacOSX
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.23.0/po/he/ktextwidgets5.po 
new/ktextwidgets-5.24.0/po/he/ktextwidgets5.po
--- old/ktextwidgets-5.23.0/po/he/ktextwidgets5.po  2016-06-06 
13:47:43.0 +0200
+++ new/ktextwidgets-5.24.0/po/he/ktextwidgets5.po  2016-07-03 
11:25:10.0 +0200
@@ -16,19 +16,20 @@
 # Diego Iastrubni , 2005, 2006, 2007, 2008, 2009, 2012, 2014.
 # Meni Livne , 2007.
 # tahmar1900 , 2008, 2009.
+# Elkana Bardugo , 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-11-18 07:43+\n"
-"PO-Revision-Date: 2014-01-10 17:20+0200\n"
-"Last-Translator: Diego Iastrubni \n"
+"PO-Revision-Date: 2016-06-29 14:02+0200\n"
+"Last-Translator: Elkana Bardugo \n"
 "Language-Team: Hebrew \n"
 "Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: dialogs/klinkdialog.cpp:52
@@ -589,10 +590,8 @@
 msgstr "בדיקת איות..."
 
 #: widgets/ktextedit.cpp:571
-#, fuzzy
-#| msgid "Spell Checking"
 msgid "Spell Checking Language"
-msgstr "בדיקת איות"
+msgstr "שפת בדיקת איות"
 
 #: widgets/ktextedit.cpp:594
 msgid "Auto Spell Check"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.23.0/po/it/ktextwidgets5.po 
new/ktextwidgets-5.24.0/po/it/ktextwidgets5.po

commit ktextwidgets for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2016-07-03 12:25:11

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2016-05-19 12:09:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2016-07-03 12:25:13.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 21:27:49 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+---

Old:

  ktextwidgets-5.22.0.tar.xz

New:

  ktextwidgets-5.23.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.EsWQCx/_old  2016-07-03 12:25:14.0 +0200
+++ /var/tmp/diff_new_pack.EsWQCx/_new  2016-07-03 12:25:14.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   ktextwidgets
-Version:5.22.0
+Version:5.23.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ ktextwidgets-5.22.0.tar.xz -> ktextwidgets-5.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.22.0/CMakeLists.txt 
new/ktextwidgets-5.23.0/CMakeLists.txt
--- old/ktextwidgets-5.22.0/CMakeLists.txt  2016-05-07 17:24:36.0 
+0200
+++ new/ktextwidgets-5.23.0/CMakeLists.txt  2016-06-06 13:47:43.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.22.0  NO_MODULE)
+find_package(ECM 5.23.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.22.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.22.0/metainfo.yaml 
new/ktextwidgets-5.23.0/metainfo.yaml
--- old/ktextwidgets-5.22.0/metainfo.yaml   2016-05-07 17:24:36.0 
+0200
+++ new/ktextwidgets-5.23.0/metainfo.yaml   2016-06-06 13:47:43.0 
+0200
@@ -11,3 +11,7 @@
  - qmake: KTextWidgets
cmake: "KF5::TextWidgets"
 cmakename: KF5TextWidgets
+
+public_lib: true
+group: Frameworks
+subgroup: Tier 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.22.0/po/gd/ktextwidgets5.po 
new/ktextwidgets-5.23.0/po/gd/ktextwidgets5.po
--- old/ktextwidgets-5.22.0/po/gd/ktextwidgets5.po  2016-05-07 
17:24:36.0 +0200
+++ new/ktextwidgets-5.23.0/po/gd/ktextwidgets5.po  2016-06-06 
13:47:43.0 +0200
@@ -1,14 +1,14 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# GunChleoc , 2014, 2015.
+# GunChleoc , 2014, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: ktextwidgets5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-11-18 07:43+\n"
-"PO-Revision-Date: 2015-11-04 15:15+\n"
-"Last-Translator: Michael Bauer \n"
+"PO-Revision-Date: 2016-04-29 19:48+0100\n"
+"Last-Translator: GunChleoc \n"
 "Language-Team: Fòram na Gàidhlig\n"
 "Language: gd\n"
 "MIME-Version: 1.0\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "
 "(n > 2 && n < 20) ? 2 : 3;\n"
-"X-Generator: Poedit 1.8.4\n"
+"X-Generator: Virtaal 0.7.1\n"
 "X-Project-Style: kde\n"
 
 #: dialogs/klinkdialog.cpp:52
@@ -595,7 +595,7 @@
 
 #: widgets/ktextedit.cpp:571
 msgid "Spell Checking Language"
-msgstr ""
+msgstr "Cànan an dearbhaidh"
 
 #: widgets/ktextedit.cpp:594
 msgid "Auto Spell Check"




commit ktextwidgets for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2016-05-19 12:09:42

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2016-04-12 19:26:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2016-05-19 12:09:43.0 +0200
@@ -1,0 +2,7 @@
+Sat May  7 18:33:58 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.22.0 (boo#980066)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.22.0.php
+
+---

Old:

  ktextwidgets-5.21.0.tar.xz

New:

  ktextwidgets-5.22.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.TGQcnw/_old  2016-05-19 12:09:43.0 +0200
+++ /var/tmp/diff_new_pack.TGQcnw/_new  2016-05-19 12:09:43.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   ktextwidgets
-Version:5.21.0
+Version:5.22.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ ktextwidgets-5.21.0.tar.xz -> ktextwidgets-5.22.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.21.0/CMakeLists.txt 
new/ktextwidgets-5.22.0/CMakeLists.txt
--- old/ktextwidgets-5.21.0/CMakeLists.txt  2016-04-03 23:03:50.0 
+0200
+++ new/ktextwidgets-5.22.0/CMakeLists.txt  2016-05-07 17:24:36.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.21.0  NO_MODULE)
+find_package(ECM 5.22.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.21.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
+set(KF5_VERSION "5.22.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.21.0/po/nn/ktextwidgets5.po 
new/ktextwidgets-5.22.0/po/nn/ktextwidgets5.po
--- old/ktextwidgets-5.21.0/po/nn/ktextwidgets5.po  2016-04-03 
23:03:50.0 +0200
+++ new/ktextwidgets-5.22.0/po/nn/ktextwidgets5.po  2016-05-07 
17:24:36.0 +0200
@@ -2,21 +2,21 @@
 #
 # Gaute Hvoslef Kvalnes , 2003, 2004, 2005, 2006.
 # Håvard Korsvoll , 2003, 2005.
-# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014.
+# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2016.
 # Eirik U. Birkeland , 2008, 2009, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-11-18 07:43+\n"
-"PO-Revision-Date: 2014-10-05 09:59+0200\n"
+"PO-Revision-Date: 2016-04-24 21:18+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -584,7 +584,7 @@
 
 #: widgets/ktextedit.cpp:571
 msgid "Spell Checking Language"
-msgstr ""
+msgstr "Språk for stavekontroll"
 
 #: widgets/ktextedit.cpp:594
 msgid "Auto Spell Check"




commit ktextwidgets for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2016-04-12 19:26:50

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2016-03-16 10:31:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2016-04-12 19:26:52.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:22:29 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  ktextwidgets-5.20.0.tar.xz

New:

  ktextwidgets-5.21.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.VIaPW2/_old  2016-04-12 19:26:53.0 +0200
+++ /var/tmp/diff_new_pack.VIaPW2/_new  2016-04-12 19:26:53.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   ktextwidgets
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -36,9 +36,9 @@
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  sonnet-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 Summary:KDE Text editing widgets
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -70,7 +70,7 @@
 Requires:   extra-cmake-modules
 Requires:   ki18n-devel >= %{_tar_path}
 Requires:   sonnet-devel >= %{_tar_path}
-Requires:   cmake(Qt5Widgets) >= 5.3.0
+Requires:   cmake(Qt5Widgets) >= 5.4.0
 
 %description devel
 KTextWidgets provides widgets for displaying and editing text. It supports

++ ktextwidgets-5.20.0.tar.xz -> ktextwidgets-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.20.0/CMakeLists.txt 
new/ktextwidgets-5.21.0/CMakeLists.txt
--- old/ktextwidgets-5.20.0/CMakeLists.txt  2016-03-05 20:09:37.0 
+0100
+++ new/ktextwidgets-5.21.0/CMakeLists.txt  2016-04-03 23:03:50.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
@@ -29,7 +29,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 




commit ktextwidgets for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2016-03-16 10:31:53

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2016-02-24 18:57:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2016-03-16 10:31:55.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar  6 10:02:15 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+---

Old:

  ktextwidgets-5.19.0.tar.xz

New:

  ktextwidgets-5.20.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.9gvWUa/_old  2016-03-16 10:31:55.0 +0100
+++ /var/tmp/diff_new_pack.9gvWUa/_new  2016-03-16 10:31:55.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   ktextwidgets
-Version:5.19.0
+Version:5.20.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ ktextwidgets-5.19.0.tar.xz -> ktextwidgets-5.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.19.0/CMakeLists.txt 
new/ktextwidgets-5.20.0/CMakeLists.txt
--- old/ktextwidgets-5.19.0/CMakeLists.txt  2016-02-06 14:57:47.0 
+0100
+++ new/ktextwidgets-5.20.0/CMakeLists.txt  2016-03-05 20:09:37.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.19.0  NO_MODULE)
+find_package(ECM 5.20.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.19.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
+set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.19.0/po/ast/ktextwidgets5.po 
new/ktextwidgets-5.20.0/po/ast/ktextwidgets5.po
--- old/ktextwidgets-5.19.0/po/ast/ktextwidgets5.po 2016-02-06 
14:57:47.0 +0100
+++ new/ktextwidgets-5.20.0/po/ast/ktextwidgets5.po 2016-03-05 
20:09:37.0 +0100
@@ -7,8 +7,8 @@
 "Project-Id-Version: kdelibs4-1\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-11-18 07:43+\n"
-"PO-Revision-Date: 2016-02-05 03:20+0100\n"
-"Last-Translator: enolp \n"
+"PO-Revision-Date: 2016-02-07 16:27+0100\n"
+"Last-Translator: enolp \n"
 "Language-Team: Asturian <>\n"
 "Language: ast_ES\n"
 "MIME-Version: 1.0\n"
@@ -269,7 +269,6 @@
 msgstr "Opcional"
 
 #: findreplace/kfinddialog.cpp:461
-#, fuzzy
 msgid "Escape"
 msgstr "Escape"
 
@@ -302,14 +301,13 @@
 msgstr "Coincidencia completa"
 
 #: findreplace/kfinddialog.cpp:573
-#, fuzzy, kde-format
+#, kde-format
 msgid "Captured Text (%1)"
 msgstr "Testu capturáu (%1)"
 
 #: findreplace/kfinddialog.cpp:581
-#, fuzzy
 msgid "You must enter some text to search for."
-msgstr "Debes escribir dalgún testu a guetar."
+msgstr "Tienes d'introducir daqué de testu pol que guetar."
 
 #: findreplace/kfinddialog.cpp:590
 #, fuzzy
@@ -317,7 +315,6 @@
 msgstr "Espresión regular incorreuta."
 
 #: findreplace/kreplace.cpp:59 findreplace/kreplace.cpp:71
-#, fuzzy
 msgid "Replace"
 msgstr "Trocar"
 
@@ -343,8 +340,8 @@
 #, kde-format
 msgid "1 replacement done."
 msgid_plural "%1 replacements done."
-msgstr[0] ""
-msgstr[1] "ficiéronse %1 troques."
+msgstr[0] "fíxose un troquéu."
+msgstr[1] "fixéronse %1 troqueos."
 
 #: findreplace/kreplace.cpp:397
 msgid "Do you want to restart search from the end?"
@@ -355,19 +352,17 @@
 msgstr "¿Quies reaniciar la gueta dende l'entamu?"
 
 #: findreplace/kreplace.cpp:401
-#, fuzzy
 msgctxt "@action:button Restart find & replace"
 msgid "Restart"
 msgstr "Reaniciar"
 
 #: findreplace/kreplace.cpp:402
-#, fuzzy
 msgctxt "@action:button Stop find & replace"
 msgid "Stop"
-msgstr "Detener"
+msgstr "Parar"
 
 #: findreplace/kreplacedialog.cpp:151

commit ktextwidgets for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2016-02-24 18:57:12

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2016-01-20 09:48:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2016-02-24 18:57:15.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb  6 18:07:15 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  ktextwidgets-5.18.0.tar.xz

New:

  ktextwidgets-5.19.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.PU62BL/_old  2016-02-24 18:57:15.0 +0100
+++ /var/tmp/diff_new_pack.PU62BL/_new  2016-02-24 18:57:15.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   ktextwidgets
-Version:5.18.0
+Version:5.19.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ ktextwidgets-5.18.0.tar.xz -> ktextwidgets-5.19.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.18.0/CMakeLists.txt 
new/ktextwidgets-5.19.0/CMakeLists.txt
--- old/ktextwidgets-5.18.0/CMakeLists.txt  2016-01-02 17:51:02.0 
+0100
+++ new/ktextwidgets-5.19.0/CMakeLists.txt  2016-02-06 14:57:47.0 
+0100
@@ -4,14 +4,14 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.18.0  NO_MODULE)
+find_package(ECM 5.19.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
 include(GenerateExportHeader)
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.18.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
+set(KF5_VERSION "5.19.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.18.0/po/ast/ktextwidgets5.po 
new/ktextwidgets-5.19.0/po/ast/ktextwidgets5.po
--- old/ktextwidgets-5.18.0/po/ast/ktextwidgets5.po 2016-01-02 
17:51:02.0 +0100
+++ new/ktextwidgets-5.19.0/po/ast/ktextwidgets5.po 2016-02-06 
14:57:47.0 +0100
@@ -1,15 +1,15 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# enolp , 2015.
+# enolp , 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4-1\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-11-18 07:43+\n"
-"PO-Revision-Date: 2015-07-11 16:24+0100\n"
-"Last-Translator: enolp \n"
-"Language-Team: Asturian \n"
+"PO-Revision-Date: 2016-02-05 03:20+0100\n"
+"Last-Translator: enolp \n"
+"Language-Team: Asturian <>\n"
 "Language: ast_ES\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -102,14 +102,12 @@
 msgstr "Troéu de testu:"
 
 #: findreplace/kfinddialog.cpp:108
-#, fuzzy
 msgid "Use p"
-msgstr "U contenedores"
+msgstr "U espacios acutaos"
 
 #: findreplace/kfinddialog.cpp:109
-#, fuzzy
 msgid "Insert Place"
-msgstr "Inxertar contend"
+msgstr "Inxertar espacios acu"
 
 #: findreplace/kfinddialog.cpp:118
 msgid "Options"
@@ -128,7 +126,6 @@
 msgstr "Dende'l c"
 
 #: findreplace/kfinddialog.cpp:124
-#, fuzzy
 msgid "Find "
 msgstr "Guetar  atrás"
 
@@ -164,7 +161,6 @@
 msgstr ""
 
 #: findreplace/kfinddialog.cpp:206
-#, fuzzy
 msgid "Start searching"
 msgstr "Aniciar gueta"
 
@@ -203,9 +199,8 @@
 msgstr ""
 
 #: findreplace/kfinddialog.cpp:229
-#, fuzzy
 msgid "Click for a menu of available captures."
-msgstr "Calcar pa ver un menú de captures disponibles."
+msgstr "Calcar pa un menú de captures 

commit ktextwidgets for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2016-01-20 09:48:14

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2015-12-29 12:54:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2016-01-20 09:48:16.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  2 17:45:25 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  ktextwidgets-5.17.0.tar.xz

New:

  ktextwidgets-5.18.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.y64nam/_old  2016-01-20 09:48:17.0 +0100
+++ /var/tmp/diff_new_pack.y64nam/_new  2016-01-20 09:48:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktextwidgets
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   ktextwidgets
-Version:5.17.0
+Version:5.18.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ ktextwidgets-5.17.0.tar.xz -> ktextwidgets-5.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.17.0/CMakeLists.txt 
new/ktextwidgets-5.18.0/CMakeLists.txt
--- old/ktextwidgets-5.17.0/CMakeLists.txt  2015-12-06 22:39:32.0 
+0100
+++ new/ktextwidgets-5.18.0/CMakeLists.txt  2016-01-02 17:51:02.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.17.0  NO_MODULE)
+find_package(ECM 5.18.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.17.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.17.0") # handled by release scripts
+set(KF5_VERSION "5.18.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.17.0/po/ro/ktextwidgets5.po 
new/ktextwidgets-5.18.0/po/ro/ktextwidgets5.po
--- old/ktextwidgets-5.17.0/po/ro/ktextwidgets5.po  2015-12-06 
22:39:32.0 +0100
+++ new/ktextwidgets-5.18.0/po/ro/ktextwidgets5.po  2016-01-02 
17:51:02.0 +0100
@@ -64,11 +64,11 @@
 
 #: findreplace/kfind.cpp:651 findreplace/kreplace.cpp:389
 msgid "End of document reached."
-msgstr "Am ajuns la sfîrșitul documentului."
+msgstr "Am ajuns la sfârșitul documentului."
 
 #: findreplace/kfind.cpp:659
 msgid "Continue from the end?"
-msgstr "Continuați de la sfîrșit?"
+msgstr "Continuați de la sfârșit?"
 
 #: findreplace/kfind.cpp:660
 msgid "Continue from the beginning?"
@@ -204,7 +204,7 @@
 "N este un număr întreg, va fi înlocuită cu captura "
 "corespunzătoare (\"subșir text dintre paranteze\") din șablon.Pentru a "
 "introduce literalmente textul \\N în textul înlocuitor, "
-"mai adăugați o bară oblică stînga în fața secvenței, de exemplu \\"
+"mai adăugați o bară oblică stânga în fața secvenței, de exemplu \\"
 "\\N."
 
 #: findreplace/kfinddialog.cpp:229
@@ -214,7 +214,7 @@
 #: findreplace/kfinddialog.cpp:231
 msgid "Require word boundaries in both ends of a match to succeed."
 msgstr ""
-"Pentru a face potrivirea funcțională, sînt necesare margini de cuvînt la "
+"Pentru a face potrivirea funcțională, sunt necesare margini de cuvânt la "
 "ambele capete."
 
 #: findreplace/kfinddialog.cpp:233
@@ -251,7 +251,7 @@
 
 #: findreplace/kfinddialog.cpp:456
 msgid "End of Line"
-msgstr "Sfîrșitul liniei"
+msgstr "Sfârșitul liniei"
 
 #: findreplace/kfinddialog.cpp:457
 msgid "Set of Characters"
@@ -342,7 +342,7 @@
 
 #: findreplace/kreplace.cpp:397
 msgid "Do you want to restart search from the end?"
-msgstr "Doriți să repornesc căutarea de la sfîrșit?"

commit ktextwidgets for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-12-29 12:54:44

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2015-11-24 22:25:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-12-29 12:54:46.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 10 23:09:57 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.17.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.17.0.php
+
+---

Old:

  ktextwidgets-5.16.0.tar.xz

New:

  ktextwidgets-5.17.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.t2Yup9/_old  2015-12-29 12:54:47.0 +0100
+++ /var/tmp/diff_new_pack.t2Yup9/_new  2015-12-29 12:54:47.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   ktextwidgets
-Version:5.16.0
+Version:5.17.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ ktextwidgets-5.16.0.tar.xz -> ktextwidgets-5.17.0.tar.xz ++
 4330 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-11-24 22:25:11

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2015-10-19 22:28:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-11-24 22:25:12.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov  8 17:04:24 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * Add a new submenu to KTextEdit to switch between
+spell-checking languages
+  * Fix loading Sonnet default settings
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  ktextwidgets-5.15.0.tar.xz

New:

  ktextwidgets-5.16.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.VdiilH/_old  2015-11-24 22:25:12.0 +0100
+++ /var/tmp/diff_new_pack.VdiilH/_new  2015-11-24 22:25:12.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   ktextwidgets
-Version:5.15.0
+Version:5.16.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ ktextwidgets-5.15.0.tar.xz -> ktextwidgets-5.16.0.tar.xz ++
 6101 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-09-24 07:13:59

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2015-09-02 07:48:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-09-24 07:14:00.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 17:13:32 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+---

Old:

  ktextwidgets-5.13.0.tar.xz

New:

  ktextwidgets-5.14.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.UqYC8M/_old  2015-09-24 07:14:01.0 +0200
+++ /var/tmp/diff_new_pack.UqYC8M/_new  2015-09-24 07:14:01.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   ktextwidgets
-Version:5.13.0
+Version:5.14.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ ktextwidgets-5.13.0.tar.xz -> ktextwidgets-5.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.13.0/CMakeLists.txt 
new/ktextwidgets-5.14.0/CMakeLists.txt
--- old/ktextwidgets-5.13.0/CMakeLists.txt  2015-08-04 13:42:26.0 
+0200
+++ new/ktextwidgets-5.14.0/CMakeLists.txt  2015-09-05 11:15:27.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.13.0  NO_MODULE)
+find_package(ECM 5.14.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.13.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
+set(KF5_VERSION "5.14.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS




commit ktextwidgets for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-09-02 07:48:22

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2015-07-14 17:29:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-09-02 07:48:24.0 +0200
@@ -1,0 +2,12 @@
+Tue Aug  4 19:20:45 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+noise by default
+  * Docbook documentation has been reviewed and updated
+  * Delete old highlighter
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+---

Old:

  ktextwidgets-5.12.0.tar.xz

New:

  ktextwidgets-5.13.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.uZfie6/_old  2015-09-02 07:48:24.0 +0200
+++ /var/tmp/diff_new_pack.uZfie6/_new  2015-09-02 07:48:24.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   ktextwidgets
-Version:5.12.0
+Version:5.13.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -36,9 +36,9 @@
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  sonnet-devel >= %{_tar_path}
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
 Summary:KDE Text editing widgets
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -70,7 +70,7 @@
 Requires:   extra-cmake-modules
 Requires:   ki18n-devel >= %{_tar_path}
 Requires:   sonnet-devel >= %{_tar_path}
-Requires:   pkgconfig(Qt5Widgets) >= 5.2.0
+Requires:   cmake(Qt5Widgets) >= 5.3.0
 
 %description devel
 KTextWidgets provides widgets for displaying and editing text. It supports

++ ktextwidgets-5.12.0.tar.xz -> ktextwidgets-5.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.12.0/CMakeLists.txt 
new/ktextwidgets-5.13.0/CMakeLists.txt
--- old/ktextwidgets-5.12.0/CMakeLists.txt  2015-07-05 11:14:06.0 
+0200
+++ new/ktextwidgets-5.13.0/CMakeLists.txt  2015-08-04 13:42:26.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.12.0  NO_MODULE)
+find_package(ECM 5.13.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
@@ -29,7 +29,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.12.0/po/ast/ktextwidgets5.po 
new/ktextwidgets-5.13.0/po/ast/ktextwidgets5.po
--- old/ktextwidgets-5.12.0/po/ast/ktextwidgets5.po 2015-07-05 
11:14:06.0 +0200
+++ new/ktextwidgets-5.13.0/po/ast/ktextwidgets5.po 2015-08-04 
13:42:26.0 +0200
@@ -7,8 +7,8 @@
 "Project-Id-Version: kdelibs4-1\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-06-10 09:04+\n"
-"PO-Revision-Date: 2015-06-30 20:48+0100\n"
-"Last-Translator: Enol P. \n"
+"PO-Revision-Date: 2015-07-11 16:24+0100\n"
+"Last-Translator: enolp \n"
 "Language-Team: Asturian \n"
 "Language: ast_ES\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ktextwidgets for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-07-14 17:29:31

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2015-06-23 12:12:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-07-14 17:29:32.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul  5 18:45:25 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * Fix enable/disable ok button
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  ktextwidgets-5.11.0.tar.xz

New:

  ktextwidgets-5.12.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.POIPYt/_old  2015-07-14 17:29:33.0 +0200
+++ /var/tmp/diff_new_pack.POIPYt/_new  2015-07-14 17:29:33.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   ktextwidgets
-Version:5.11.0
+Version:5.12.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
@@ -37,7 +37,6 @@
 BuildRequires:  kwindowsystem-devel = %{_tar_path}
 BuildRequires:  sonnet-devel = %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 Summary:KDE Text editing widgets

++ ktextwidgets-5.11.0.tar.xz - ktextwidgets-5.12.0.tar.xz ++
 4438 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-06-23 12:11:59

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2015-05-11 19:47:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-06-23 12:12:01.0 +0200
@@ -1,0 +2,11 @@
+Sun Jun  7 19:07:55 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.11.0
+  * Add a method to clear decorator
+  * Allow to use custom sonnet decorator
+  * Implement find previous in KTextEdit.
+  * Re-add support for speech-to-text
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.11.0.php
+
+---

Old:

  ktextwidgets-5.10.0.tar.xz

New:

  ktextwidgets-5.11.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.MCJEIv/_old  2015-06-23 12:12:01.0 +0200
+++ /var/tmp/diff_new_pack.MCJEIv/_new  2015-06-23 12:12:01.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   ktextwidgets
-Version:5.10.0
+Version:5.11.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ ktextwidgets-5.10.0.tar.xz - ktextwidgets-5.11.0.tar.xz ++
 5525 lines of diff (skipped)




commit ktextwidgets for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-05-11 19:35:22

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2015-04-13 20:24:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-05-11 19:47:54.0 +0200
@@ -1,0 +2,7 @@
+Sun May  3 19:45:28 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+---

Old:

  ktextwidgets-5.9.0.tar.xz

New:

  ktextwidgets-5.10.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.bCfj6L/_old  2015-05-11 19:47:54.0 +0200
+++ /var/tmp/diff_new_pack.bCfj6L/_new  2015-05-11 19:47:54.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   ktextwidgets
-Version:5.9.0
+Version:5.10.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ ktextwidgets-5.9.0.tar.xz - ktextwidgets-5.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.9.0/CMakeLists.txt 
new/ktextwidgets-5.10.0/CMakeLists.txt
--- old/ktextwidgets-5.9.0/CMakeLists.txt   2015-04-04 14:13:12.0 
+0200
+++ new/ktextwidgets-5.10.0/CMakeLists.txt  2015-05-03 17:24:05.0 
+0200
@@ -3,7 +3,7 @@
 project(KTextWidgets)
 
 # ECM setup
-find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+find_package(ECM 5.10.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,8 +15,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 5.9.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.9.0) # handled by release scripts
+set(KF5_VERSION 5.10.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.10.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.9.0/po/ast/ktextwidgets5.po 
new/ktextwidgets-5.10.0/po/ast/ktextwidgets5.po
--- old/ktextwidgets-5.9.0/po/ast/ktextwidgets5.po  2015-04-04 
14:13:12.0 +0200
+++ new/ktextwidgets-5.10.0/po/ast/ktextwidgets5.po 2015-05-03 
17:24:05.0 +0200
@@ -1,151 +1,178 @@
-# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR EMAIL@ADDRESS, YEAR.
 #
+# enolp en...@softastur.org, 2015.
 msgid 
 msgstr 
 Project-Id-Version: kdelibs4-1\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-10-08 07:50+\n
-PO-Revision-Date: 2012-12-28 17:14+0100\n
-Last-Translator: ivarela ivar...@ubuntu.com\n
-Language-Team: asturian kde-i18n-...@kde.org\n
-Language: \n
+PO-Revision-Date: 2015-04-06 15:11+0100\n
+Last-Translator: enolp en...@softastur.org\n
+Language-Team: Asturian kde-i18n-...@kde.org\n
+Language: ast_ES\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
 X-Poedit-Language: asturian\n
+X-Generator: Lokalize 2.0\n
 
 #: dialogs/klinkdialog.cpp:52
+#, fuzzy
 msgid Manage Link
 msgstr Xestionar enllaz
 
 #: dialogs/klinkdialog.cpp:60
+#, fuzzy
 msgid Link Text:
 msgstr Testu del enllaz:
 
 #: dialogs/klinkdialog.cpp:63
+#, fuzzy
 msgid Link URL:
 msgstr URL del enllaz:
 
 #: findreplace/kfind.cpp:60
+#, fuzzy
 msgid Find Next
 msgstr Guetar siguiente
 
 #: findreplace/kfind.cpp:65
-#, kde-format
+#, fuzzy, kde-format
 msgid qtFind next occurrence of 'b%1/b'?/qt
 msgstr qtAlcontrar la siguiente coincidencia con 'b%1/b'?/qt
 
 #: findreplace/kfind.cpp:624 findreplace/kfind.cpp:643
-#, kde-format
+#, fuzzy, kde-format
 msgid 1 match found.
 msgid_plural %1 matches found.
 msgstr[0] 1 coincidencia alcontrada.
 msgstr[1] %1 coincidencies alcontraes.
 
 #: findreplace/kfind.cpp:626
-#, kde-format
+#, fuzzy, kde-format
 msgid qtNo matches found for 'b%1/b'./qt
 msgstr qtNun s'alcontraron coincidencies pa 'b%1/b'./qt
 
 #: findreplace/kfind.cpp:645
-#, kde-format
+#, fuzzy, kde-format
 msgid No matches found for 'b%1/b'.
 msgstr Nun s'alcontraron coincidencies pa 'b%1/b'.
 
 #: findreplace/kfind.cpp:649 

commit ktextwidgets for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-04-13 20:24:40

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2015-03-16 09:30:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-04-13 20:24:41.0 +0200
@@ -1,0 +2,10 @@
+Sat Apr  4 14:40:42 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Drop no longer needed Requires of the devel subpackage:
+  kcompletion-devel, kconfigwidgets-devel, kiconthemes-devel,
+  kservice-devel and kwindowsystem-devel
+
+---

Old:

  ktextwidgets-5.8.0.tar.xz

New:

  ktextwidgets-5.9.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.kMww2Y/_old  2015-04-13 20:24:42.0 +0200
+++ /var/tmp/diff_new_pack.kMww2Y/_new  2015-04-13 20:24:42.0 +0200
@@ -16,25 +16,26 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:   ktextwidgets
-Version:%{_tar_path}.0
+Version:5.9.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.8.0
+BuildRequires:  extra-cmake-modules = %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kcompletion-devel = %{kf5_version}
-BuildRequires:  kconfig-devel = %{kf5_version}
-BuildRequires:  kconfigwidgets-devel = %{kf5_version}
+BuildRequires:  kcompletion-devel = %{_tar_path}
+BuildRequires:  kconfig-devel = %{_tar_path}
+BuildRequires:  kconfigwidgets-devel = %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel = %{kf5_version}
-BuildRequires:  kiconthemes-devel = %{kf5_version}
-BuildRequires:  kservice-devel = %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel = %{kf5_version}
-BuildRequires:  kwindowsystem-devel = %{kf5_version}
-BuildRequires:  sonnet-devel = %{kf5_version}
+BuildRequires:  ki18n-devel = %{_tar_path}
+BuildRequires:  kiconthemes-devel = %{_tar_path}
+BuildRequires:  kservice-devel = %{_tar_path}
+BuildRequires:  kwidgetsaddons-devel = %{_tar_path}
+BuildRequires:  kwindowsystem-devel = %{_tar_path}
+BuildRequires:  sonnet-devel = %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -55,7 +56,9 @@
 Summary:KDE Text editing widgets
 Group:  System/GUI/KDE
 Obsoletes:  libKF5TextWidgets4
+%if %{with lang}
 Recommends: %lname-lang = %{version}
+%endif
 
 %description -n %lname
 KTextWidgets provides widgets for displaying and editing text. It supports
@@ -66,13 +69,8 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   kcompletion-devel = %{kf5_version}
-Requires:   kconfigwidgets-devel = %{kf5_version}
-Requires:   ki18n-devel = %{kf5_version}
-Requires:   kiconthemes-devel = %{kf5_version}
-Requires:   kservice-devel = %{kf5_version}
-Requires:   kwindowsystem-devel = %{kf5_version}
-Requires:   sonnet-devel = %{kf5_version}
+Requires:   ki18n-devel = %{_tar_path}
+Requires:   sonnet-devel = %{_tar_path}
 Requires:   pkgconfig(Qt5Widgets) = 5.2.0
 
 %description devel
@@ -89,15 +87,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5
+%if %{with lang}
+%find_lang %{name}5
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++ ktextwidgets-5.8.0.tar.xz - ktextwidgets-5.9.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.8.0/CMakeLists.txt 
new/ktextwidgets-5.9.0/CMakeLists.txt
--- old/ktextwidgets-5.8.0/CMakeLists.txt   2015-03-07 15:50:55.0 
+0100
+++ new/ktextwidgets-5.9.0/CMakeLists.txt   2015-04-04 14:13:12.0 
+0200
@@ -3,7 +3,7 @@
 project(KTextWidgets)
 
 # ECM setup
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,8 +15,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 

commit ktextwidgets for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-03-16 09:30:14

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2015-02-16 17:32:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-03-16 09:30:15.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar  7 16:58:43 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---

Old:

  ktextwidgets-5.7.0.tar.xz

New:

  ktextwidgets-5.8.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.mCOqCR/_old  2015-03-16 09:30:16.0 +0100
+++ /var/tmp/diff_new_pack.mCOqCR/_new  2015-03-16 09:30:16.0 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:   ktextwidgets
 Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.7.0
+BuildRequires:  extra-cmake-modules = 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ ktextwidgets-5.7.0.tar.xz - ktextwidgets-5.8.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.7.0/CMakeLists.txt 
new/ktextwidgets-5.8.0/CMakeLists.txt
--- old/ktextwidgets-5.7.0/CMakeLists.txt   2015-02-08 16:25:31.0 
+0100
+++ new/ktextwidgets-5.8.0/CMakeLists.txt   2015-03-07 15:50:55.0 
+0100
@@ -3,7 +3,7 @@
 project(KTextWidgets)
 
 # ECM setup
-find_package(ECM 1.7.0 REQUIRED NO_MODULE)
+find_package(ECM 1.8.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,8 +15,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 5.7.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
+set(KF5_VERSION 5.8.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.8.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.7.0/src/findreplace/kfinddialog.h 
new/ktextwidgets-5.8.0/src/findreplace/kfinddialog.h
--- old/ktextwidgets-5.7.0/src/findreplace/kfinddialog.h2015-02-08 
16:25:31.0 +0100
+++ new/ktextwidgets-5.8.0/src/findreplace/kfinddialog.h2015-03-07 
15:50:55.0 +0100
@@ -212,7 +212,7 @@
 void cancelClicked();
 
 protected:
-virtual void showEvent(QShowEvent *) Q_DECL_OVERRIDE;
+void showEvent(QShowEvent *) Q_DECL_OVERRIDE;
 
 private:
 friend class KReplaceDialog;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.7.0/src/findreplace/kreplace.h 
new/ktextwidgets-5.8.0/src/findreplace/kreplace.h
--- old/ktextwidgets-5.7.0/src/findreplace/kreplace.h   2015-02-08 
16:25:31.0 +0100
+++ new/ktextwidgets-5.8.0/src/findreplace/kreplace.h   2015-03-07 
15:50:55.0 +0100
@@ -129,7 +129,7 @@
  * Can be useful if reusing the same KReplace for different operations,
  * or when restarting from the beginning of the document.
  */
-virtual void resetCounts() Q_DECL_OVERRIDE;
+void resetCounts() Q_DECL_OVERRIDE;
 
 /**
  * Walk the text fragment (e.g. kwrite line, kspread cell) looking for 
matches.
@@ -188,13 +188,13 @@
  * and we could even be hitting the beginning of the document (so not all
  * matches have even been seen).
  */
-virtual bool shouldRestart(bool forceAsking = false, bool showNumMatches = 
true) const;
+bool shouldRestart(bool forceAsking = false, bool showNumMatches = true) 
const Q_DECL_OVERRIDE;
 
 /**
  * Displays the final dialog telling the user how many replacements were 
made.
  * Call either this or shouldRestart().
  */
-virtual void displayFinalDialog() const;
+void displayFinalDialog() const Q_DECL_OVERRIDE;
 
 Q_SIGNALS:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.7.0/src/findreplace/kreplacedialog.h 
new/ktextwidgets-5.8.0/src/findreplace/kreplacedialog.h
--- 

commit ktextwidgets for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-02-16 15:04:33

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2015-01-29 12:50:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-02-16 17:32:33.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:14 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  ktextwidgets-5.6.0.tar.xz

New:

  ktextwidgets-5.7.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.x8ShZ3/_old  2015-02-16 17:32:34.0 +0100
+++ /var/tmp/diff_new_pack.x8ShZ3/_new  2015-02-16 17:32:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktextwidgets
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,12 +17,13 @@
 
 
 %define lname   libKF5TextWidgets5
+%define _tar_path 5.7
 Name:   ktextwidgets
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -42,7 +43,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ ktextwidgets-5.6.0.tar.xz - ktextwidgets-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/CMakeLists.txt 
new/ktextwidgets-5.7.0/CMakeLists.txt
--- old/ktextwidgets-5.6.0/CMakeLists.txt   2015-01-03 13:14:55.0 
+0100
+++ new/ktextwidgets-5.7.0/CMakeLists.txt   2015-02-08 16:25:31.0 
+0100
@@ -3,7 +3,7 @@
 project(KTextWidgets)
 
 # ECM setup
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,8 +15,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
@@ -48,7 +48,7 @@
 add_subdirectory(autotests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5TextWidgets)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5TextWidgets)
 
 
ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5TextWidgetsConfig.cmake.in
   
${CMAKE_CURRENT_BINARY_DIR}/KF5TextWidgetsConfig.cmake
@@ -64,7 +64,7 @@
)
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ktextwidgets_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
)
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/po/cs/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/cs/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/cs/ktextwidgets5.po   2015-01-03 
13:14:55.0 +0100
+++ new/ktextwidgets-5.7.0/po/cs/ktextwidgets5.po   2015-02-08 
16:25:31.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl lu...@kde.org, 2010, 2011, 2012.
-# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014.
+# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014, 2015.
 # Tomáš Chvátal tomas.chva...@gmail.com, 2012, 

commit ktextwidgets for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-01-29 12:50:41

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-12-21 11:57:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-01-29 12:50:44.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 18:03:16 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---

Old:

  ktextwidgets-5.5.0.tar.xz

New:

  ktextwidgets-5.6.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.eh2sgz/_old  2015-01-29 12:50:44.0 +0100
+++ /var/tmp/diff_new_pack.eh2sgz/_new  2015-01-29 12:50:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktextwidgets
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,11 @@
 
 %define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:5.5.0
+Version:5.6.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.5.0
+BuildRequires:  extra-cmake-modules = 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -42,7 +42,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ ktextwidgets-5.5.0.tar.xz - ktextwidgets-5.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.5.0/CMakeLists.txt 
new/ktextwidgets-5.6.0/CMakeLists.txt
--- old/ktextwidgets-5.5.0/CMakeLists.txt   2014-12-06 13:45:46.0 
+0100
+++ new/ktextwidgets-5.6.0/CMakeLists.txt   2015-01-03 13:14:55.0 
+0100
@@ -3,7 +3,7 @@
 project(KTextWidgets)
 
 # ECM setup
-find_package(ECM 1.5.0 REQUIRED NO_MODULE)
+find_package(ECM 1.6.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,8 +15,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 5.5.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
+set(KF5_VERSION 5.6.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.5.0/po/ca/ktextwidgets5.po 
new/ktextwidgets-5.6.0/po/ca/ktextwidgets5.po
--- old/ktextwidgets-5.5.0/po/ca/ktextwidgets5.po   2014-12-06 
13:45:46.0 +0100
+++ new/ktextwidgets-5.6.0/po/ca/ktextwidgets5.po   2015-01-03 
13:14:55.0 +0100
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz s...@sastia.com, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
-# Antoni Bella Pérez antonibel...@orange.es, 2003, 2006, 2011, 2012, 2013, 
2014.
+# Antoni Bella Pérez antonibel...@yahoo.com, 2003, 2006, 2011, 2012, 2013, 
2014.
 # Albert Astals Cid aa...@kde.org, 2004, 2005, 2007.
 # Josep Ma. Ferrer txe...@gmail.com, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan r...@aybabtu.com, 2009.
@@ -15,7 +15,7 @@
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-10-08 07:50+\n
 PO-Revision-Date: 2014-07-15 00:08+0200\n
-Last-Translator: Antoni Bella Pérez antonibel...@orange.es\n
+Last-Translator: Antoni Bella Pérez antonibel...@yahoo.com\n
 Language-Team: Catalan kde-i18n...@kde.org\n
 Language: ca\n
 MIME-Version: 1.0\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.5.0/po/fi/ktextwidgets5.po 
new/ktextwidgets-5.6.0/po/fi/ktextwidgets5.po
--- old/ktextwidgets-5.5.0/po/fi/ktextwidgets5.po   2014-12-06 

commit ktextwidgets for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2014-12-21 11:58:27

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-11-11 01:09:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2014-12-21 11:57:49.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec  6 12:53:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---

Old:

  ktextwidgets-5.4.0.tar.xz

New:

  ktextwidgets-5.5.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.p4bYWX/_old  2014-12-21 11:57:50.0 +0100
+++ /var/tmp/diff_new_pack.p4bYWX/_new  2014-12-21 11:57:50.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:5.4.0
+Version:5.5.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.4.0
+BuildRequires:  extra-cmake-modules = 1.5.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -42,7 +42,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ ktextwidgets-5.4.0.tar.xz - ktextwidgets-5.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.4.0/CMakeLists.txt 
new/ktextwidgets-5.5.0/CMakeLists.txt
--- old/ktextwidgets-5.4.0/CMakeLists.txt   2014-11-02 13:19:34.0 
+0100
+++ new/ktextwidgets-5.5.0/CMakeLists.txt   2014-12-06 13:45:46.0 
+0100
@@ -3,7 +3,7 @@
 project(KTextWidgets)
 
 # ECM setup
-find_package(ECM 1.4.0 REQUIRED NO_MODULE)
+find_package(ECM 1.5.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,8 +15,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 5.4.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.4.0) # handled by release scripts
+set(KF5_VERSION 5.5.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.4.0/po/fi/ktextwidgets5.po 
new/ktextwidgets-5.5.0/po/fi/ktextwidgets5.po
--- old/ktextwidgets-5.4.0/po/fi/ktextwidgets5.po   2014-11-02 
13:19:34.0 +0100
+++ new/ktextwidgets-5.5.0/po/fi/ktextwidgets5.po   2014-12-06 
13:45:46.0 +0100
@@ -29,7 +29,7 @@
 POT-Creation-Date: 2014-10-08 07:50+\n
 PO-Revision-Date: 2014-04-07 21:44+0300\n
 Last-Translator: Lasse Liehu lasse.li...@gmail.com\n
-Language-Team: Finnish lokalisoi...@lists.coss.fi\n
+Language-Team: Finnish kde-i18n-...@kde.org\n
 Language: fi\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.4.0/po/nb/ktextwidgets5.po 
new/ktextwidgets-5.5.0/po/nb/ktextwidgets5.po
--- old/ktextwidgets-5.4.0/po/nb/ktextwidgets5.po   2014-11-02 
13:19:34.0 +0100
+++ new/ktextwidgets-5.5.0/po/nb/ktextwidgets5.po   2014-12-06 
13:45:46.0 +0100
@@ -11,7 +11,7 @@
 msgstr 
 Project-Id-Version: kdelibs4\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-POT-Creation-Date: 2014-09-06 08:12+\n
+POT-Creation-Date: 2014-10-08 07:50+\n
 PO-Revision-Date: 2014-02-23 21:13+0100\n
 Last-Translator: Bjørn Steensrud bjor...@skogkatt.homelinux.org\n
 Language-Team: Norwegian Bokmål i18n...@lister.ping.uio.no\n
@@ -595,10 +595,10 @@
 msgid Allow Tabulations
 msgstr Tillat tabulatorer
 
-#: widgets/ktextedit.cpp:579
+#: widgets/ktextedit.cpp:581
 msgid Speak Text
 msgstr Uttal teksten
 
-#: widgets/ktextedit.cpp:593
+#: widgets/ktextedit.cpp:597
 msgid Starting Jovie Text-to-Speech Service Failed
 msgstr Lyktes ikke å starte Jovie tekst-til-tale-tjeneste
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit ktextwidgets for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2014-11-11 01:09:11

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-10-07 15:59:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2014-11-11 01:09:23.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:12 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  ktextwidgets-5.3.0.tar.xz

New:

  ktextwidgets-5.4.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.I2Tcys/_old  2014-11-11 01:09:25.0 +0100
+++ /var/tmp/diff_new_pack.I2Tcys/_new  2014-11-11 01:09:25.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.3.0
+BuildRequires:  extra-cmake-modules = 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -42,7 +42,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ ktextwidgets-5.3.0.tar.xz - ktextwidgets-5.4.0.tar.xz ++
 2541 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ktextwidgets for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2014-10-07 15:59:11

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-09-12 17:03:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2014-10-07 15:59:28.0 +0200
@@ -1,0 +2,7 @@
+Sat Oct  4 17:59:31 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---

Old:

  ktextwidgets-5.2.0.tar.xz

New:

  ktextwidgets-5.3.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.qfpWcM/_old  2014-10-07 15:59:30.0 +0200
+++ /var/tmp/diff_new_pack.qfpWcM/_new  2014-10-07 15:59:30.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:5.2.0
+Version:5.3.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.2.0
+BuildRequires:  extra-cmake-modules = 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ ktextwidgets-5.2.0.tar.xz - ktextwidgets-5.3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.2.0/CMakeLists.txt 
new/ktextwidgets-5.3.0/CMakeLists.txt
--- old/ktextwidgets-5.2.0/CMakeLists.txt   2014-09-09 02:37:48.0 
+0200
+++ new/ktextwidgets-5.3.0/CMakeLists.txt   2014-10-04 19:13:00.0 
+0200
@@ -3,7 +3,7 @@
 project(KTextWidgets)
 
 # ECM setup
-find_package(ECM 1.2.0 REQUIRED NO_MODULE)
+find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,8 +15,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 5.2.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.2.0) # handled by release scripts
+set(KF5_VERSION 5.3.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.3.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.2.0/po/ja/ktextwidgets5.po 
new/ktextwidgets-5.3.0/po/ja/ktextwidgets5.po
--- old/ktextwidgets-5.2.0/po/ja/ktextwidgets5.po   2014-09-09 
02:37:48.0 +0200
+++ new/ktextwidgets-5.3.0/po/ja/ktextwidgets5.po   2014-10-04 
19:13:00.0 +0200
@@ -16,7 +16,7 @@
 POT-Creation-Date: 2014-09-06 08:12+\n
 PO-Revision-Date: 2011-08-27 14:05-0700\n
 Last-Translator: Fumiaki Okushi oku...@kde.gr.jp\n
-Language-Team: Japanese kdevelo...@kde.gr.jp\n
+Language-Team: Japanese kde...@kde.org\n
 Language: ja\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.2.0/po/nb/ktextwidgets5.po 
new/ktextwidgets-5.3.0/po/nb/ktextwidgets5.po
--- old/ktextwidgets-5.2.0/po/nb/ktextwidgets5.po   2014-09-09 
02:37:48.0 +0200
+++ new/ktextwidgets-5.3.0/po/nb/ktextwidgets5.po   2014-10-04 
19:13:00.0 +0200
@@ -11,7 +11,7 @@
 msgstr 
 Project-Id-Version: kdelibs4\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-POT-Creation-Date: 2014-07-24 08:50+\n
+POT-Creation-Date: 2014-09-06 08:12+\n
 PO-Revision-Date: 2014-02-23 21:13+0100\n
 Last-Translator: Bjørn Steensrud bjor...@skogkatt.homelinux.org\n
 Language-Team: Norwegian Bokmål i18n...@lister.ping.uio.no\n
@@ -29,11 +29,11 @@
 msgid Manage Link
 msgstr Håndter lenke
 
-#: dialogs/klinkdialog.cpp:59
+#: dialogs/klinkdialog.cpp:60
 msgid Link Text:
 msgstr Lenketekst:
 
-#: dialogs/klinkdialog.cpp:62
+#: dialogs/klinkdialog.cpp:63
 msgid Link URL:
 msgstr Lenke-URL:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.2.0/po/nds/ktextwidgets5.po 
new/ktextwidgets-5.3.0/po/nds/ktextwidgets5.po
--- old/ktextwidgets-5.2.0/po/nds/ktextwidgets5.po  2014-09-09 
02:37:48.0 +0200
+++ new/ktextwidgets-5.3.0/po/nds/ktextwidgets5.po  2014-10-04 
19:13:00.0 +0200
@@ -16,7 +16,7 @@
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Generator: Lokalize 1.5\n
+X-Generator: Lokalize 1.4\n
 

commit ktextwidgets for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2014-09-12 17:03:09

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-08-16 15:42:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2014-09-12 17:03:57.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  9 09:49:23 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---

Old:

  ktextwidgets-5.1.0.tar.xz

New:

  ktextwidgets-5.2.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.CS4QGw/_old  2014-09-12 17:03:59.0 +0200
+++ /var/tmp/diff_new_pack.CS4QGw/_new  2014-09-12 17:03:59.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:5.1.0
+Version:5.2.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.1.0
+BuildRequires:  extra-cmake-modules = 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ ktextwidgets-5.1.0.tar.xz - ktextwidgets-5.2.0.tar.xz ++
 2504 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ktextwidgets for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2014-08-16 15:41:50

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-07-15 10:08:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2014-08-16 15:42:12.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:06 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---

Old:

  ktextwidgets-5.0.0.tar.xz

New:

  ktextwidgets-5.1.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.j6NaBC/_old  2014-08-16 15:42:13.0 +0200
+++ /var/tmp/diff_new_pack.j6NaBC/_new  2014-08-16 15:42:13.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ ktextwidgets-5.0.0.tar.xz - ktextwidgets-5.1.0.tar.xz ++
 977436 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ktextwidgets for openSUSE:Factory

2014-07-15 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2014-07-15 10:08:41

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-06-10 14:36:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2014-07-15 10:08:42.0 +0200
@@ -1,0 +2,18 @@
+Fri Jul 11 09:48:51 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:35:48 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+- Drop 0001-Add-KPluralHandlingSpinbox-to-allow-to-add-plural-i1.patch
+  and 0002-As-discussed-with-david-don-t-allow-to-use-setSuffix.patch,
+  merged upstream
+
+---

Old:

  0001-Add-KPluralHandlingSpinbox-to-allow-to-add-plural-i1.patch
  0002-As-discussed-with-david-don-t-allow-to-use-setSuffix.patch
  ktextwidgets-4.100.0.tar.xz

New:

  ktextwidgets-5.0.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.OXMmDR/_old  2014-07-15 10:08:42.0 +0200
+++ /var/tmp/diff_new_pack.OXMmDR/_new  2014-07-15 10:08:42.0 +0200
@@ -18,21 +18,22 @@
 
 %define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:4.100.0
+Version:5.0.0
 Release:0
+%define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.14
+BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
-BuildRequires:  kcompletion-devel = %{_kf5_version}
-BuildRequires:  kconfig-devel = %{_kf5_version}
-BuildRequires:  kconfigwidgets-devel = %{_kf5_version}
+BuildRequires:  kcompletion-devel = %{kf5_version}
+BuildRequires:  kconfig-devel = %{kf5_version}
+BuildRequires:  kconfigwidgets-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel = %{_kf5_version}
-BuildRequires:  kiconthemes-devel = %{_kf5_version}
-BuildRequires:  kservice-devel = %{_kf5_version}
-BuildRequires:  kwidgetsaddons-devel = %{_kf5_version}
-BuildRequires:  kwindowsystem-devel = %{_kf5_version}
-BuildRequires:  sonnet-devel = %{_kf5_version}
+BuildRequires:  ki18n-devel = %{kf5_version}
+BuildRequires:  kiconthemes-devel = %{kf5_version}
+BuildRequires:  kservice-devel = %{kf5_version}
+BuildRequires:  kwidgetsaddons-devel = %{kf5_version}
+BuildRequires:  kwindowsystem-devel = %{kf5_version}
+BuildRequires:  sonnet-devel = %{kf5_version}
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -41,12 +42,8 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM 
0001-Add-KPluralHandlingSpinbox-to-allow-to-add-plural-i1.patch
-Patch0: 0001-Add-KPluralHandlingSpinbox-to-allow-to-add-plural-i1.patch
-# PATCH-FIX-UPSTREAM 
0002-As-discussed-with-david-don-t-allow-to-use-setSuffix.patch
-Patch1: 0002-As-discussed-with-david-don-t-allow-to-use-setSuffix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -68,13 +65,13 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   kcompletion-devel = %{_kf5_version}
-Requires:   kconfigwidgets-devel = %{_kf5_version}
-Requires:   ki18n-devel = %{_kf5_version}
-Requires:   kiconthemes-devel = %{_kf5_version}
-Requires:   kservice-devel = %{_kf5_version}
-Requires:   kwindowsystem-devel = %{_kf5_version}
-Requires:   sonnet-devel = %{_kf5_version}
+Requires:   kcompletion-devel = %{kf5_version}
+Requires:   kconfigwidgets-devel = %{kf5_version}
+Requires:   ki18n-devel = %{kf5_version}
+Requires:   kiconthemes-devel = %{kf5_version}
+Requires:   kservice-devel = %{kf5_version}
+Requires:   kwindowsystem-devel = %{kf5_version}
+Requires:   sonnet-devel = %{kf5_version}
 Requires:   pkgconfig(Qt5Widgets) = 5.2.0
 
 %description devel
@@ -84,8 +81,6 @@
 %lang_package -n %lname
 %prep
 

commit ktextwidgets for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2014-06-10 14:36:14

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-05-14 20:28:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2014-06-10 14:36:34.0 +0200
@@ -1,0 +2,13 @@
+Sun Jun  1 18:02:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+- Add 0001-Add-KPluralHandlingSpinbox-to-allow-to-add-plural-i1.patch
+  and 0002-As-discussed-with-david-don-t-allow-to-use-setSuffix.patch
+  from upstream, for allowing to add plural i18n in KIntSpinBox
+
+---

Old:

  ktextwidgets-4.99.0.tar.xz

New:

  0001-Add-KPluralHandlingSpinbox-to-allow-to-add-plural-i1.patch
  0002-As-discussed-with-david-don-t-allow-to-use-setSuffix.patch
  baselibs.conf
  ktextwidgets-4.100.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.8GP7tI/_old  2014-06-10 14:36:35.0 +0200
+++ /var/tmp/diff_new_pack.8GP7tI/_new  2014-06-10 14:36:35.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:4.99.0
+Version:4.100.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.13
+BuildRequires:  extra-cmake-modules = 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{_kf5_version}
 BuildRequires:  kconfig-devel = %{_kf5_version}
@@ -41,7 +41,12 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:ktextwidgets-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM 
0001-Add-KPluralHandlingSpinbox-to-allow-to-add-plural-i1.patch
+Patch0: 0001-Add-KPluralHandlingSpinbox-to-allow-to-add-plural-i1.patch
+# PATCH-FIX-UPSTREAM 
0002-As-discussed-with-david-don-t-allow-to-use-setSuffix.patch
+Patch1: 0002-As-discussed-with-david-don-t-allow-to-use-setSuffix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,6 +57,7 @@
 Summary:KDE Text editing widgets
 Group:  System/GUI/KDE
 Obsoletes:  libKF5TextWidgets4
+Recommends: %lname-lang = %{version}
 
 %description -n %lname
 KTextWidgets provides widgets for displaying and editing text. It supports
@@ -64,6 +70,7 @@
 Requires:   extra-cmake-modules
 Requires:   kcompletion-devel = %{_kf5_version}
 Requires:   kconfigwidgets-devel = %{_kf5_version}
+Requires:   ki18n-devel = %{_kf5_version}
 Requires:   kiconthemes-devel = %{_kf5_version}
 Requires:   kservice-devel = %{_kf5_version}
 Requires:   kwindowsystem-devel = %{_kf5_version}
@@ -74,8 +81,11 @@
 KTextWidgets provides widgets for displaying and editing text. It supports
 rich text as well as plain text. Development files.
 
+%lang_package -n %lname
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build
@@ -85,10 +95,14 @@
   %kf5_makeinstall -C build
   %fdupes -s %{buildroot}
 
+  %find_lang %{name}5
+
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%files -n %lname-lang -f %{name}5.lang
+
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING*

++ 0001-Add-KPluralHandlingSpinbox-to-allow-to-add-plural-i1.patch ++
From 8891bb7384d99c78f1bf306f314a93e6da23bd16 Mon Sep 17 00:00:00 2001
From: Montel Laurent mon...@kde.org
Date: Mon, 2 Jun 2014 20:04:04 +0200
Subject: [PATCH 1/2] Add KPluralHandlingSpinbox to allow to add plural i18n
 when we port KIntSpinBox

Review and ok'ed by David.
Use it just when we need to add suffix with plural otherwise use QSpinBox

CCMAIL: mgraess...@kde.org
---
 KF5TextWidgetsConfig.cmake.in|  2 +-
 autotests/CMakeLists.txt |  1 +
 autotests/kpluralhandlingspinboxtest.cpp | 79 
 autotests/kpluralhandlingspinboxtest.h   | 40 
 src/CMakeLists.txt   |  6 ++-
 src/widgets/kpluralhandlingspinbox.cpp   | 64 ++
 src/widgets/kpluralhandlingspinbox.h | 61 
 7 files changed, 250 insertions(+), 3 deletions(-)
 create mode 100644 

commit ktextwidgets for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2014-05-14 20:27:18

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-04-02 17:22:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2014-05-14 20:28:03.0 +0200
@@ -1,0 +2,9 @@
+Sun May  4 01:41:24 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---

Old:

  ktextwidgets-4.98.0.tar.xz

New:

  ktextwidgets-4.99.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.8bZpCb/_old  2014-05-14 20:28:03.0 +0200
+++ /var/tmp/diff_new_pack.8bZpCb/_new  2014-05-14 20:28:03.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:4.98.0
+Version:4.99.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.12
+BuildRequires:  extra-cmake-modules = 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{_kf5_version}
 BuildRequires:  kconfig-devel = %{_kf5_version}

++ ktextwidgets-4.98.0.tar.xz - ktextwidgets-4.99.0.tar.xz ++
 999044 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ktextwidgets for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2014-04-02 17:22:26

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-03-10 12:18:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2014-04-02 17:22:38.0 +0200
@@ -1,0 +2,9 @@
+Sat Mar 29 19:47:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---

Old:

  ktextwidgets-4.97.0.tar.xz

New:

  ktextwidgets-4.98.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.ioZXoX/_old  2014-04-02 17:22:39.0 +0200
+++ /var/tmp/diff_new_pack.ioZXoX/_new  2014-04-02 17:22:39.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:4.97.0
+Version:4.98.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.11
+BuildRequires:  extra-cmake-modules = 0.0.12
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{_kf5_version}
 BuildRequires:  kconfig-devel = %{_kf5_version}

++ ktextwidgets-4.97.0.tar.xz - ktextwidgets-4.98.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-4.97.0/CMakeLists.txt 
new/ktextwidgets-4.98.0/CMakeLists.txt
--- old/ktextwidgets-4.97.0/CMakeLists.txt  2014-03-01 12:51:40.0 
+0100
+++ new/ktextwidgets-4.98.0/CMakeLists.txt  2014-03-28 19:17:34.0 
+0100
@@ -3,7 +3,7 @@
 project(KTextWidgets)
 
 # ECM setup
-find_package(ECM 0.0.11 REQUIRED NO_MODULE)
+find_package(ECM 0.0.12 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,7 +15,7 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 4.97.0)
+set(KF5_VERSION 4.98.0)
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-4.97.0/src/Messages.sh 
new/ktextwidgets-4.98.0/src/Messages.sh
--- old/ktextwidgets-4.97.0/src/Messages.sh 1970-01-01 01:00:00.0 
+0100
+++ new/ktextwidgets-4.98.0/src/Messages.sh 2014-03-28 19:17:34.0 
+0100
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# Invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources.
+# The results are stored in a pseudo .cpp file to be picked up by xgettext.
+lst=`find . -name \*.rc -o -name \*.ui -o -name \*.kcfg`
+if [ -n $lst ] ; then
+$EXTRACTRC $lst  rc.cpp
+fi
+
+# If your framework contains tips-of-the-day, call preparetips as well.
+if [ -f data/tips ] ; then
+( cd data  $PREPARETIPS  ../tips.cpp )
+fi
+
+# Extract strings from all source files.
+# If your framework depends on KI18n, use $XGETTEXT. If it uses Qt translation
+# system, use $EXTRACT_TR_STRINGS.
+$XGETTEXT `find . -name \*.cpp -o -name \*.h -name \*.qml` -o 
$podir/ktextwidgets5.pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-4.97.0/src/findreplace/kfind.h 
new/ktextwidgets-4.98.0/src/findreplace/kfind.h
--- old/ktextwidgets-4.97.0/src/findreplace/kfind.h 2014-03-01 
12:51:40.0 +0100
+++ new/ktextwidgets-4.98.0/src/findreplace/kfind.h 2014-03-28 
19:17:34.0 +0100
@@ -59,8 +59,8 @@
  *  this, SLOT( slotFindNext() ) );
  * \endcode
  *
- * If you are using a non-modal find dialog (the recommended new way
- * in KDE-3.2), you should call right away m_find-closeFindNextDialog().
+ * If you are using a non-modal find dialog (recommended),
+ * you should call right away m_find-closeFindNextDialog().
  *
  *  Then initialize the variables determining the current position
  *  (to the cursor, if the option FromCursor is set,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktextwidgets-4.97.0/src/kregexpeditor/kregexpeditorinterface.h 
new/ktextwidgets-4.98.0/src/kregexpeditor/kregexpeditorinterface.h
--- old/ktextwidgets-4.97.0/src/kregexpeditor/kregexpeditorinterface.h  
2014-03-01 12:51:40.0 +0100
+++ new/ktextwidgets-4.98.0/src/kregexpeditor/kregexpeditorinterface.h  
2014-03-28 19:17:34.0 +0100
@@ -148,13 +148,7 @@
  * This method 

commit ktextwidgets for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2014-03-10 12:18:16

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-02-28 16:24:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2014-03-10 12:18:17.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  4 16:38:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---

Old:

  ktextwidgets-4.96.0.tar.xz

New:

  ktextwidgets-4.97.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.GtipHl/_old  2014-03-10 12:18:17.0 +0100
+++ /var/tmp/diff_new_pack.GtipHl/_new  2014-03-10 12:18:17.0 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define lname   libKF5TextWidgets4
+%define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:4.96.0
+Version:4.97.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.10
+BuildRequires:  extra-cmake-modules = 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{_kf5_version}
 BuildRequires:  kconfig-devel = %{_kf5_version}
@@ -51,6 +51,7 @@
 %package -n %lname
 Summary:KDE Text editing widgets
 Group:  System/GUI/KDE
+Obsoletes:  libKF5TextWidgets4
 
 %description -n %lname
 KTextWidgets provides widgets for displaying and editing text. It supports

++ ktextwidgets-4.96.0.tar.xz - ktextwidgets-4.97.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-4.96.0/CMakeLists.txt 
new/ktextwidgets-4.97.0/CMakeLists.txt
--- old/ktextwidgets-4.96.0/CMakeLists.txt  2014-02-05 00:02:37.0 
+0100
+++ new/ktextwidgets-4.97.0/CMakeLists.txt  2014-03-01 12:51:40.0 
+0100
@@ -3,7 +3,7 @@
 project(KTextWidgets)
 
 # ECM setup
-find_package(ECM 0.0.10 REQUIRED NO_MODULE)
+find_package(ECM 0.0.11 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -13,14 +13,15 @@
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
-include(CMakePackageConfigHelpers)
+include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 4.96.0)
+set(KF5_VERSION 4.97.0)
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
   VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/ktextwidgets_version.h
-  PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5TextWidgetsConfigVersion.cmake)
+  PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5TextWidgetsConfigVersion.cmake
+  SOVERSION 5)
 
 # Dependencies
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -46,7 +47,7 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5TextWidgets)
 
-configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5TextWidgetsConfig.cmake.in
+ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5TextWidgetsConfig.cmake.in
   
${CMAKE_CURRENT_BINARY_DIR}/KF5TextWidgetsConfig.cmake
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
  )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-4.96.0/autotests/CMakeLists.txt 
new/ktextwidgets-4.97.0/autotests/CMakeLists.txt
--- old/ktextwidgets-4.96.0/autotests/CMakeLists.txt2014-02-05 
00:02:37.0 +0100
+++ new/ktextwidgets-4.97.0/autotests/CMakeLists.txt2014-03-01 
12:51:40.0 +0100
@@ -1,4 +1,5 @@
 include(ECMMarkAsTest)
+include(ECMMarkNonGuiExecutable)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
 
@@ -8,6 +9,7 @@
   add_test(ktextwidgets-${_testname} ${_testname})
   target_link_libraries(${_testname} Qt5::Test KF5::TextWidgets 
KF5::ConfigWidgets)
   ecm_mark_as_test(${_testname})
+  ecm_mark_nongui_executable(${_testname})
endforeach()
 endmacro()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-4.96.0/src/CMakeLists.txt 
new/ktextwidgets-4.97.0/src/CMakeLists.txt
--- old/ktextwidgets-4.96.0/src/CMakeLists.txt  2014-02-05 00:02:37.0 
+0100
+++