Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kirigami2 for openSUSE:Factory 
checked in at 2023-12-17 21:30:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kirigami2 (Old)
 and      /work/SRC/openSUSE:Factory/.kirigami2.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kirigami2"

Sun Dec 17 21:30:07 2023 rev:85 rq:1133311 version:5.113.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kirigami2/kirigami2.changes      2023-11-13 
22:19:30.876506602 +0100
+++ /work/SRC/openSUSE:Factory/.kirigami2.new.25432/kirigami2.changes   
2023-12-17 21:32:01.660936563 +0100
@@ -1,0 +2,9 @@
+Tue Dec  5 11:17:47 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.113.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.113.0
+- No code change since 5.112.0
+
+-------------------------------------------------------------------

Old:
----
  kirigami2-5.112.0.tar.xz
  kirigami2-5.112.0.tar.xz.sig

New:
----
  kirigami2-5.113.0.tar.xz
  kirigami2-5.113.0.tar.xz.sig

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

Other differences:
------------------
++++++ kirigami2.spec ++++++
--- /var/tmp/diff_new_pack.Xdg37z/_old  2023-12-17 21:32:02.128953568 +0100
+++ /var/tmp/diff_new_pack.Xdg37z/_new  2023-12-17 21:32:02.132953713 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname libKF5Kirigami2-5
-%define _tar_path 5.103
 # 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}')}
+%define qt5_version 5.15.2
 %bcond_without released
 Name:           kirigami2
-Version:        5.112.0
+Version:        5.113.0
 Release:        0
 Summary:        Set of QtQuick components
 License:        LGPL-2.1-or-later
@@ -34,22 +34,21 @@
 Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
-BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
+BuildRequires:  extra-cmake-modules >= %{_kf5_version}
 %if 0%{?suse_version} == 1500
 BuildRequires:  gcc10-c++
 BuildRequires:  gcc10-PIE
 %endif
-BuildRequires:  kf5-filesystem
-BuildRequires:  libQt5Gui-private-headers-devel
-BuildRequires:  cmake(Qt5Concurrent) >= 5.15.0
-BuildRequires:  cmake(Qt5Core) >= 5.15.0
-BuildRequires:  cmake(Qt5DBus) >= 5.15.0
-BuildRequires:  cmake(Qt5Gui) >= 5.15.0
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.15.0
-BuildRequires:  cmake(Qt5Quick) >= 5.15.0
-BuildRequires:  cmake(Qt5QuickControls2) >= 5.15.0
-BuildRequires:  cmake(Qt5Svg) >= 5.15.0
-BuildRequires:  cmake(Qt5Test) >= 5.15.0
+BuildRequires:  libQt5Gui-private-headers-devel >= %{qt5_version}
+BuildRequires:  cmake(Qt5Concurrent) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Core) >= %{qt5_version}
+BuildRequires:  cmake(Qt5DBus) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Gui) >= %{qt5_version}
+BuildRequires:  cmake(Qt5LinguistTools) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Quick) >= %{qt5_version}
+BuildRequires:  cmake(Qt5QuickControls2) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Svg) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Test) >= %{qt5_version}
 Requires:       libqt5-qtgraphicaleffects
 Requires:       libqt5-qtquickcontrols2
 


++++++ kirigami2-5.112.0.tar.xz -> kirigami2-5.113.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kirigami2-5.112.0/CMakeLists.txt 
new/kirigami2-5.113.0/CMakeLists.txt
--- old/kirigami2-5.112.0/CMakeLists.txt        2023-11-04 11:03:21.000000000 
+0100
+++ new/kirigami2-5.113.0/CMakeLists.txt        2023-12-02 10:27:11.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.112.0") # handled by release scripts
-set(KF_DEP_VERSION "5.112.0") # handled by release scripts
+set(KF_VERSION "5.113.0") # handled by release scripts
+set(KF_DEP_VERSION "5.113.0") # handled by release scripts
 
 project(kirigami2 VERSION ${KF_VERSION})
 
