Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2022-02-24 18:19:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktextwidgets (Old)
 and      /work/SRC/openSUSE:Factory/.ktextwidgets.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktextwidgets"

Thu Feb 24 18:19:53 2022 rev:100 rq:954280 version:5.91.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes        
2022-01-11 21:19:33.916971305 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.1958/ktextwidgets.changes      
2022-02-24 18:22:12.182678343 +0100
@@ -1,0 +2,10 @@
+Sun Feb  6 10:17:13 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.91.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.91.0
+- Changes since 5.90.0:
+  * Add CI qt6 support
+
+-------------------------------------------------------------------

Old:
----
  ktextwidgets-5.90.0.tar.xz
  ktextwidgets-5.90.0.tar.xz.sig

New:
----
  ktextwidgets-5.91.0.tar.xz
  ktextwidgets-5.91.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ktextwidgets.spec ++++++
--- /var/tmp/diff_new_pack.Tgs4Ty/_old  2022-02-24 18:22:13.022678120 +0100
+++ /var/tmp/diff_new_pack.Tgs4Ty/_new  2022-02-24 18:22:13.026678118 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.90
+%define _tar_path 5.91
 # 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 released
 Name:           ktextwidgets
-Version:        5.90.0
+Version:        5.91.0
 Release:        0
 Summary:        KDE Text editing widgets
 License:        LGPL-2.1-or-later
@@ -105,13 +105,11 @@
 %{_kf5_libdir}/libKF5TextWidgets.so.*
 
 %files devel
+%dir %{_kf5_plugindir}/designer
 %{_kf5_libdir}/libKF5TextWidgets.so
 %{_kf5_libdir}/cmake/KF5TextWidgets/
-%{_kf5_includedir}/*.h
-%dir %{_kf5_includedir}/*/
-%dir %{_kf5_plugindir}/designer
+%{_kf5_includedir}/KTextWidgets/
 %{_kf5_plugindir}/designer/ktextwidgets5widgets.so
