Hello community,

here is the log from the commit of package kfilemetadata5 for openSUSE:Factory 
checked in at 2016-04-12 19:16:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kfilemetadata5 (Old)
 and      /work/SRC/openSUSE:Factory/.kfilemetadata5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kfilemetadata5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kfilemetadata5/kfilemetadata5.changes    
2016-03-16 10:29:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kfilemetadata5.new/kfilemetadata5.changes       
2016-04-12 19:16:49.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:20:15 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+-------------------------------------------------------------------

Old:
----
  kfilemetadata-5.20.0.tar.xz

New:
----
  kfilemetadata-5.21.0.tar.xz

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

Other differences:
------------------
++++++ kfilemetadata5.spec ++++++
--- /var/tmp/diff_new_pack.VdwsqG/_old  2016-04-12 19:16:50.000000000 +0200
+++ /var/tmp/diff_new_pack.VdwsqG/_new  2016-04-12 19:16:50.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:           kfilemetadata5
-Version:        5.20.0
+Version:        5.21.0
 Release:        0
 %define kf5_version %{version}
 Summary:        Extract Metadata

++++++ kfilemetadata-5.20.0.tar.xz -> kfilemetadata-5.21.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.20.0/CMakeLists.txt 
new/kfilemetadata-5.21.0/CMakeLists.txt
--- old/kfilemetadata-5.20.0/CMakeLists.txt     2016-03-05 19:55:41.000000000 
+0100
+++ new/kfilemetadata-5.21.0/CMakeLists.txt     2016-04-03 22:51:54.000000000 
+0200
@@ -3,7 +3,7 @@
 project(kfilemetadata)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
                   VARIABLE_PREFIX KFILEMETADATA
@@ -26,7 +26,7 @@
                   SOVERSION 3)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Xml)
 find_package(KF5 ${KF5_DEP_VERSION} REQUIRED COMPONENTS I18n Archive)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.20.0/po/ca@valencia/kfilemetadata.po 
new/kfilemetadata-5.21.0/po/ca@valencia/kfilemetadata.po
--- old/kfilemetadata-5.20.0/po/ca@valencia/kfilemetadata.po    2016-03-05 
19:55:41.000000000 +0100
+++ new/kfilemetadata-5.21.0/po/ca@valencia/kfilemetadata.po    2016-04-03 
22:51:54.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kfilemetadata\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-02-27 07:21+0000\n"
-"PO-Revision-Date: 2016-01-18 23:23+0100\n"
+"PO-Revision-Date: 2016-02-27 11:11+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca@valencia\n"
@@ -314,17 +314,17 @@
 #: src/propertyinfo.cpp:420
 msgctxt "@label the subject of an email this file was attached to"
 msgid "E-Mail Attachment Subject"
-msgstr ""
+msgstr "Assumpte del correu al qual s'ha adjuntat"
 
 #: src/propertyinfo.cpp:427
 msgctxt "@label the sender of an email this file was attached to"
 msgid "E-Mail Attachment Sender"
-msgstr ""
+msgstr "Remitent del correu al qual s'ha adjuntat"
 
 #: src/propertyinfo.cpp:434
 msgctxt "@label the message ID of an email this file was attached to"
 msgid "E-Mail Attachment Message ID"
-msgstr ""
+msgstr "ID de missatge del correu al qual s'ha adjuntat"
 
 #: src/typeinfo.cpp:47
 msgctxt "@label"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.20.0/po/en_GB/kfilemetadata.po 
new/kfilemetadata-5.21.0/po/en_GB/kfilemetadata.po
--- old/kfilemetadata-5.20.0/po/en_GB/kfilemetadata.po  2016-03-05 
19:55:41.000000000 +0100
+++ new/kfilemetadata-5.21.0/po/en_GB/kfilemetadata.po  2016-04-03 
22:51:54.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-02-27 07:21+0000\n"
-"PO-Revision-Date: 2016-01-24 12:18+0000\n"
+"PO-Revision-Date: 2016-03-06 11:39+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
 "Language: en_GB\n"
@@ -310,17 +310,17 @@
 #: src/propertyinfo.cpp:420
 msgctxt "@label the subject of an email this file was attached to"
 msgid "E-Mail Attachment Subject"
-msgstr ""
+msgstr "E-Mail Attachment Subject"
 
 #: src/propertyinfo.cpp:427
 msgctxt "@label the sender of an email this file was attached to"
 msgid "E-Mail Attachment Sender"
-msgstr ""
+msgstr "E-Mail Attachment Sender"
 
 #: src/propertyinfo.cpp:434
 msgctxt "@label the message ID of an email this file was attached to"
 msgid "E-Mail Attachment Message ID"