@@ -21,7 +21,7 @@
 if(DEFINED STATIC_LIBRARY)
     message(FATAL_ERROR "Use the BUILD_SHARED_LIBS=OFF option to build a 
static library, STATIC_LIBRARY is no longer a supported option")
 endif()
-find_package(ECM 5.112.0 NO_MODULE)
+find_package(ECM 5.113.0 NO_MODULE)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
 
 if (NOT ${BUILD_SHARED_LIBS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kirigami2-5.112.0/poqm/cs/libkirigami2plugin_qt.po 
new/kirigami2-5.113.0/poqm/cs/libkirigami2plugin_qt.po
--- old/kirigami2-5.112.0/poqm/cs/libkirigami2plugin_qt.po      2023-11-04 
11:03:21.000000000 +0100
+++ new/kirigami2-5.113.0/poqm/cs/libkirigami2plugin_qt.po      2023-12-02 
10:27:11.000000000 +0100
@@ -1,4 +1,4 @@
-# Vít Pelčák <v...@pelcak.org>, 2016, 2017, 2018, 2019, 2020.
+# SPDX-FileCopyrightText: 2016, 2017, 2018, 2019, 2020, 2023 Vít Pelčák 
<v...@pelcak.org>
 # Vit Pelcak <v...@pelcak.org>, 2021, 2022, 2023.
 msgid ""
 msgstr ""
@@ -11,7 +11,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 23.04.2\n"
+"X-Generator: Lokalize 23.08.2\n"
 "X-Qt-Contexts: true\n"
 
 #: controls/AboutItem.qml:133
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kirigami2-5.112.0/poqm/it/libkirigami2plugin_qt.po 
new/kirigami2-5.113.0/poqm/it/libkirigami2plugin_qt.po
--- old/kirigami2-5.112.0/poqm/it/libkirigami2plugin_qt.po      2023-11-04 
11:03:21.000000000 +0100
+++ new/kirigami2-5.113.0/poqm/it/libkirigami2plugin_qt.po      2023-12-02 
10:27:11.000000000 +0100
@@ -1,4 +1,4 @@
-# Vincenzo Reale <smart212...@gmail.com>, 2017, 2018, 2019, 2020, 2021, 2022, 
2023.
+# SPDX-FileCopyrightText: 2017, 2018, 2019, 2020, 2021, 2022, 2023 Vincenzo 
Reale <smart212...@gmail.com>
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
@@ -10,7 +10,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 23.04.2\n"
+"X-Generator: Lokalize 23.08.2\n"
 "X-Qt-Contexts: true\n"
 
 #: controls/AboutItem.qml:133
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kirigami2-5.112.0/poqm/nl/libkirigami2plugin_qt.po 
new/kirigami2-5.113.0/poqm/nl/libkirigami2plugin_qt.po
--- old/kirigami2-5.112.0/poqm/nl/libkirigami2plugin_qt.po      2023-11-04 
11:03:21.000000000 +0100
+++ new/kirigami2-5.113.0/poqm/nl/libkirigami2plugin_qt.po      2023-12-02 
10:27:11.000000000 +0100
@@ -1,8 +1,8 @@
-# Freek de Kruijf <freekdekru...@kde.nl>, 2016, 2017, 2018, 2019, 2020, 2021, 
2022, 2023.
+# SPDX-FileCopyrightText: 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Freek 
de Kruijf <freekdekru...@kde.nl>
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2023-06-23 11:46+0200\n"
+"PO-Revision-Date: 2023-11-10 10:36+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: \n"
 "Language: nl\n"
@@ -11,7 +11,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 23.04.2\n"
+"X-Generator: Lokalize 23.08.2\n"
 
 #: controls/AboutItem.qml:133
 #, qt-format
@@ -177,7 +177,7 @@
 #: controls/SearchField.qml:107
 msgctxt "SearchField|"
 msgid "Clear search"
-msgstr "Gezochte wissen"
+msgstr "Zoeken wissen"
 
 #: controls/settingscomponents/CategorizedSettings.qml:41
 #: controls/settingscomponents/CategorizedSettings.qml:105
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kirigami2-5.112.0/poqm/zh_CN/libkirigami2plugin_qt.po 
new/kirigami2-5.113.0/poqm/zh_CN/libkirigami2plugin_qt.po
--- old/kirigami2-5.112.0/poqm/zh_CN/libkirigami2plugin_qt.po   2023-11-04 
11:03:21.000000000 +0100
+++ new/kirigami2-5.113.0/poqm/zh_CN/libkirigami2plugin_qt.po   2023-12-02 
10:27:11.000000000 +0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-10-21 13:54\n"
+"PO-Revision-Date: 2023-11-25 02:29\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"

Reply via email to