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-04-23 22:46:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesdk-thumbnailers (Old)
 and      /work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesdk-thumbnailers"

Sun Apr 23 22:46:00 2023 rev:121 rq:1080589 version:23.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesdk-thumbnailers/kdesdk-thumbnailers.changes  
2023-03-03 22:28:37.103356130 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new.1533/kdesdk-thumbnailers.changes
        2023-04-23 22:48:25.703038540 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:45:41 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.0/
+
+-------------------------------------------------------------------
+Fri Mar 31 16:41:56 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Fri Mar 17 20:43:24 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.03.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  kdesdk-thumbnailers-22.12.3.tar.xz
  kdesdk-thumbnailers-22.12.3.tar.xz.sig

New:
----
  kdesdk-thumbnailers-23.04.0.tar.xz
  kdesdk-thumbnailers-23.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kdesdk-thumbnailers.spec ++++++
--- /var/tmp/diff_new_pack.tY8Mdn/_old  2023-04-23 22:48:26.207041388 +0200
+++ /var/tmp/diff_new_pack.tY8Mdn/_new  2023-04-23 22:48:26.211041410 +0200
@@ -16,11 +16,9 @@
 #
 
 
-# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kdesdk-thumbnailers
-Version:        22.12.3
+Version:        23.04.0
 Release:        0
 Summary:        Translation file thumbnail generators
 License:        GPL-2.0-or-later
@@ -31,7 +29,6 @@
 Source2:        applications.keyring
 %endif
 BuildRequires:  extra-cmake-modules
-BuildRequires:  gettext-tools
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5I18n)


++++++ kdesdk-thumbnailers-22.12.3.tar.xz -> kdesdk-thumbnailers-23.04.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesdk-thumbnailers-22.12.3/.gitlab-ci.yml 
new/kdesdk-thumbnailers-23.04.0/.gitlab-ci.yml
--- old/kdesdk-thumbnailers-22.12.3/.gitlab-ci.yml      2023-02-25 
06:01:35.000000000 +0100
+++ new/kdesdk-thumbnailers-23.04.0/.gitlab-ci.yml      2023-04-12 
17:53:02.000000000 +0200
@@ -3,4 +3,6 @@
 
 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-22.12.3/CMakeLists.txt 
new/kdesdk-thumbnailers-23.04.0/CMakeLists.txt
--- old/kdesdk-thumbnailers-22.12.3/CMakeLists.txt      2023-02-25 
06:01:35.000000000 +0100
+++ new/kdesdk-thumbnailers-23.04.0/CMakeLists.txt      2023-04-12 
17:53:02.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16)
 
 # Release service version, managed by release script
-set(RELEASE_SERVICE_VERSION_MAJOR "22")
-set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MAJOR "23")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
@@ -22,7 +22,7 @@
 include(ECMOptionalAddSubdirectory)
 include(FeatureSummary)
 
-find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Widgets)
+find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED 
COMPONENTS Widgets)
 find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Config I18n KIO)
 
 find_package(GettextPO)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesdk-thumbnailers-22.12.3/po/is/pothumbnail.po 
