Hello community,

here is the log from the commit of package kfind for openSUSE:Factory checked 
in at 2019-02-15 09:58:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kfind (Old)
 and      /work/SRC/openSUSE:Factory/.kfind.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kfind"

Fri Feb 15 09:58:28 2019 rev:27 rq:673753 version:18.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kfind/kfind.changes      2019-01-24 
14:06:59.723805670 +0100
+++ /work/SRC/openSUSE:Factory/.kfind.new.28833/kfind.changes   2019-02-15 
09:58:29.571700985 +0100
@@ -1,0 +2,10 @@
+Sat Feb 09 08:25:03 UTC 2019 - [email protected]
+
+- Update to 18.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.2.php
+- Changes since 18.12.1:
+  * No code changes since 18.12.1
+
+-------------------------------------------------------------------

Old:
----
  kfind-18.12.1.tar.xz

New:
----
  kfind-18.12.2.tar.xz

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

Other differences:
------------------
++++++ kfind.spec ++++++
--- /var/tmp/diff_new_pack.X0UV1C/_old  2019-02-15 09:58:30.035700836 +0100
+++ /var/tmp/diff_new_pack.X0UV1C/_new  2019-02-15 09:58:30.039700836 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kfind
-Version:        18.12.1
+Version:        18.12.2
 Release:        0
 Summary:        KDE Find File Utility
 License:        GPL-2.0-or-later

++++++ kfind-18.12.1.tar.xz -> kfind-18.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-18.12.1/CMakeLists.txt 
new/kfind-18.12.2/CMakeLists.txt
--- old/kfind-18.12.1/CMakeLists.txt    2019-01-08 01:02:25.000000000 +0100
+++ new/kfind-18.12.2/CMakeLists.txt    2019-02-05 01:13:02.000000000 +0100
@@ -22,7 +22,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "18")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 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.12.1/po/pl/kfind.po 
new/kfind-18.12.2/po/pl/kfind.po
--- old/kfind-18.12.1/po/pl/kfind.po    2019-01-08 01:02:23.000000000 +0100
+++ new/kfind-18.12.2/po/pl/kfind.po    2019-02-05 01:12:58.000000000 +0100
@@ -1,6 +1,6 @@
 # translation of kfindpart.po to Polish
 # translation of kfindpart.po to
-# Version: $Revision: 1528210 $
+# Version: $Revision: 1533396 $
 # Copyright (C) 2002,2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software 
Foundation, Inc.
 #
 # Marcin Giedz <[email protected]>, 2002.
@@ -8,13 +8,13 @@
 # Krzysztof Lichota <[email protected]>, 2005.
 # Robert Gomulka <[email protected]>, 2006.
 # Marta Rybczyńska <[email protected]>, 2008.
-# Łukasz Wojniłowicz <[email protected]>, 2011, 2012, 2014, 2015, 
2016, 2017, 2018.
+# Łukasz Wojniłowicz <[email protected]>, 2011, 2012, 2014, 2015, 
2016, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kfindpart\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:46+0100\n"
-"PO-Revision-Date: 2018-11-03 20:46+0100\n"
+"PO-Revision-Date: 2019-01-20 07:45+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -23,7 +23,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 ">\n"
 ">\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.03.70\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 
@@ -53,7 +53,7 @@
 #: kfinddlg.cpp:217
 #, kde-format
 msgid "Canceled."
-msgstr "Anulowano."
+msgstr "Porzucono."
 
 #: kfinddlg.cpp:219 kfinddlg.cpp:222 kfinddlg.cpp:225
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-18.12.1/po/sk/kfind.po 
new/kfind-18.12.2/po/sk/kfind.po
--- old/kfind-18.12.1/po/sk/kfind.po    2019-01-08 01:02:23.000000000 +0100
+++ new/kfind-18.12.2/po/sk/kfind.po    2019-02-05 01:12:58.000000000 +0100
@@ -5,20 +5,20 @@
 # Richard Fric <[email protected]>, 2006, 2009, 2010.
 # Michal Sulek <[email protected]>, 2009, 2010, 2011.
 # Roman Paholik <[email protected]>, 2016, 2017.
-# Mthw <[email protected]>, 2018.
+# Mthw <[email protected]>, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kfindpart\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:46+0100\n"
-"PO-Revision-Date: 2018-09-08 13:16+0100\n"
+"PO-Revision-Date: 2019-01-29 09:35+0100\n"
 "Last-Translator: Mthw <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #: kfinddlg.cpp:47
@@ -35,11 +35,9 @@
 
 #. i18n as below
 #: kfinddlg.cpp:151
-#, fuzzy, kde-format
-#| msgid "one item found"
-#| msgid_plural "%1 items found"
+#, kde-format
 msgid "0 items found"
-msgstr "nájdený jeden súbor"
+msgstr "nájdených 0 položiek"
 
 #: kfinddlg.cpp:190
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-18.12.1/po/zh_CN/kfind.po 
new/kfind-18.12.2/po/zh_CN/kfind.po
--- old/kfind-18.12.1/po/zh_CN/kfind.po 2019-01-08 01:02:24.000000000 +0100
+++ new/kfind-18.12.2/po/zh_CN/kfind.po 2019-02-05 01:12:58.000000000 +0100
@@ -14,7 +14,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:46+0100\n"
-"PO-Revision-Date: 2019-01-05 20:53\n"
+"PO-Revision-Date: 2019-01-27 23:09\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-18.12.1/src/org.kde.kfind.appdata.xml 
new/kfind-18.12.2/src/org.kde.kfind.appdata.xml
--- old/kfind-18.12.1/src/org.kde.kfind.appdata.xml     2019-01-06 
08:35:37.000000000 +0100
+++ new/kfind-18.12.2/src/org.kde.kfind.appdata.xml     2019-02-03 
05:46:11.000000000 +0100
@@ -152,6 +152,8 @@
       <caption xml:lang="pl">Główne okno KFind</caption>
       <caption xml:lang="pt">Janela principal do KFind</caption>
       <caption xml:lang="pt-BR">Janela principal do KFind</caption>
+      <caption xml:lang="ru">Главное окно KFind</caption>
+      <caption xml:lang="sk">Hlavné okno KFind</caption>
       <caption xml:lang="sv">Huvudfönstret i Kfind</caption>
       <caption xml:lang="uk">Головне вікно KFind</caption>
       <caption xml:lang="x-test">xxKFind main windowxx</caption>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-18.12.1/src/org.kde.kfind.desktop 
new/kfind-18.12.2/src/org.kde.kfind.desktop
--- old/kfind-18.12.1/src/org.kde.kfind.desktop 2019-01-06 08:35:37.000000000 
+0100
+++ new/kfind-18.12.2/src/org.kde.kfind.desktop 2019-02-03 05:46:11.000000000 
+0100
@@ -84,7 +84,7 @@
 GenericName[tr]=Dosya/Klasör Bul
 GenericName[uk]=Пошук файлів та тек
 GenericName[x-test]=xxFind Files/Foldersxx
-GenericName[zh_CN]=搜索文件/文件夹
+GenericName[zh_CN]=查找文件/文件夹
 GenericName[zh_TW]=尋找檔案/資料夾
 X-KDE-StartupNotify=true
 OnlyShowIn=KDE;


Reply via email to