Hello community,

here is the log from the commit of package kfilemetadata5 for openSUSE:Factory 
checked in at 2020-03-19 19:42:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kfilemetadata5 (Old)
 and      /work/SRC/openSUSE:Factory/.kfilemetadata5.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kfilemetadata5"

Thu Mar 19 19:42:30 2020 rev:82 rq:785320 version:5.68.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kfilemetadata5/kfilemetadata5.changes    
2020-02-14 16:33:30.771456612 +0100
+++ /work/SRC/openSUSE:Factory/.kfilemetadata5.new.3160/kfilemetadata5.changes  
2020-03-19 19:44:18.951987743 +0100
@@ -1,0 +2,10 @@
+Sun Mar  8 09:17:45 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Use ecm_qt_install_logging_categories over manual categories file
+
+-------------------------------------------------------------------

Old:
----
  kfilemetadata-5.67.0.tar.xz
  kfilemetadata-5.67.0.tar.xz.sig

New:
----
  kfilemetadata-5.68.0.tar.xz
  kfilemetadata-5.68.0.tar.xz.sig

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

Other differences:
------------------
++++++ kfilemetadata5.spec ++++++
--- /var/tmp/diff_new_pack.BSZVKl/_old  2020-03-19 19:44:21.039988873 +0100
+++ /var/tmp/diff_new_pack.BSZVKl/_new  2020-03-19 19:44:21.039988873 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.67
+%define _tar_path 5.68
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -24,7 +24,7 @@
 %bcond_without ffmpeg
 %bcond_without lang
 Name:           kfilemetadata5
-Version:        5.67.0
+Version:        5.68.0
 Release:        0
 Summary:        Library for extracting Metadata
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only


++++++ kfilemetadata-5.67.0.tar.xz -> kfilemetadata-5.68.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.67.0/.gitignore 
new/kfilemetadata-5.68.0/.gitignore
--- old/kfilemetadata-5.67.0/.gitignore 2020-02-02 13:48:13.000000000 +0100
+++ new/kfilemetadata-5.68.0/.gitignore 2020-03-07 10:42:02.000000000 +0100
@@ -20,3 +20,4 @@
 CMakeLists.txt.user*
 *.unc-backup*
 *.rej
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.67.0/CMakeLists.txt 
new/kfilemetadata-5.68.0/CMakeLists.txt
--- old/kfilemetadata-5.67.0/CMakeLists.txt     2020-02-02 13:48:13.000000000 
+0100
+++ new/kfilemetadata-5.68.0/CMakeLists.txt     2020-03-07 10:42:02.000000000 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
 project(KFileMetaData VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.67.0  NO_MODULE)
+find_package(ECM 5.68.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)
 
@@ -117,7 +117,7 @@
                        )
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
 add_definitions(-DTRANSLATION_DOMAIN=\"kfilemetadata5\")
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
@@ -158,6 +158,4 @@
   COMPONENT devel
 )
 