new/kdesdk-thumbnailers-23.04.0/po/is/pothumbnail.po
--- old/kdesdk-thumbnailers-22.12.3/po/is/pothumbnail.po        1970-01-01 
01:00:00.000000000 +0100
+++ new/kdesdk-thumbnailers-23.04.0/po/is/pothumbnail.po        2023-04-12 
17:53:02.000000000 +0200
@@ -0,0 +1,42 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kdesdk-thumbnailers 
package.
+#
+# Sveinn í Felli <s...@fellsnet.is>, 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-02-02 15:28+0000\n"
+"Last-Translator: Sveinn í Felli <s...@fellsnet.is>\n"
+"Language-Team: Icelandic\n"
+"Language: is\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 21.12.3\n"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: pocreatorform.ui:20
+#, kde-format
+msgid "Translated: "
+msgstr "Þýtt: "
+
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: pocreatorform.ui:30
+#, kde-format
+msgid "Fuzzy: "
+msgstr "Loðið: "
+
+#. i18n: ectx: property (text), widget (QLabel, label_3)
+#: pocreatorform.ui:40
+#, kde-format
+msgid "Untranslated: "
+msgstr "Óþýtt: "
+
+#. i18n: ectx: property (text), widget (QLabel, label_4)
+#: pocreatorform.ui:50
+#, kde-format
+msgid "Obsoleted: "
+msgstr "Úrelt: "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesdk-thumbnailers-22.12.3/po/zh_CN/pothumbnail.po 
new/kdesdk-thumbnailers-23.04.0/po/zh_CN/pothumbnail.po
--- old/kdesdk-thumbnailers-22.12.3/po/zh_CN/pothumbnail.po     2023-02-25 
06:01:35.000000000 +0100
+++ new/kdesdk-thumbnailers-23.04.0/po/zh_CN/pothumbnail.po     2023-04-12 
17:53:02.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-02-24 12:58\n"
+"PO-Revision-Date: 2023-04-10 14:12\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-22.12.3/po_thumbnailer/CMakeLists.txt 
new/kdesdk-thumbnailers-23.04.0/po_thumbnailer/CMakeLists.txt
--- old/kdesdk-thumbnailers-22.12.3/po_thumbnailer/CMakeLists.txt       
2023-02-25 06:01:35.000000000 +0100
+++ new/kdesdk-thumbnailers-23.04.0/po_thumbnailer/CMakeLists.txt       
2023-04-12 17:53:02.000000000 +0200
@@ -11,7 +11,7 @@
 kconfig_add_kcfg_files(pothumbnail pocreatorsettings.kcfgc)
 
 target_link_libraries(pothumbnail
-    Qt5::Widgets
+    Qt::Widgets
     KF5::I18n
     KF5::ConfigGui
     KF5::KIOWidgets
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesdk-thumbnailers-22.12.3/po_thumbnailer/pocreator.cpp 
new/kdesdk-thumbnailers-23.04.0/po_thumbnailer/pocreator.cpp
--- old/kdesdk-thumbnailers-22.12.3/po_thumbnailer/pocreator.cpp        
2023-02-25 06:01:35.000000000 +0100
+++ new/kdesdk-thumbnailers-23.04.0/po_thumbnailer/pocreator.cpp        
2023-04-12 17:53:02.000000000 +0200
@@ -164,6 +164,8 @@
     return true;
 }
 
+#if KIOWIDGETS_ENABLE_DEPRECATED_SINCE(5, 87)
+
 class PoCreatorFormWidget : public QWidget, public Ui::PoCreatorForm
 {
 public:
@@ -190,4 +192,6 @@
     PoCreatorSettings::self()->save();
 }
 
+#endif
+
 #include "pocreator.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesdk-thumbnailers-22.12.3/po_thumbnailer/pocreator.h 
new/kdesdk-thumbnailers-23.04.0/po_thumbnailer/pocreator.h
--- old/kdesdk-thumbnailers-22.12.3/po_thumbnailer/pocreator.h  2023-02-25 
06:01:35.000000000 +0100
+++ new/kdesdk-thumbnailers-23.04.0/po_thumbnailer/pocreator.h  2023-04-12 
17:53:02.000000000 +0200
@@ -15,8 +15,10 @@
         PoCreator();
         ~PoCreator() override;
         bool create( const QString& path, int width, int height, QImage& img ) 
override;
+#if KIOWIDGETS_ENABLE_DEPRECATED_SINCE(5, 87)
         QWidget* createConfigurationWidget() override;
         void writeConfiguration( const QWidget* configurationWidget ) override;
+#endif
 };
 
 #endif // POCREATOR_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesdk-thumbnailers-22.12.3/po_thumbnailer/pothumbnail.json 
new/kdesdk-thumbnailers-23.04.0/po_thumbnailer/pothumbnail.json
--- old/kdesdk-thumbnailers-22.12.3/po_thumbnailer/pothumbnail.json     
2023-02-25 06:01:35.000000000 +0100
+++ new/kdesdk-thumbnailers-23.04.0/po_thumbnailer/pothumbnail.json     
2023-04-12 17:53:02.000000000 +0200
@@ -27,6 +27,7 @@
         "Name[gl]": "Tradución Gettext",
         "Name[hi]": "गेट-टेक्स्ट अनुवाद",
         "Name[hu]": "Gettext fordítás",
+        "Name[is]": "Gettext þýðing",
         "Name[it]": "Traduzioni di Gettext",
         "Name[ka]": "Gettext-ით თარგმანი",
         "Name[kk]": "Gettext аудармасы",

Reply via email to