-msgstr ""
+msgstr "E-Mail Attachment Message ID"
 
 #: src/typeinfo.cpp:47
 msgctxt "@label"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.20.0/po/sk/kfilemetadata.po 
new/kfilemetadata-5.21.0/po/sk/kfilemetadata.po
--- old/kfilemetadata-5.20.0/po/sk/kfilemetadata.po     2016-03-05 
19:55:41.000000000 +0100
+++ new/kfilemetadata-5.21.0/po/sk/kfilemetadata.po     2016-04-03 
22:51:54.000000000 +0200
@@ -5,7 +5,7 @@
 "Project-Id-Version: kfilemetadata\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-02-27 07:21+0000\n"
-"PO-Revision-Date: 2016-02-01 20:15+0100\n"
+"PO-Revision-Date: 2016-03-10 20:30+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
 "Language: sk\n"
@@ -308,17 +308,17 @@
 #: src/propertyinfo.cpp:420
 msgctxt "@label the subject of an email this file was attached to"
 msgid "E-Mail Attachment Subject"
-msgstr ""
+msgstr "Predmet prílohy mailu"
 
 #: src/propertyinfo.cpp:427
 msgctxt "@label the sender of an email this file was attached to"
 msgid "E-Mail Attachment Sender"
-msgstr ""
+msgstr "Odosielateľ prílohy mailu"
 
 #: src/propertyinfo.cpp:434
 msgctxt "@label the message ID of an email this file was attached to"
 msgid "E-Mail Attachment Message ID"
-msgstr ""
+msgstr "ID správy prílohy mailu"
 
 #: src/typeinfo.cpp:47
 msgctxt "@label"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.20.0/po/sl/kfilemetadata.po 
new/kfilemetadata-5.21.0/po/sl/kfilemetadata.po
--- old/kfilemetadata-5.20.0/po/sl/kfilemetadata.po     2016-03-05 
19:55:41.000000000 +0100
+++ new/kfilemetadata-5.21.0/po/sl/kfilemetadata.po     2016-04-03 
22:51:54.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-02-27 07:21+0000\n"
-"PO-Revision-Date: 2016-01-23 10:19+0100\n"
+"PO-Revision-Date: 2016-03-07 17:07+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
 "Language: sl\n"
@@ -311,17 +311,17 @@
 #: src/propertyinfo.cpp:420
 msgctxt "@label the subject of an email this file was attached to"
 msgid "E-Mail Attachment Subject"
-msgstr ""
+msgstr "Zadeva e-sporočila te priloge"
 
 #: src/propertyinfo.cpp:427
 msgctxt "@label the sender of an email this file was attached to"
 msgid "E-Mail Attachment Sender"
-msgstr ""
+msgstr "Pošiljatelj e-sporočila te priloge"
 
 #: src/propertyinfo.cpp:434
 msgctxt "@label the message ID of an email this file was attached to"
 msgid "E-Mail Attachment Message ID"
-msgstr ""
+msgstr "ID e-sporočila te priloge"
 
 #: src/typeinfo.cpp:47
 msgctxt "@label"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.20.0/po/sr/kfilemetadata.po 
new/kfilemetadata-5.21.0/po/sr/kfilemetadata.po
--- old/kfilemetadata-5.20.0/po/sr/kfilemetadata.po     2016-03-05 
19:55:41.000000000 +0100
+++ new/kfilemetadata-5.21.0/po/sr/kfilemetadata.po     2016-04-03 
22:51:54.000000000 +0200
@@ -5,7 +5,7 @@
 "Project-Id-Version: kfilemetadata\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-02-27 07:21+0000\n"
-"PO-Revision-Date: 2016-01-24 11:48+0100\n"
+"PO-Revision-Date: 2016-03-05 21:49+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
 "Language: sr\n"
@@ -312,17 +312,17 @@
 #: src/propertyinfo.cpp:420
 msgctxt "@label the subject of an email this file was attached to"
 msgid "E-Mail Attachment Subject"
-msgstr ""
+msgstr "тема прилога е‑поште"
 
 #: src/propertyinfo.cpp:427
 msgctxt "@label the sender of an email this file was attached to"
 msgid "E-Mail Attachment Sender"
-msgstr ""
+msgstr "пошиљалац прилога е‑поште"
 
 #: src/propertyinfo.cpp:434
 msgctxt "@label the message ID of an email this file was attached to"
 msgid "E-Mail Attachment Message ID"
-msgstr ""
+msgstr "ИД поруке прилога е‑поште"
 
 #: src/typeinfo.cpp:47
 msgctxt "@label"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kfilemetadata-5.20.0/po/sr@ijekavian/kfilemetadata.po 