-%{_kf5_includedir}/*/
 %{_kf5_mkspecsdir}/qt_KTextWidgets.pri
 
 %changelog

++++++ ktextwidgets-5.90.0.tar.xz -> ktextwidgets-5.91.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.90.0/.gitlab-ci.yml 
new/ktextwidgets-5.91.0/.gitlab-ci.yml
--- old/ktextwidgets-5.90.0/.gitlab-ci.yml      2022-01-01 13:36:31.000000000 
+0100
+++ new/ktextwidgets-5.91.0/.gitlab-ci.yml      2022-02-05 22:29:32.000000000 
+0100
@@ -5,3 +5,4 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.90.0/CMakeLists.txt 
new/ktextwidgets-5.91.0/CMakeLists.txt
--- old/ktextwidgets-5.90.0/CMakeLists.txt      2022-01-01 13:36:31.000000000 
+0100
+++ new/ktextwidgets-5.91.0/CMakeLists.txt      2022-02-05 22:29:32.000000000 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.90.0") # handled by release scripts
-set(KF_DEP_VERSION "5.90.0") # handled by release scripts
+set(KF_VERSION "5.91.0") # handled by release scripts
+set(KF_DEP_VERSION "5.91.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.90.0  NO_MODULE)
+find_package(ECM 5.91.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)
 
@@ -96,7 +96,7 @@
        )
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ktextwidgets_version.h
-        DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF} COMPONENT Devel
+        DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/KTextWidgets COMPONENT Devel
        )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.90.0/po/ca/ktextwidgets5.po 
new/ktextwidgets-5.91.0/po/ca/ktextwidgets5.po
--- old/ktextwidgets-5.90.0/po/ca/ktextwidgets5.po      2022-01-01 
13:36:31.000000000 +0100
+++ new/ktextwidgets-5.91.0/po/ca/ktextwidgets5.po      2022-02-05 
22:29:32.000000000 +0100
@@ -1,12 +1,12 @@
 # Translation of ktextwidgets5.po to Catalan
-# Copyright (C) 1998-2020 This_file_is_part_of_KDE
+# Copyright (C) 1998-2022 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 <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
 # Antoni Bella P??rez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014, 2015, 2019, 2020.
 # Albert Astals Cid <[email protected]>, 2004, 2005, 2007.
-# Josep M. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2017, 2018, 2020.
+# Josep M. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2017, 2018, 2020, 2022.
 # Robert Millan <[email protected]>, 2009.
 # Orestes Mas <[email protected]>, 2010.
 msgid ""
@@ -14,14 +14,14 @@
 "Project-Id-Version: ktextwidgets\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-24 00:25+0000\n"
-"PO-Revision-Date: 2020-07-26 16:12+0200\n"
-"Last-Translator: Antoni Bella P??rez <[email protected]>\n"
+"PO-Revision-Date: 2022-01-03 13:46+0100\n"
+"Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 20.04.3\n"
+"X-Generator: Lokalize 20.12.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -143,7 +143,7 @@
 #: findreplace/kfinddialog.cpp:113
 #, kde-format
 msgid "C&ase sensitive"
-msgstr "Sensible a m&aj??scules"
+msgstr "Distingeix m&aj??scules i min??scules"
 
 #: findreplace/kfinddialog.cpp:114
 #, kde-format
@@ -277,8 +277,8 @@
 "Perform a case sensitive search: entering the pattern 'Joe' will not match "
 "'joe' or 'JOE', only 'Joe'."
 msgstr ""
-"Efectua una cerca sensible a maj??scules: l'entrada del patr?? ??Pep?? no "
-"coincidir?? amb ??pep?? o ??PEP??, nom??s ??Pep??."
+"Efectua una cerca que distingeix maj??scules i min??scules: l'entrada del "
+"patr?? ??Pep?? no coincidir?? amb ??pep?? o ??PEP??, nom??s ??Pep??."
 
 #: findreplace/kfinddialog.cpp:236
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.90.0/po/zh_CN/ktextwidgets5.po 
new/ktextwidgets-5.91.0/po/zh_CN/ktextwidgets5.po
--- old/ktextwidgets-5.90.0/po/zh_CN/ktextwidgets5.po   2022-01-01 
13:36:31.000000000 +0100
+++ new/ktextwidgets-5.91.0/po/zh_CN/ktextwidgets5.po   2022-02-05 
22:29:32.000000000 +0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-24 00:25+0000\n"
-"PO-Revision-Date: 2021-12-22 14:06\n"
+"PO-Revision-Date: 2022-01-08 15:23\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

++++++ ktextwidgets-5.90.0.tar.xz.sig -> ktextwidgets-5.91.0.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.90.0.tar.xz.sig      
2022-01-11 21:19:33.864971268 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.1958/ktextwidgets-5.91.0.tar.xz.sig
    2022-02-24 18:22:12.166678348 +0100
@@ -1,11 +1,11 @@
 -----BEGIN PGP SIGNATURE-----
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV6kACgkQWNDuZIpI
-s7vmPwf/WFsGn+NEXTe253PT1SPdn+QBeHudgeOwQJSvr3Z1ZlG6kuTTLsIIHHsS
-K9bwyEn4LMBzMvCxReGxTylxw9zL4EvSdr/6FqjNj9ojH12KDoOLiDb/zLhJjaWF
-z1L0YXhoMV2GjuOv6teA4+cua+YGCmSlJFDX/eC2J/N8SkG4WRyRbHqKAy8e/Sre
-LQE3ETPTfam5qDeHc10e3JDi1DY3ISi36hoyHFXTpVJwHBkC2xCNf2p35jnKf9/O
-x0q1xPTMB0RAl9xf1+2lsQow8Jgi4FpE8LvWOc/k/KjNMf6+RzVC30TvJ+ssJHv2
-KsYd3Jf/AvdY+I0TeJFMWGpION5Sjg==
-=4fIy
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/klsACgkQWNDuZIpI
+s7vN0gf/alk9hmsKalygMxm9YAbSZCCKn8Vyo/HN+qZIbdFHx79fYcKBQBMYcbJa
+Wln4I1FGPKMan/6LjQmbfB+rcgSo4q+QNjmtVscRNltjP78lvZCXq8IQ75lQmSjX
+tGj6exRyVJUumeS4D+ALTyJw3p9lEF5LlzciEzmiFzeffx3HbqQj7mM0xjc2mZot
+t4AStER7JTrxN1Levs2ZWfmyvPixu703l+Z45B9NkAWw3Z8C5LFXJCxMUYNFxyoX
+HLC+qBjoyvEw3/kKXuDjDMW0fJUqQZjjIhZyjS/1aumD2sB27BFWt4p7/uRDadKE
+spdp8cYAolUrsQSMiQ41ttNI7rpbFA==
+=YaCU
 -----END PGP SIGNATURE-----

Reply via email to