Hello community,

here is the log from the commit of package akonadi-search for openSUSE:Factory 
checked in at 2017-07-25 11:25:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-search (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-search.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-search"

Tue Jul 25 11:25:47 2017 rev:24 rq:510629 version:17.04.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-search/akonadi-search.changes    
2017-06-12 15:14:13.786447502 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-search.new/akonadi-search.changes       
2017-07-25 11:25:49.651785994 +0200
@@ -1,0 +2,10 @@
+Sat Jul 15 22:58:50 CEST 2017 - [email protected]
+
+- Update to 17.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.3.php
+- Changes since 17.04.2:
+  * Fix includes
+
+-------------------------------------------------------------------

Old:
----
  akonadi-search-17.04.2.tar.xz

New:
----
  akonadi-search-17.04.3.tar.xz

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

Other differences:
------------------
++++++ akonadi-search.spec ++++++
--- /var/tmp/diff_new_pack.IDvpf2/_old  2017-07-25 11:25:50.155714828 +0200
+++ /var/tmp/diff_new_pack.IDvpf2/_new  2017-07-25 11:25:50.155714828 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:           akonadi-search
-Version:        17.04.2
+Version:        17.04.3
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++++++ akonadi-search-17.04.2.tar.xz -> akonadi-search-17.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-search-17.04.2/CMakeLists.txt 
new/akonadi-search-17.04.3/CMakeLists.txt
--- old/akonadi-search-17.04.2/CMakeLists.txt   2017-06-06 02:23:24.000000000 
+0200
+++ new/akonadi-search-17.04.3/CMakeLists.txt   2017-07-11 02:25:50.000000000 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(PIM_VERSION "5.5.2")
+set(PIM_VERSION "5.5.3")
 project(AkonadiSearch VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -26,11 +26,11 @@
 
 set(AKONADISEARCH_VERSION ${PIM_VERSION})
 
-set(AKONADI_VERSION "5.5.2")
-set(AKONADI_MIMELIB_VERSION "5.5.2")
-set(KCONTACTS_LIB_VERSION "5.5.2")
-set(KCALENDARCORE_LIB_VERSION "5.5.2")
-set(KMIME_LIB_VERSION "5.5.2")
+set(AKONADI_VERSION "5.5.3")
+set(AKONADI_MIMELIB_VERSION "5.5.3")
+set(KCONTACTS_LIB_VERSION "5.5.3")
+set(KCALENDARCORE_LIB_VERSION "5.5.3")
+set(KMIME_LIB_VERSION "5.5.3")
 
 
 find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-search-17.04.2/agent/priority.cpp 
new/akonadi-search-17.04.3/agent/priority.cpp
--- old/akonadi-search-17.04.2/agent/priority.cpp       2017-05-24 
07:57:30.000000000 +0200
+++ new/akonadi-search-17.04.3/agent/priority.cpp       2017-06-19 
07:05:33.000000000 +0200
@@ -27,11 +27,10 @@
 
 #include <QtCore/QDebug>
 
-#include <sys/time.h>
 #include <sys/resource.h>
 
-#include <unistd.h>
 #ifndef _WIN32
+#include <unistd.h>
 #include <sys/syscall.h>
 #include <errno.h>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-search-17.04.2/akonadiplugin/autotests/CMakeLists.txt 
new/akonadi-search-17.04.3/akonadiplugin/autotests/CMakeLists.txt
--- old/akonadi-search-17.04.2/akonadiplugin/autotests/CMakeLists.txt   
2017-05-24 07:57:30.000000000 +0200
+++ new/akonadi-search-17.04.3/akonadiplugin/autotests/CMakeLists.txt   
2017-06-19 07:05:33.000000000 +0200
@@ -1,6 +1,6 @@
 include(ECMMarkAsTest)
 
-set(QT_REQUIRED_VERSION "5.5.2")
+set(QT_REQUIRED_VERSION "5.5.3")
 find_package(Qt5Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-search-17.04.2/po/fr/akonadi_search.po 
new/akonadi-search-17.04.3/po/fr/akonadi_search.po
--- old/akonadi-search-17.04.2/po/fr/akonadi_search.po  2017-06-06 
02:23:24.000000000 +0200
+++ new/akonadi-search-17.04.3/po/fr/akonadi_search.po  2017-07-11 
02:25:49.000000000 +0200
@@ -1,22 +1,22 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Geoffray Levasseur <[email protected]>, 2014.
+# Vincent Pinon <[email protected]>, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-04-22 04:34+0200\n"
-"PO-Revision-Date: 2014-07-25 12:00+0200\n"
-"Last-Translator: Geoffray Levasseur <geoffray.levasseur-brandin@ac-toulouse."
-"fr>\n"
+"PO-Revision-Date: 2017-06-12 17:41+0100\n"
+"Last-Translator: Vincent Pinon <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -40,12 +40,12 @@
 #: agent/scheduler.cpp:275
 #, kde-format
 msgid "Collection \"%1\" indexed"
-msgstr ""
+msgstr "Collection « %1 » indexée"
 
 #: debug/akonadisearchdebugdialog.cpp:108
 #, kde-format
 msgid "Text Files (*.txt);;All Files (*)"
-msgstr ""
+msgstr "Fichiers texte (*.txt);;Tous les fichiers (*)"
 
 #: debug/akonadisearchdebugdialog.cpp:120
 #, kde-format
@@ -53,30 +53,34 @@
 "Could not write the file %1:\n"
 "\"%2\" is the detailed error description."
 msgstr ""
+"Impossible d'écrire le fichier %1 :\n"
+"La description détaillée de l'erreur est donnée par « %2 »."
 
 #: debug/akonadisearchdebugdialog.cpp:124
 #, kde-format
 msgid "Save File Error"
-msgstr ""
+msgstr "Erreur d'enregistrement"
 
 #: runner/pimcontactsrunner.cpp:46
 #, kde-format
 msgid "Contacts"
-msgstr ""
+msgstr "Contacts"
 
 #: runner/pimcontactsrunner.cpp:209 runner/pimcontactsrunner.cpp:215
 #: runner/pimcontactsrunner.cpp:249
 #, kde-format
 msgctxt "Name (email)"
 msgid "%1 (%2)"
-msgstr ""
+msgstr "%1 (%2)"
 
 #: runner/pimcontactsrunner.cpp:235
 #, kde-format
 msgid "Autocompleted from received and sent emails"
-msgstr ""
+msgstr "Complété automatiquement à partir des messages reçus et envoyés"
 
 #: runner/pimcontactsrunnerconfig.cpp:38
 #, kde-format
 msgid "Search in contacts indexed from sent and received emails too"
 msgstr ""
+"Chercher aussi dans les contacts indexés à partir des messages reçus et "
+"envoyés"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-search-17.04.2/po/tr/akonadi_search.po 
new/akonadi-search-17.04.3/po/tr/akonadi_search.po
--- old/akonadi-search-17.04.2/po/tr/akonadi_search.po  1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-search-17.04.3/po/tr/akonadi_search.po  2017-07-11 
02:25:50.000000000 +0200
@@ -0,0 +1,80 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadi_search\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2017-04-22 04:34+0200\n"
+"PO-Revision-Date: 2017-06-19 12:23+0000\n"
+"Last-Translator: Kaan <[email protected]>\n"
+"Language-Team: LANGUAGE <[email protected]>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: agent/agent.cpp:83
+#, kde-format
+msgctxt "@info:status"
+msgid "No indexers available"
+msgstr "Hiçbir indeksleyici mevcut değil"
+
+#: agent/collectionindexingjob.cpp:83
+#, kde-format
+msgid "Indexing collection: %1"
+msgstr "Koleksyon indeksleme: %1"
+
+#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242
+#, kde-format
+msgid "Ready"
+msgstr "Hazır"
+
+#: agent/scheduler.cpp:275
+#, kde-format
+msgid "Collection \"%1\" indexed"
+msgstr "\"%1\" koleksiyonu indekslendi"
+
+#: debug/akonadisearchdebugdialog.cpp:108
+#, kde-format
+msgid "Text Files (*.txt);;All Files (*)"
+msgstr "Metin Dosyaları (*.txt);;Tüm Dosyalar (*)"
+
+#: debug/akonadisearchdebugdialog.cpp:120
+#, kde-format
+msgid ""
+"Could not write the file %1:\n"
+"\"%2\" is the detailed error description."
+msgstr ""
+"%1 dosyasına yazılamıyor:\n"
+"detaylı hata açıklaması, \"%2\"."
+
+#: debug/akonadisearchdebugdialog.cpp:124
+#, kde-format
+msgid "Save File Error"
+msgstr "Dosya Kaydetme Hatası"
+
+#: runner/pimcontactsrunner.cpp:46
+#, kde-format
+msgid "Contacts"
+msgstr "Kişiler"
+
+#: runner/pimcontactsrunner.cpp:209 runner/pimcontactsrunner.cpp:215
+#: runner/pimcontactsrunner.cpp:249
+#, kde-format
+msgctxt "Name (email)"
+msgid "%1 (%2)"
+msgstr "%1 (%2)"
+
+#: runner/pimcontactsrunner.cpp:235
+#, kde-format
+msgid "Autocompleted from received and sent emails"
+msgstr "Gelen ve gönderilen epostalardan otomatik tamamlandı"
+
+#: runner/pimcontactsrunnerconfig.cpp:38
+#, kde-format
+msgid "Search in contacts indexed from sent and received emails too"
+msgstr "İndekslenmiş gelen ve gönderilen epostalarda da ara"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-search-17.04.2/runner/plasma-krunner-pimcontacts.desktop 
new/akonadi-search-17.04.3/runner/plasma-krunner-pimcontacts.desktop
--- old/akonadi-search-17.04.2/runner/plasma-krunner-pimcontacts.desktop        
2017-05-24 07:57:30.000000000 +0200
+++ new/akonadi-search-17.04.3/runner/plasma-krunner-pimcontacts.desktop        
2017-06-19 07:05:33.000000000 +0200
@@ -27,6 +27,7 @@
 Name[sr@ijekavianlatin]=Pretraga PIM kontakata
 Name[sr@latin]=Pretraga PIM kontakata
 Name[sv]=Kontaktsökning i personlig informationshantering
+Name[tr]=PIM Bağlantılarını Ara
 Name[uk]=Пошук у записах контактів PIM
 Name[x-test]=xxPIM Contacts Searchxx
 Name[zh_CN]=个人信息存储联系人搜索
@@ -56,6 +57,7 @@
 Comment[sr@ijekavianlatin]=Izvođač koji traži kroz vaše kontakte
 Comment[sr@latin]=Izvođač koji traži kroz vaše kontakte
 Comment[sv]=Körprogram som söker igenom kontakter
+Comment[tr]=Bağlantılarınızı arayacak olan araç
 Comment[uk]=Засіб запуску для пошуку у записах ваших контактів
 Comment[x-test]=xxRunner which searches through your contactsxx
 Comment[zh_CN]=搜索您的联系人的运行器
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-search-17.04.2/runner/plasma-krunner-pimcontacts_config.desktop 
new/akonadi-search-17.04.3/runner/plasma-krunner-pimcontacts_config.desktop
--- old/akonadi-search-17.04.2/runner/plasma-krunner-pimcontacts_config.desktop 
2017-05-24 07:57:30.000000000 +0200
+++ new/akonadi-search-17.04.3/runner/plasma-krunner-pimcontacts_config.desktop 
2017-06-19 07:05:33.000000000 +0200
@@ -27,6 +27,7 @@
 Name[sr@ijekavianlatin]=Pretraga PIM kontakata
 Name[sr@latin]=Pretraga PIM kontakata
 Name[sv]=Kontaktsökning i personlig informationshantering
+Name[tr]=PIM Bağlantılarını Ara
 Name[uk]=Пошук у записах контактів PIM
 Name[x-test]=xxPIM Contacts Searchxx
 Name[zh_CN]=个人信息存储联系人搜索


Reply via email to