Hello community, here is the log from the commit of package kfind for openSUSE:Leap:15.2 checked in at 2020-02-21 10:46:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/kfind (Old) and /work/SRC/openSUSE:Leap:15.2/.kfind.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kfind" Fri Feb 21 10:46:23 2020 rev:41 rq:771956 version:19.12.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/kfind/kfind.changes 2020-01-17 12:04:10.160576144 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.kfind.new.26092/kfind.changes 2020-02-21 10:46:45.218603347 +0100 @@ -1,0 +2,14 @@ +Fri Feb 7 08:37:26 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr> + +- Replace %make_jobs with %cmake_build. + +------------------------------------------------------------------- +Wed Feb 5 06:29:07 UTC 2020 - Luca Beltrame <lbeltr...@kde.org> + +- Update to 19.12.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/releases/19.12.2 +- No code change since 19.12.1 + +------------------------------------------------------------------- Old: ---- kfind-19.12.1.tar.xz kfind-19.12.1.tar.xz.sig New: ---- kfind-19.12.2.tar.xz kfind-19.12.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kfind.spec ++++++ --- /var/tmp/diff_new_pack.CyjlSt/_old 2020-02-21 10:46:45.650604229 +0100 +++ /var/tmp/diff_new_pack.CyjlSt/_new 2020-02-21 10:46:45.650604229 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kfind -Version: 19.12.1 +Version: 19.12.2 Release: 0 Summary: KDE Find File Utility License: GPL-2.0-or-later @@ -58,7 +58,7 @@ %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build ++++++ kfind-19.12.1.tar.xz -> kfind-19.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfind-19.12.1/CMakeLists.txt new/kfind-19.12.2/CMakeLists.txt --- old/kfind-19.12.1/CMakeLists.txt 2020-01-07 01:40:15.000000000 +0100 +++ new/kfind-19.12.2/CMakeLists.txt 2020-02-04 01:11:01.000000000 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "19") 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}") project(kfind VERSION ${KDE_APPLICATIONS_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfind-19.12.1/po/ca@valencia/kfind.po new/kfind-19.12.2/po/ca@valencia/kfind.po --- old/kfind-19.12.1/po/ca@valencia/kfind.po 2020-01-07 01:40:09.000000000 +0100 +++ new/kfind-19.12.2/po/ca@valencia/kfind.po 2020-02-04 01:10:58.000000000 +0100 @@ -4,14 +4,14 @@ # version 3 or later versions approved by the membership of KDE e.V. # # Josep Ma. Ferrer <txe...@gmail.com>, 2016, 2017, 2018, 2019. -# Antoni Bella Pérez <antonibel...@yahoo.com>, 2016, 2018. +# Antoni Bella Pérez <antonibel...@yahoo.com>, 2016, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: kfind\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-23 02:21+0200\n" -"PO-Revision-Date: 2019-05-31 18:50+0100\n" -"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n" +"PO-Revision-Date: 2019-12-08 20:58+0100\n" +"Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -19,13 +19,13 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 20.03.70\n" #: kfinddlg.cpp:43 #, kde-format msgctxt "@title:window" msgid "Find Files/Folders" -msgstr "Cerca de fitxers/carpetes" +msgstr "Cerca de fitxers i carpetes" #: kfinddlg.cpp:62 kfinddlg.cpp:211 #, kde-format @@ -219,29 +219,28 @@ "following special characters:<ul><li><b>?</b> matches any single character</" "li><li><b>*</b> matches zero or more of any characters</li><li><b>[...]</b> " "matches any of the characters between the braces</li></ul><br />Example " -"searches:<ul><li><b>*.kwd;*.txt</b> finds all files ending with .kwd or ." -"txt</li><li><b>go[dt]</b> finds god and got</li><li><b>Hel?o</b> finds all " -"files that start with \"Hel\" and end with \"o\", having one character in " -"between</li><li><b>My Document.kwd</b> finds a file of exactly that name</" -"li></ul></qt>" +"searches:<ul><li><b>*.kwd;*.txt</b> finds all files ending with .kwd or .txt</" +"li><li><b>go[dt]</b> finds god and got</li><li><b>Hel?o</b> finds all files " +"that start with \"Hel\" and end with \"o\", having one character in between</" +"li><li><b>My Document.kwd</b> finds a file of exactly that name</li></ul></qt>" msgstr "" "<qt>Introduïu el nom del fitxer que cerqueu. <br />Les alternatives poden " "separar-se amb un punt i coma «;».<br /><br />El nom de fitxer pot contindre " "els següents caràcters especials:<ul><li><b>?</b> que casi amb un únic " -"caràcter</li><li><b>*</b> que casin zero o més caràcters</li><li><b>[...]</" -"b> que casin qualsevol dels caràcters entre claudàtors</li></ul><br /" -">Exemples de cerca:<ul><li><b>*.kwd;*.txt</b> cerca tots els fitxers que " -"acaben amb .kwd o .txt</li><li><b>go[tl]</b> cerca got i gol</li><li><b>Hol?" -"a</b> cerca tots els fitxers que comencen per «Hol» i que acaben per «a», " -"amb un sol caràcter enmig</li><li><b>El meu document.kwd</b> cerca un fitxer " -"amb aquest nom exacte</li></ul></qt>" +"caràcter</li><li><b>*</b> que casin zero o més caràcters</li><li><b>[...]</b> " +"que casin qualsevol dels caràcters entre claudàtors</li></ul><br />Exemples " +"de cerca:<ul><li><b>*.kwd;*.txt</b> cerca tots els fitxers que acaben amb ." +"kwd o .txt</li><li><b>go[tl]</b> cerca got i gol</li><li><b>Hol?a</b> cerca " +"tots els fitxers que comencen per «Hol» i que acaben per «a», amb un sol " +"caràcter enmig</li><li><b>El meu document.kwd</b> cerca un fitxer amb aquest " +"nom exacte</li></ul></qt>" #: kftabdlg.cpp:138 #, kde-format msgid "" "<qt>This lets you use the files' index created by the <i>slocate</i> package " -"to speed-up the search; remember to update the index from time to time " -"(using <i>updatedb</i>).</qt>" +"to speed-up the search; remember to update the index from time to time (using " +"<i>updatedb</i>).</qt>" msgstr "" "<qt>Això vos permet usar l'índex de fitxers creat pel paquet <i>slocate</i> " "per accelerar la cerca; penseu d'actualitzar l'índex de tant en tant (usant " @@ -339,8 +338,8 @@ "documentation for a list of supported file types.</qt>" msgstr "" "<qt>Si s'especifica, només es trobaran els fitxers que continguen aquest " -"text. Tingueu en compte que no estan permesos tots els tipus de fitxers de " -"la llista de més amunt. Per favor, referiu-vos a la documentació per a una " +"text. Tingueu en compte que no estan permesos tots els tipus de fitxers de la " +"llista de més amunt. Per favor, referiu-vos a la documentació per a una " "llista completa dels tipus de fitxer acceptats.</qt>" #: kftabdlg.cpp:319 @@ -364,9 +363,8 @@ "<qt>This lets you search in any type of file, even those that usually do not " "contain text (for example program files and images).</qt>" msgstr "" -"<qt>Això vos permet cercar en qualsevol tipus de fitxer, encara que " -"usualment no continguen text (per exemple fitxers de programa i imatges).</" -"qt>" +"<qt>Això vos permet cercar en qualsevol tipus de fitxer, encara que usualment " +"no continguen text (per exemple fitxers de programa i imatges).</qt>" #: kftabdlg.cpp:332 #, kde-format @@ -467,8 +465,7 @@ msgstr "" "<qt>Si s'especifica, el només cercar en aquest camp<br /><ul><li><b>Fitxers " "de so (mp3...)</b> Aquest pot ser el títol, Àlbum...</li><li><b>Imatges " -"(png...)</b> Cerca només en la resolució, profunditat de bit...</li></ul></" -"qt>" +"(png...)</b> Cerca només en la resolució, profunditat de bit...</li></ul></qt>" #: kftabdlg.cpp:607 #, kde-format @@ -702,9 +699,3 @@ #, kde-format msgid "Path(s) to search" msgstr "Camí(ns) on cercar" - -#~ msgid "HTML page" -#~ msgstr "Pàgina HTML" - -#~ msgid "Text file" -#~ msgstr "Fitxer de text" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfind-19.12.1/po/zh_CN/kfind.po new/kfind-19.12.2/po/zh_CN/kfind.po --- old/kfind-19.12.1/po/zh_CN/kfind.po 2020-01-07 01:40:13.000000000 +0100 +++ new/kfind-19.12.2/po/zh_CN/kfind.po 2020-02-04 01:11:00.000000000 +0100 @@ -14,7 +14,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-23 02:21+0200\n" -"PO-Revision-Date: 2020-01-04 21:51\n" +"PO-Revision-Date: 2020-01-20 21:57\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfind-19.12.1/src/org.kde.kfind.appdata.xml new/kfind-19.12.2/src/org.kde.kfind.appdata.xml --- old/kfind-19.12.1/src/org.kde.kfind.appdata.xml 2020-01-06 14:48:19.000000000 +0100 +++ new/kfind-19.12.2/src/org.kde.kfind.appdata.xml 2020-02-04 00:08:58.000000000 +0100 @@ -179,6 +179,7 @@ <binary>kfind</binary> </provides> <releases> + <release version="19.12.2" date="2020-02-06"/> <release version="19.12.1" date="2020-01-09"/> <release version="19.12.0" date="2019-12-12"/> </releases>