Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package baloo5-widgets for openSUSE:Factory 
checked in at 2023-04-23 22:43:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baloo5-widgets (Old)
 and      /work/SRC/openSUSE:Factory/.baloo5-widgets.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baloo5-widgets"

Sun Apr 23 22:43:58 2023 rev:93 rq:1080524 version:23.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/baloo5-widgets/baloo5-widgets.changes    
2023-03-03 22:25:22.182729303 +0100
+++ /work/SRC/openSUSE:Factory/.baloo5-widgets.new.1533/baloo5-widgets.changes  
2023-04-23 22:44:57.905864440 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:45:13 UTC 2023 - Christophe Marin <[email protected]>
+
+- 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:33 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Fri Mar 17 20:42:52 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.03.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  baloo-widgets-22.12.3.tar.xz
  baloo-widgets-22.12.3.tar.xz.sig

New:
----
  baloo-widgets-23.04.0.tar.xz
  baloo-widgets-23.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ baloo5-widgets.spec ++++++
--- /var/tmp/diff_new_pack.KH7A8R/_old  2023-04-23 22:44:58.425867380 +0200
+++ /var/tmp/diff_new_pack.KH7A8R/_new  2023-04-23 22:44:58.433867425 +0200
@@ -18,11 +18,9 @@
 
 %define rname baloo-widgets
 %define kf5_version 5.90.0
-# 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:           baloo5-widgets
-Version:        22.12.3
+Version:        23.04.0
 Release:        0
 Summary:        Framework for searching and managing metadata
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only


++++++ baloo-widgets-22.12.3.tar.xz -> baloo-widgets-23.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-widgets-22.12.3/CMakeLists.txt 
new/baloo-widgets-23.04.0/CMakeLists.txt
--- old/baloo-widgets-22.12.3/CMakeLists.txt    2023-02-25 05:52:15.000000000 
+0100
+++ new/baloo-widgets-23.04.0/CMakeLists.txt    2023-04-12 17:53:30.000000000 
+0200
@@ -1,14 +1,14 @@
 cmake_minimum_required(VERSION 3.16)
 
 # KDE Application 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}")
 project(baloo-widgets VERSION ${RELEASE_SERVICE_VERSION})
 
 set(QT_MIN_VERSION "5.15.2")
-set(KF5_MIN_VERSION "5.90.0")
+set(KF5_MIN_VERSION "5.92.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" 
${ECM_MODULE_PATH})
@@ -29,6 +29,7 @@
 include(ECMAddTests)
 include(ECMQtDeclareLoggingCategory)
 include(CMakePackageConfigHelpers)
+include(ECMDeprecationSettings)
 
 find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED NO_MODULE 