-# contains list of debug categories, for kdebugsettings
-install(FILES kfilemetadata.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.67.0/kfilemetadata.categories 
new/kfilemetadata-5.68.0/kfilemetadata.categories
--- old/kfilemetadata-5.67.0/kfilemetadata.categories   2020-02-02 
13:48:13.000000000 +0100
+++ new/kfilemetadata-5.68.0/kfilemetadata.categories   1970-01-01 
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-kf5.kfilemetadata KFileMetaData IDENTIFIER [KFILEMETADATA_LOG]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.67.0/po/ia/kfilemetadata5.po 
new/kfilemetadata-5.68.0/po/ia/kfilemetadata5.po
--- old/kfilemetadata-5.67.0/po/ia/kfilemetadata5.po    2020-02-02 
13:48:13.000000000 +0100
+++ new/kfilemetadata-5.68.0/po/ia/kfilemetadata5.po    2020-03-07 
10:42:02.000000000 +0100
@@ -2,13 +2,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Giovanni Sora <g.s...@tioscali.it>, 2014.
-# G.Sora <g.s...@tiscali.it>, 2014, 2016, 2017, 2019.
+# G.Sora <g.s...@tiscali.it>, 2014, 2016, 2017, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-19 02:55+0200\n"
-"PO-Revision-Date: 2019-12-22 22:15+0100\n"
+"PO-Revision-Date: 2020-02-18 19:51+0100\n"
 "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
 "Language: ia\n"
@@ -58,7 +58,7 @@
 #, kde-format
 msgctxt "Description of image orientation, counter clock-wise rotated"
 msgid "90° rotated CCW "
-msgstr ""
+msgstr "90° rotate CCW "
 
 #: src/formatstrings.cpp:97
 #, kde-format
@@ -70,7 +70,7 @@
 #, kde-format
 msgctxt "Description of image orientation, counter clock-wise rotated"
 msgid "270° rotated CCW"
-msgstr ""
+msgstr "270° rotate CCW"
 
 #: src/formatstrings.cpp:109
 #, kde-format
@@ -82,157 +82,159 @@
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Fired"
-msgstr ""
+msgstr "Tirate"
 
 #: src/formatstrings.cpp:111
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Fired, return light not detected"
-msgstr ""
+msgstr "Tirate, lumine de retorno non relevate"
 
 #: src/formatstrings.cpp:112
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Fired, return light detected"
-msgstr ""
+msgstr "Tirate, lumine de retorno relevate"
 
 #: src/formatstrings.cpp:113
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, did not fire"
-msgstr ""
+msgstr "Si, non tirava"
 
 #: src/formatstrings.cpp:114
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, compulsory"
-msgstr ""
+msgstr "Si, obligatori"
 
 #: src/formatstrings.cpp:115
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, compulsory, return light not detected"
-msgstr ""
+msgstr "Si, obligatori, lumine de retorno non relevate"
 
 #: src/formatstrings.cpp:116
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, compulsory, return light detected"
-msgstr ""
+msgstr "Si, obligatori, lumine de retorno relevate"
 
 #: src/formatstrings.cpp:117
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "No, compulsory"
-msgstr ""
+msgstr "No, obligatori"
 
 #: src/formatstrings.cpp:118
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "No, did not fire, return light not detected"
-msgstr ""
+msgstr "No, non tirava, lumine de retorno non relevate"
 
 #: src/formatstrings.cpp:119
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "No, auto"
-msgstr ""
+msgstr "No, automatic"
 
 #: src/formatstrings.cpp:120
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, auto"
-msgstr ""
+msgstr "Si, automatic"
 
 #: src/formatstrings.cpp:121
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, auto, return light not detected"
-msgstr ""
+msgstr "Si, automatic, lumine de retorno non relevate"
 
 #: src/formatstrings.cpp:122
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, auto, return light detected"
-msgstr ""
+msgstr "Si, automatic, lumine de retorno relevate"
 
 #: src/formatstrings.cpp:123
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "No flash function"
-msgstr ""
+msgstr "Necun function de flash"
 
 #: src/formatstrings.cpp:124
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "No, no flash function"
-msgstr ""
+msgstr "No, necun function de flash"
 
 #: src/formatstrings.cpp:125
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, red-eye reduction"
-msgstr ""
+msgstr "Si, reduction de oculo rubie"
 
 #: src/formatstrings.cpp:126
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, red-eye reduction, return light not detected"
-msgstr ""
+msgstr "Si, reduction de oculo rubie, lumine de retorno non relevate"
 
 #: src/formatstrings.cpp:127
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, red-eye reduction, return light detected"
-msgstr ""
+msgstr "Si, reduction de oculo rubie, lumine de retorno relevate"
 
 #: src/formatstrings.cpp:128
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, compulsory, red-eye reduction"
-msgstr ""
+msgstr "Si, obligatori, reductin de oculo rubie"
 
 #: src/formatstrings.cpp:129
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, compulsory, red-eye reduction, return light not detected"
 msgstr ""
+"Si, obligatori, reduction de oculo rubie, lumine de retorno non relevate"
 
 #: src/formatstrings.cpp:130
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, compulsory, red-eye reduction, return light detected"
-msgstr ""
+msgstr "Si, obligatori, reduction de oculo rubie, lumine de retorno relevate"
 
 #: src/formatstrings.cpp:131
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "No, red-eye reduction"
-msgstr ""
+msgstr "No, reduction de oculo rubie"
 
 #: src/formatstrings.cpp:132
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "No, auto, red-eye reduction"
-msgstr ""
+msgstr "No, automatic, reduction de oculo rubie"
 
 #: src/formatstrings.cpp:133
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, auto, red-eye reduction"
-msgstr ""
+msgstr "Si, automatic, reduction de oculo rubie"
 
 #: src/formatstrings.cpp:134
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, auto, red-eye reduction, return light not detected"
 msgstr ""
+"Si, automatic, reduction de oculo rubie, lumine de retorno non relevate"
 
 #: src/formatstrings.cpp:135
 #, kde-format
 msgctxt "Description of photo flash"
 msgid "Yes, auto, red-eye reduction, return light detected"
-msgstr ""
+msgstr "Si, automatic, reduction de oculo rubie, lumine de retorno relevate"
 
 #: src/formatstrings.cpp:140
 #, kde-format
@@ -243,7 +245,7 @@
 #, kde-format
 msgctxt "Symbol of degree, no space"
 msgid "%1°"
-msgstr ""
+msgstr "%1°"
 
 #: src/formatstrings.cpp:158
 #, kde-format
@@ -255,7 +257,7 @@
 #, kde-format
 msgctxt "Symbol of frames per second, with space"
 msgid "%1 fps"
-msgstr ""
+msgstr "%1 fps"
 
 #: src/formatstrings.cpp:173
 #, kde-format
@@ -292,7 +294,7 @@
 #, kde-format
 msgctxt "Aspect ratio, normalized to one"
 msgid "%1:1"
-msgstr ""
+msgstr "%1:1"
 
 #: src/formatstrings.cpp:219
 #, kde-format
@@ -388,7 +390,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "Document Generated By"
-msgstr ""
+msgstr "Documento generate per"
 
 #: src/propertyinfo.cpp:168
 #, kde-format
@@ -628,25 +630,25 @@
 #, kde-format
 msgctxt "@label"
 msgid "Ensemble"
-msgstr ""
+msgstr "Ensemble"
 
 #: src/propertyinfo.cpp:427
 #, kde-format
 msgctxt "@label"
 msgid "Arranger"
-msgstr ""
+msgstr "Arrangiator"
 
 #: src/propertyinfo.cpp:433
 #, kde-format
 msgctxt "@label"
 msgid "Conductor"
-msgstr ""
+msgstr "Conductor"
 
 #: src/propertyinfo.cpp:439
 #, kde-format
 msgctxt "@label"
 msgid "Compilation"
-msgstr ""
+msgstr "Compilation"
 
 #: src/propertyinfo.cpp:445
 #, kde-format
@@ -664,7 +666,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "Opus"
-msgstr ""
+msgstr "Opus"
 
 #: src/propertyinfo.cpp:463
 #, kde-format
@@ -676,25 +678,25 @@
 #, kde-format
 msgctxt "@label"
 msgid "Replay Gain Album Peak"
-msgstr ""
+msgstr "Picco de album de ganio repetite"
 
 #: src/propertyinfo.cpp:476
 #, kde-format
 msgctxt "@label"
 msgid "Replay Gain Album Gain"
-msgstr ""
+msgstr "Ganio de album de ganio repetite"
 
 #: src/propertyinfo.cpp:483
 #, kde-format
 msgctxt "@label"
 msgid "Replay Gain Track Peak"
-msgstr ""
+msgstr "Picco de tracia de ganio repetite"
 
 #: src/propertyinfo.cpp:490
 #, kde-format
 msgctxt "@label"
 msgid "Replay Gain Track Gain"
-msgstr ""
+msgstr "Ganio de tracia de ganio repetite"
 
 #: src/propertyinfo.cpp:497
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.67.0/src/CMakeLists.txt 
new/kfilemetadata-5.68.0/src/CMakeLists.txt
--- old/kfilemetadata-5.67.0/src/CMakeLists.txt 2020-02-02 13:48:13.000000000 
+0100
+++ new/kfilemetadata-5.68.0/src/CMakeLists.txt 2020-03-07 10:42:02.000000000 
+0100
@@ -1,4 +1,10 @@
-ecm_qt_declare_logging_category(debug_SRCS HEADER kfilemetadata_debug.h 
IDENTIFIER KFILEMETADATA_LOG CATEGORY_NAME kf5.kfilemetadata)
+ecm_qt_declare_logging_category(debug_SRCS
+    HEADER kfilemetadata_debug.h
+    IDENTIFIER KFILEMETADATA_LOG
+    CATEGORY_NAME kf5.kfilemetadata
+    DESCRIPTION "KFileMetaData"
+    EXPORT KFILEMETADATA
+)
 
 set(KF5FileMetaData_SRCS
     extractionresult.cpp
@@ -151,3 +157,8 @@
 
 add_subdirectory(writers)
 
+ecm_qt_install_logging_categories(
+    EXPORT KFILEMETADATA
+    FILE kfilemetadata.categories
+    DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
+)


Reply via email to