Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kdesdk-thumbnailers for
openSUSE:Factory checked in at 2023-08-31 13:44:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesdk-thumbnailers (Old)
and /work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesdk-thumbnailers"
Thu Aug 31 13:44:21 2023 rev:125 rq:1105678 version:23.08.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesdk-thumbnailers/kdesdk-thumbnailers.changes
2023-07-07 15:50:32.917349828 +0200
+++
/work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new.1766/kdesdk-thumbnailers.changes
2023-08-31 13:48:00.717142785 +0200
@@ -1,0 +2,25 @@
+Sun Aug 20 13:59:23 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.08.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/gear/23.08.0/
+- No code change since 23.07.90
+
+-------------------------------------------------------------------
+Mon Aug 14 08:02:40 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.90
+ * New feature release
+- No code change since 23.07.80
+
+-------------------------------------------------------------------
+Tue Aug 1 10:13:41 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.80
+ * New feature release
+- Changes since 23.04.3:
+ * Disable Qt6 CI builds
+ * Use ECMDeprecationSettings
+
+-------------------------------------------------------------------
Old:
----
kdesdk-thumbnailers-23.04.3.tar.xz
kdesdk-thumbnailers-23.04.3.tar.xz.sig
New:
----
kdesdk-thumbnailers-23.08.0.tar.xz
kdesdk-thumbnailers-23.08.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdesdk-thumbnailers.spec ++++++
--- /var/tmp/diff_new_pack.rVFR6v/_old 2023-08-31 13:48:01.861183676 +0200
+++ /var/tmp/diff_new_pack.rVFR6v/_new 2023-08-31 13:48:01.865183819 +0200
@@ -18,7 +18,7 @@
%bcond_without released
Name: kdesdk-thumbnailers
-Version: 23.04.3
+Version: 23.08.0
Release: 0
Summary: Translation file thumbnail generators
License: GPL-2.0-or-later
++++++ kdesdk-thumbnailers-23.04.3.tar.xz -> kdesdk-thumbnailers-23.08.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdesdk-thumbnailers-23.04.3/.gitlab-ci.yml
new/kdesdk-thumbnailers-23.08.0/.gitlab-ci.yml
--- old/kdesdk-thumbnailers-23.04.3/.gitlab-ci.yml 2023-07-04
07:32:16.000000000 +0200
+++ new/kdesdk-thumbnailers-23.08.0/.gitlab-ci.yml 2023-08-16
22:24:00.000000000 +0200
@@ -3,6 +3,4 @@
include:
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
- -
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.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/freebsd-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdesdk-thumbnailers-23.04.3/CMakeLists.txt
new/kdesdk-thumbnailers-23.08.0/CMakeLists.txt
--- old/kdesdk-thumbnailers-23.04.3/CMakeLists.txt 2023-07-04
07:32:16.000000000 +0200
+++ new/kdesdk-thumbnailers-23.08.0/CMakeLists.txt 2023-08-16
22:24:00.000000000 +0200
@@ -2,15 +2,15 @@
# Release service version, managed by release script
set(RELEASE_SERVICE_VERSION_MAJOR "23")
-set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MINOR "08")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
set(RELEASE_SERVICE_VERSION
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
project(kdesdk-thumbnailers VERSION ${RELEASE_SERVICE_VERSION})
-set(QT_MIN_VERSION "5.15.0")
-set(KF_MIN_VERSION "5.85.0")
+set(QT_MIN_VERSION "5.15.2")
+set(KF_MIN_VERSION "5.91.0")
find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules
${ECM_MODULE_PATH})
@@ -19,6 +19,7 @@
include(KDECMakeSettings)
include(KDECompilerSettings NO_POLICY_SCOPE)
+include(ECMDeprecationSettings)
include(ECMOptionalAddSubdirectory)
include(FeatureSummary)
@@ -33,11 +34,9 @@
PURPOSE "Required to build the PO thumbnailer"
)
-add_definitions(
- -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00
- -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
- -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055500
- -DKF_DEPRECATED_WARNINGS_SINCE=0x060000
+ecm_set_disabled_deprecation_versions(
+ QT 5.15.2
+ KF 5.91
)
if(GETTEXTPO_FOUND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdesdk-thumbnailers-23.04.3/po/eo/pothumbnail.po
new/kdesdk-thumbnailers-23.08.0/po/eo/pothumbnail.po
--- old/kdesdk-thumbnailers-23.04.3/po/eo/pothumbnail.po 1970-01-01
01:00:00.000000000 +0100
+++ new/kdesdk-thumbnailers-23.08.0/po/eo/pothumbnail.po 2023-08-16
22:24:00.000000000 +0200
@@ -0,0 +1,42 @@
+# translation of pothumbnail.pot to esperanto
+# Copyright (C) 2019 Free Software Foundation, Inc.
+# This file is distributed under the same license as the kdesdk-thumbnailers
package.
+# Oliver Kellogg <[email protected], 2023.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kdesdk-thumbnailers\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
+"PO-Revision-Date: 2023-06-14 21:27+0100\n"
+"Last-Translator: Oliver Kellogg <[email protected]>\n"
+"Language-Team: Esperanto <[email protected]>\n"
+"Language: eo\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"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: pocreatorform.ui:20
+#, kde-format
+msgid "Translated: "
+msgstr "Tradukita: "
+
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: pocreatorform.ui:30
+#, kde-format
+msgid "Fuzzy: "
+msgstr "Fuzzy: "
+
+#. i18n: ectx: property (text), widget (QLabel, label_3)
+#: pocreatorform.ui:40
+#, kde-format
+msgid "Untranslated: "
+msgstr "Netradukita: "
+
+#. i18n: ectx: property (text), widget (QLabel, label_4)
+#: pocreatorform.ui:50
+#, kde-format
+msgid "Obsoleted: "
+msgstr "MalaktualiÄinta: "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdesdk-thumbnailers-23.04.3/po/zh_CN/pothumbnail.po
new/kdesdk-thumbnailers-23.08.0/po/zh_CN/pothumbnail.po
--- old/kdesdk-thumbnailers-23.04.3/po/zh_CN/pothumbnail.po 2023-07-04
07:32:16.000000000 +0200
+++ new/kdesdk-thumbnailers-23.08.0/po/zh_CN/pothumbnail.po 2023-08-16
22:24:00.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-05-20 03:12+0200\n"
-"PO-Revision-Date: 2023-07-03 11:41\n"
+"PO-Revision-Date: 2023-08-02 12:44\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kdesdk-thumbnailers-23.04.3/po_thumbnailer/pothumbnail.json
new/kdesdk-thumbnailers-23.08.0/po_thumbnailer/pothumbnail.json
--- old/kdesdk-thumbnailers-23.04.3/po_thumbnailer/pothumbnail.json
2023-07-04 07:32:16.000000000 +0200
+++ new/kdesdk-thumbnailers-23.08.0/po_thumbnailer/pothumbnail.json
2023-08-16 22:24:00.000000000 +0200
@@ -18,6 +18,7 @@
"Name[de]": "Gettext-Ãbersetzung",
"Name[el]": "ÎεÏάÏÏαÏη με gettext",
"Name[en_GB]": "Gettext Translation",
+ "Name[eo]": "Gettext-Traduko",
"Name[es]": "Traducción de Gettext",
"Name[et]": "Gettexti tõlkefail",
"Name[eu]": "Gettext itzulpena",