COMPONENTS Core Widgets Test)
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Config KIO I18n 
FileMetaData Baloo Service)
@@ -39,10 +40,9 @@
                   VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/baloowidgets_version.h"
                   PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5BalooWidgetsConfigVersion.cmake")
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050F00)
-# Bump manually after building with the latest KF released version
-# and porting all deprecated code
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x056100) # 5.97.0
+ecm_set_disabled_deprecation_versions(QT 5.15.2
+     KF 5.102.0
+    )
 add_subdirectory(src)
 if (BUILD_TESTING)
   add_subdirectory(test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-widgets-22.12.3/po/lt/baloowidgets5.po 
new/baloo-widgets-23.04.0/po/lt/baloowidgets5.po
--- old/baloo-widgets-22.12.3/po/lt/baloowidgets5.po    2023-02-25 
05:52:15.000000000 +0100
+++ new/baloo-widgets-23.04.0/po/lt/baloowidgets5.po    2023-04-12 
17:53:30.000000000 +0200
@@ -10,8 +10,8 @@
 "Project-Id-Version: l 10n\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-26 00:43+0000\n"
-"PO-Revision-Date: 2020-02-02 00:43+0200\n"
-"Last-Translator: Moo\n"
+"PO-Revision-Date: 2022-11-18 00:58+0200\n"
+"Last-Translator: Moo <<>>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
 "Language: lt\n"
 "MIME-Version: 1.0\n"
@@ -19,13 +19,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n"
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
-"X-Generator: Poedit 2.2.4\n"
+"X-Generator: Poedit 3.2.1\n"
 
 #: src/filemetadataprovider.cpp:133
 #, kde-format
 msgctxt "width × height"
 msgid "%1 × %2"
-msgstr ""
+msgstr "%1 × %2"
 
 #: src/filemetadataprovider.cpp:167 src/filemetadataprovider.cpp:173
 #: src/filemetadataprovider.cpp:271 src/filemetadataprovider.cpp:274
@@ -126,7 +126,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "Points to"
-msgstr ""
+msgstr "Nurodo į"
 
 #: src/filemetadataprovider.cpp:463
 #, kde-format
@@ -138,13 +138,13 @@
 #, kde-format
 msgctxt "@label"
 msgid "Dimensions"
-msgstr ""
+msgstr "Matmenys"
 
 #: src/filemetadataprovider.cpp:465
 #, kde-format
 msgctxt "@label"
 msgid "GPS Location"
-msgstr ""
+msgstr "GPS vieta"
 
 #: src/filepropertiesplugin/baloofilepropertiesplugin.cpp:61
 #, kde-format
@@ -235,31 +235,31 @@
 #, kde-format
 msgctxt "Latitude (South)"
 msgid "%1°S"
-msgstr ""
+msgstr "%1°P"
 
 #: src/widgetfactory.cpp:112
 #, kde-format
 msgctxt "Latitude (North)"
 msgid "%1°N"
-msgstr ""
+msgstr "%1°Š"
 
 #: src/widgetfactory.cpp:113
 #, kde-format
 msgctxt "Longitude (West)"
 msgid "%1°W"
-msgstr ""
+msgstr "%1°V"
 
 #: src/widgetfactory.cpp:113
 #, kde-format
 msgctxt "Longitude (East)"
 msgid "%1°E"
-msgstr ""
+msgstr "%1°R"
 
 #: src/widgetfactory.cpp:122
 #, kde-format
 msgctxt "@info:tooltip Show location in map viewer"
 msgid "Show location in %1"
-msgstr ""
+msgstr "Rodyti vietą %1"
 
 #~ msgctxt "unknown file size"
 #~ msgid "Unknown"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-widgets-22.12.3/po/sl/baloowidgets5.po 
new/baloo-widgets-23.04.0/po/sl/baloowidgets5.po
--- old/baloo-widgets-22.12.3/po/sl/baloowidgets5.po    2023-02-25 
05:52:15.000000000 +0100
+++ new/baloo-widgets-23.04.0/po/sl/baloowidgets5.po    2023-04-12 
17:53:30.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: baloo-widgets\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-26 00:43+0000\n"
-"PO-Revision-Date: 2022-11-18 09:33+0100\n"
+"PO-Revision-Date: 2022-07-18 06:57+0200\n"
 "Last-Translator: Matjaž Jeran <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
 "Language: sl\n"
@@ -20,7 +20,7 @@
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
 "Translator: Andrej Mernik <[email protected]>\n"
-"X-Generator: Poedit 3.1.1\n"
+"X-Generator: Poedit 3.1\n"
 
 #: src/filemetadataprovider.cpp:133
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-widgets-22.12.3/po/zh_CN/baloowidgets5.po 
new/baloo-widgets-23.04.0/po/zh_CN/baloowidgets5.po
--- old/baloo-widgets-22.12.3/po/zh_CN/baloowidgets5.po 2023-02-25 
05:52:15.000000000 +0100
+++ new/baloo-widgets-23.04.0/po/zh_CN/baloowidgets5.po 2023-04-12 
17:53:30.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-26 00:43+0000\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/baloo-widgets-22.12.3/po/zh_TW/baloowidgets5.po 
new/baloo-widgets-23.04.0/po/zh_TW/baloowidgets5.po
--- old/baloo-widgets-22.12.3/po/zh_TW/baloowidgets5.po 2023-02-25 
05:52:15.000000000 +0100
+++ new/baloo-widgets-23.04.0/po/zh_TW/baloowidgets5.po 2023-04-12 
17:53:30.000000000 +0200
@@ -4,26 +4,27 @@
 # Franklin Weng <franklin at goodhorse dot idv dot tw>, 2012, 2014, 2015, 2017.
 # Jeff Huang <[email protected]>, 2016.
 # pan93412 <[email protected]>, 2018, 2019, 2020.
+# Kisaragi Hiu <[email protected]>, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-26 00:43+0000\n"
-"PO-Revision-Date: 2020-01-09 18:03+0800\n"
-"Last-Translator: pan93412 <[email protected]>\n"
-"Language-Team: Chinese <[email protected]>\n"
+"PO-Revision-Date: 2023-01-29 23:29+0900\n"
+"Last-Translator: Kisaragi Hiu <[email protected]>\n"
+"Language-Team: Traditional Chinese <[email protected]>\n"
 "Language: zh_TW\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 19.12.0\n"
+"X-Generator: Lokalize 22.12.1\n"
 
 #: src/filemetadataprovider.cpp:133
 #, kde-format
 msgctxt "width × height"
 msgid "%1 × %2"
-msgstr ""
+msgstr "%1 × %2"
 
 #: src/filemetadataprovider.cpp:167 src/filemetadataprovider.cpp:173
 #: src/filemetadataprovider.cpp:271 src/filemetadataprovider.cpp:274
@@ -121,7 +122,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "Points to"
-msgstr ""
+msgstr "指向"
 
 #: src/filemetadataprovider.cpp:463
 #, kde-format
@@ -133,13 +134,13 @@
 #, kde-format
 msgctxt "@label"
 msgid "Dimensions"
-msgstr ""
+msgstr "尺寸"
 
 #: src/filemetadataprovider.cpp:465
 #, kde-format
 msgctxt "@label"
 msgid "GPS Location"
-msgstr ""
+msgstr "GPS 位置"
 
 #: src/filepropertiesplugin/baloofilepropertiesplugin.cpp:61
 #, kde-format
@@ -230,31 +231,31 @@
 #, kde-format
 msgctxt "Latitude (South)"
 msgid "%1°S"
-msgstr ""
+msgstr "%1°S"
 
 #: src/widgetfactory.cpp:112
 #, kde-format
 msgctxt "Latitude (North)"
 msgid "%1°N"
-msgstr ""
+msgstr "%1°N"
 
 #: src/widgetfactory.cpp:113
 #, kde-format
 msgctxt "Longitude (West)"
 msgid "%1°W"
-msgstr ""
+msgstr "%1°W"
 
 #: src/widgetfactory.cpp:113
 #, kde-format
 msgctxt "Longitude (East)"
 msgid "%1°E"
-msgstr ""
+msgstr "%1°E"
 
 #: src/widgetfactory.cpp:122
 #, kde-format
 msgctxt "@info:tooltip Show location in map viewer"
 msgid "Show location in %1"
-msgstr ""
+msgstr "用 %1 顯示位置"
 
 #~ msgctxt "unknown file size"
 #~ msgid "Unknown"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/baloo-widgets-22.12.3/src/filepropertiesplugin/baloofilepropertiesplugin.json
 
new/baloo-widgets-23.04.0/src/filepropertiesplugin/baloofilepropertiesplugin.json
--- 
old/baloo-widgets-22.12.3/src/filepropertiesplugin/baloofilepropertiesplugin.json
   2023-02-25 05:52:15.000000000 +0100
+++ 
new/baloo-widgets-23.04.0/src/filepropertiesplugin/baloofilepropertiesplugin.json
   2023-04-12 17:53:30.000000000 +0200
@@ -34,6 +34,7 @@
         "Description[uk]": "На сторінці властивостей 
буде показано метадані файла, зокрема 
розміри зображення, дані щодо художника 
тощо",
         "Description[x-test]": "xxProperties page showing meta data of files, 
such as image dimensions, artist information, and othersxx",
         "Description[zh_CN]": "显示文件元数据的属性页,包
括图像尺寸,艺人信息和其他信息等",
+        "Description[zh_TW]": 
"顯示檔案中繼資料(例如影像尺寸、藝人資訊等等)的屬性é
 é¢",
         "Icon": "document-properties",
         "MimeTypes": [
             "inode/directory",
@@ -73,7 +74,8 @@
         "Name[tr]": "Dosya Üst Verisi Özellikleri Sayfası",
         "Name[uk]": "Сторінка властивостей і 
метаданих файла",
         "Name[x-test]": "xxFile Meta Data Properties Pagexx",
-        "Name[zh_CN]": "文件元数据属性页"
+        "Name[zh_CN]": "文件元数据属性页",
+        "Name[zh_TW]": "檔案中繼資料屬性頁面"
     },
     "MimeType": "inode/directory;application/octet-stream",
     "X-KDE-Protocol": "file"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-widgets-22.12.3/test/CMakeLists.txt 
new/baloo-widgets-23.04.0/test/CMakeLists.txt
--- old/baloo-widgets-22.12.3/test/CMakeLists.txt       2023-02-25 
05:52:15.000000000 +0100
+++ new/baloo-widgets-23.04.0/test/CMakeLists.txt       2023-04-12 
17:53:30.000000000 +0200
@@ -1,4 +1,4 @@
-add_executable(tagwidgetapp tagwidgetapp.cpp tagwidgettest.cpp)
+add_executable(tagwidgetapp tagwidgetapp.cpp tagwidgettest.cpp tagwidgettest.h)
 target_link_libraries(tagwidgetapp
   KF5::Baloo
   KF5::BalooWidgets

Reply via email to