new/kfilemetadata-5.21.0/po/sr@ijekavian/kfilemetadata.po
--- old/kfilemetadata-5.20.0/po/sr@ijekavian/kfilemetadata.po   2016-03-05 
19:55:41.000000000 +0100
+++ new/kfilemetadata-5.21.0/po/sr@ijekavian/kfilemetadata.po   2016-04-03 
22:51:54.000000000 +0200
@@ -5,7 +5,7 @@
 "Project-Id-Version: kfilemetadata\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-02-27 07:21+0000\n"
-"PO-Revision-Date: 2016-01-24 11:48+0100\n"
+"PO-Revision-Date: 2016-03-05 21:49+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
 "Language: sr@ijekavian\n"
@@ -312,17 +312,17 @@
 #: src/propertyinfo.cpp:420
 msgctxt "@label the subject of an email this file was attached to"
 msgid "E-Mail Attachment Subject"
-msgstr ""
+msgstr "тема прилога е‑поште"
 
 #: src/propertyinfo.cpp:427
 msgctxt "@label the sender of an email this file was attached to"
 msgid "E-Mail Attachment Sender"
-msgstr ""
+msgstr "пошиљалац прилога е‑поште"
 
 #: src/propertyinfo.cpp:434
 msgctxt "@label the message ID of an email this file was attached to"
 msgid "E-Mail Attachment Message ID"
-msgstr ""
+msgstr "ИД поруке прилога е‑поште"
 
 #: src/typeinfo.cpp:47
 msgctxt "@label"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kfilemetadata-5.20.0/po/sr@ijekavianlatin/kfilemetadata.po 
new/kfilemetadata-5.21.0/po/sr@ijekavianlatin/kfilemetadata.po
--- old/kfilemetadata-5.20.0/po/sr@ijekavianlatin/kfilemetadata.po      
2016-03-05 19:55:41.000000000 +0100
+++ new/kfilemetadata-5.21.0/po/sr@ijekavianlatin/kfilemetadata.po      
2016-04-03 22:51:54.000000000 +0200
@@ -5,7 +5,7 @@
 "Project-Id-Version: kfilemetadata\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-02-27 07:21+0000\n"
-"PO-Revision-Date: 2016-01-24 11:48+0100\n"
+"PO-Revision-Date: 2016-03-05 21:49+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
 "Language: sr@ijekavianlatin\n"
@@ -312,17 +312,17 @@
 #: src/propertyinfo.cpp:420
 msgctxt "@label the subject of an email this file was attached to"
 msgid "E-Mail Attachment Subject"
-msgstr ""
+msgstr "tema priloga e‑pošte"
 
 #: src/propertyinfo.cpp:427
 msgctxt "@label the sender of an email this file was attached to"
 msgid "E-Mail Attachment Sender"
-msgstr ""
+msgstr "pošiljalac priloga e‑pošte"
 
 #: src/propertyinfo.cpp:434
 msgctxt "@label the message ID of an email this file was attached to"
 msgid "E-Mail Attachment Message ID"
-msgstr ""
+msgstr "ID poruke priloga e‑pošte"
 
 #: src/typeinfo.cpp:47
 msgctxt "@label"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.20.0/po/sr@latin/kfilemetadata.po 
new/kfilemetadata-5.21.0/po/sr@latin/kfilemetadata.po
--- old/kfilemetadata-5.20.0/po/sr@latin/kfilemetadata.po       2016-03-05 
19:55:41.000000000 +0100
+++ new/kfilemetadata-5.21.0/po/sr@latin/kfilemetadata.po       2016-04-03 
22:51:54.000000000 +0200
@@ -5,7 +5,7 @@
 "Project-Id-Version: kfilemetadata\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-02-27 07:21+0000\n"
-"PO-Revision-Date: 2016-01-24 11:48+0100\n"
+"PO-Revision-Date: 2016-03-05 21:49+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
 "Language: sr@latin\n"
@@ -312,17 +312,17 @@
 #: src/propertyinfo.cpp:420
 msgctxt "@label the subject of an email this file was attached to"
 msgid "E-Mail Attachment Subject"
-msgstr ""
+msgstr "tema priloga e‑pošte"
 
 #: src/propertyinfo.cpp:427
 msgctxt "@label the sender of an email this file was attached to"
 msgid "E-Mail Attachment Sender"
-msgstr ""
+msgstr "pošiljalac priloga e‑pošte"
 
 #: src/propertyinfo.cpp:434
 msgctxt "@label the message ID of an email this file was attached to"
 msgid "E-Mail Attachment Message ID"
-msgstr ""
+msgstr "ID poruke priloga e‑pošte"
 
 #: src/typeinfo.cpp:47
 msgctxt "@label"


Reply via email to