Hello community,

here is the log from the commit of package kfind for openSUSE:Factory checked 
in at 2018-05-16 18:38:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kfind (Old)
 and      /work/SRC/openSUSE:Factory/.kfind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kfind"

Wed May 16 18:38:27 2018 rev:18 rq:607170 version:18.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kfind/kfind.changes      2018-04-27 
16:03:50.198364958 +0200
+++ /work/SRC/openSUSE:Factory/.kfind.new/kfind.changes 2018-05-16 
18:39:20.500173670 +0200
@@ -1,0 +2,10 @@
+Fri May 11 05:17:53 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.1.php
+- Changes since 18.04.0:
+  * Use the correct log category in the categories file
+
+-------------------------------------------------------------------

Old:
----
  kfind-18.04.0.tar.xz

New:
----
  kfind-18.04.1.tar.xz

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

Other differences:
------------------
++++++ kfind.spec ++++++
--- /var/tmp/diff_new_pack.VOFOFo/_old  2018-05-16 18:39:21.184148965 +0200
+++ /var/tmp/diff_new_pack.VOFOFo/_new  2018-05-16 18:39:21.188148821 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:           kfind
-Version:        18.04.0
+Version:        18.04.1
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++++++ kfind-18.04.0.tar.xz -> kfind-18.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-18.04.0/CMakeLists.txt 
new/kfind-18.04.1/CMakeLists.txt
--- old/kfind-18.04.0/CMakeLists.txt    2018-04-13 02:01:25.000000000 +0200
+++ new/kfind-18.04.1/CMakeLists.txt    2018-05-08 02:05:17.000000000 +0200
@@ -21,7 +21,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "18")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(KFIND_VERSION ${KDE_APPLICATIONS_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-18.04.0/kfind.categories 
new/kfind-18.04.1/kfind.categories
--- old/kfind-18.04.0/kfind.categories  2018-04-09 22:40:37.000000000 +0200
+++ new/kfind-18.04.1/kfind.categories  2018-05-02 14:16:12.000000000 +0200
@@ -1 +1 @@
-org.kde.pim.sieveeditor sieveeditor (sieveeditor)
+org.kde.kfind KFind
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-18.04.0/po/cs/kfind.po 
new/kfind-18.04.1/po/cs/kfind.po
--- old/kfind-18.04.0/po/cs/kfind.po    2018-04-13 02:01:23.000000000 +0200
+++ new/kfind-18.04.1/po/cs/kfind.po    2018-05-08 02:05:15.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <v...@pelcak.org>, 2010, 2011, 2014, 2016, 2017.
+# Vít Pelčák <v...@pelcak.org>, 2010, 2011, 2014, 2016, 2017, 2018.
 # Lukáš Tinkl <lti...@redhat.com>, 2010.
 # Tomáš Chvátal <tomas.chva...@gmail.com>, 2013.
 #
@@ -9,8 +9,8 @@
 "Project-Id-Version: kfindpart\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-16 03:04+0100\n"
-"PO-Revision-Date: 2017-07-28 13:11+0100\n"
-"Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
+"PO-Revision-Date: 2018-04-19 16:11+0100\n"
+"Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
@@ -36,9 +36,9 @@
 #, kde-format
 msgid "one item found"
 msgid_plural "%1 items found"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "nalezena jedna položka"
+msgstr[1] "nalezeny %1 položky"
+msgstr[2] "nalezeno %1 položek"
 
 #: kfinddlg.cpp:172
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-18.04.0/po/id/kfind.po 
new/kfind-18.04.1/po/id/kfind.po
--- old/kfind-18.04.0/po/id/kfind.po    2018-04-13 02:01:24.000000000 +0200
+++ new/kfind-18.04.1/po/id/kfind.po    2018-05-08 02:05:16.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kfindpart\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-16 03:04+0100\n"
-"PO-Revision-Date: 2018-04-03 21:35+0700\n"
+"PO-Revision-Date: 2018-04-16 08:16+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
@@ -399,7 +399,7 @@
 #: kftabdlg.cpp:355
 #, kde-format
 msgid "Special Files (Sockets, Device Files, ...)"
-msgstr "File Spesial (Soket, File Peranti, ...)"
+msgstr "File Spesial (Soket, File Perangkat, ...)"
 
 #: kftabdlg.cpp:356
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-18.04.0/po/zh_CN/kfind.po 
new/kfind-18.04.1/po/zh_CN/kfind.po
--- old/kfind-18.04.0/po/zh_CN/kfind.po 2018-04-13 02:01:24.000000000 +0200
+++ new/kfind-18.04.1/po/zh_CN/kfind.po 2018-05-08 02:05:16.000000000 +0200
@@ -14,7 +14,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-16 03:04+0100\n"
-"PO-Revision-Date: 2018-04-05 09:41-0400\n"
+"PO-Revision-Date: 2018-04-26 06:10-0400\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-18.04.0/po/zh_TW/kfind.po 
new/kfind-18.04.1/po/zh_TW/kfind.po
--- old/kfind-18.04.0/po/zh_TW/kfind.po 2018-04-13 02:01:24.000000000 +0200
+++ new/kfind-18.04.1/po/zh_TW/kfind.po 2018-05-08 02:05:16.000000000 +0200
@@ -9,14 +9,15 @@
 # Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv dot tw>, 2008, 
2009, 2010.
 # Franklin Weng <frank...@goodhorse.idv.tw>, 2011.
 # Jeff Huang <s8321...@gmail.com>, 2016, 2017.
+# pan93412 <pan93...@gmail.com>, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kfindpart\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-16 03:04+0100\n"
-"PO-Revision-Date: 2017-06-27 21:26+0800\n"
-"Last-Translator: Jeff Huang <s8321...@gmail.com>\n"
-"Language-Team: Chinese <kde-i18n-...@kde.org>\n"
+"PO-Revision-Date: 2018-04-24 21:38+0800\n"
+"Last-Translator: pan93412 <pan93...@gmail.com>\n"
+"Language-Team: Chinese <zh-l...@linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -38,9 +39,7 @@
 
 #. i18n as below
 #: kfinddlg.cpp:133 kfinddlg.cpp:228 kfinddlg.cpp:252
-#, fuzzy, kde-format
-#| msgid "one file found"
-#| msgid_plural "%1 files found"
+#, kde-format
 msgid "one item found"
 msgid_plural "%1 items found"
 msgstr[0] "找到 %1 個檔案"
@@ -139,7 +138,7 @@
 #: kfindtreeview.cpp:358
 #, kde-format
 msgid "&Move to Trash"
-msgstr "移到資源回收筒(&M)"
+msgstr "移到垃圾桶(&M)"
 
 #: kfindtreeview.cpp:435
 #, kde-format


Reply via email to