Hello community,

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

Package is "libkgapi"

Tue Jul 25 11:32:55 2017 rev:20 rq:510786 version:17.04.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkgapi/libkgapi.changes        2017-06-12 
15:23:52.716756319 +0200
+++ /work/SRC/openSUSE:Factory/.libkgapi.new/libkgapi.changes   2017-07-25 
11:32:57.643344159 +0200
@@ -1,0 +2,10 @@
+Sun Jul 16 08:49:43 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:
+  * None
+
+-------------------------------------------------------------------

Old:
----
  libkgapi-17.04.2.tar.xz

New:
----
  libkgapi-17.04.3.tar.xz

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

Other differences:
------------------
++++++ libkgapi.spec ++++++
--- /var/tmp/diff_new_pack.j4R4lI/_old  2017-07-25 11:32:58.303250967 +0200
+++ /var/tmp/diff_new_pack.j4R4lI/_new  2017-07-25 11:32:58.307250402 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:           libkgapi
-Version:        17.04.2
+Version:        17.04.3
 Release:        0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}

++++++ libkgapi-17.04.2.tar.xz -> libkgapi-17.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-17.04.2/CMakeLists.txt 
new/libkgapi-17.04.3/CMakeLists.txt
--- old/libkgapi-17.04.2/CMakeLists.txt 2017-06-06 02:27:07.000000000 +0200
+++ new/libkgapi-17.04.3/CMakeLists.txt 2017-07-11 02:28:45.000000000 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.2")
+set(PIM_VERSION "5.5.3")
 
 set(KGAPI_LIB_VERSION ${PIM_VERSION})
 
@@ -22,8 +22,8 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 
 
-set(KCALENDARCORE_LIB_VERSION "5.5.2")
-set(KCONTACTS_LIB_VERSION "5.5.2")
+set(KCALENDARCORE_LIB_VERSION "5.5.3")
+set(KCONTACTS_LIB_VERSION "5.5.3")
 
 ecm_setup_version(PROJECT
     VARIABLE_PREFIX KGAPI
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-17.04.2/poqm/fr/libkgapi_qt.po 
new/libkgapi-17.04.3/poqm/fr/libkgapi_qt.po
--- old/libkgapi-17.04.2/poqm/fr/libkgapi_qt.po 2017-06-06 02:27:06.000000000 
+0200
+++ new/libkgapi-17.04.3/poqm/fr/libkgapi_qt.po 2017-07-11 02:28:45.000000000 
+0200
@@ -4,16 +4,16 @@
 # Joëlle Cornavin <[email protected]>, 2011, 2012, 2013.
 # Geoffray Levasseur <[email protected]>, 2012.
 # xavier <[email protected]>, 2013.
-# Vincent PINON <[email protected]>, 2014, 2016.
+# Vincent PINON <[email protected]>, 2014, 2016, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: libkgapi\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-08-23 01:46+0000\n"
-"PO-Revision-Date: 2016-11-21 15:54+0100\n"
+"PO-Revision-Date: 2017-06-14 09:16+0100\n"
 "Last-Translator: Vincent Pinon <[email protected]>\n"
-"Language-Team: French <[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"
@@ -285,9 +285,6 @@
 msgstr "Aucune portée pour laquelle s'authentifier"
 
 #: src/core/ui/authwidget_p.cpp:129
-#, fuzzy
-#| msgctxt "AuthWidget::Private|"
-#| msgid "Authorizing token. This should take just a moment..."
 msgctxt "KGAPI2::AuthWidgetPrivate|"
 msgid "Authorizing token. This should take just a moment..."
 msgstr ""
@@ -295,9 +292,6 @@
 "quelques instants..."
 
 #: src/core/ui/authwidget_p.cpp:297 src/core/ui/authwidget_p.cpp:306
-#, fuzzy
-#| msgctxt "AuthWidget::Private|"
-#| msgid "Parsing token page failed."
 msgctxt "KGAPI2::AuthWidgetPrivate|"
 msgid "Parsing token page failed."
 msgstr "L'analyse de la page du jeton a échoué."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-17.04.2/poqm/tr/libkgapi_qt.po 
new/libkgapi-17.04.3/poqm/tr/libkgapi_qt.po
--- old/libkgapi-17.04.2/poqm/tr/libkgapi_qt.po 2017-06-06 02:27:06.000000000 
+0200
+++ new/libkgapi-17.04.3/poqm/tr/libkgapi_qt.po 2017-07-11 02:28:45.000000000 
+0200
@@ -9,8 +9,8 @@
 "Project-Id-Version: extragear-libs-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-08-23 01:46+0000\n"
-"PO-Revision-Date: 2015-08-10 15:49+0000\n"
-"Last-Translator: Necdet <[email protected]>\n"
+"PO-Revision-Date: 2017-06-05 12:21+0000\n"
+"Last-Translator: Mesutcan <[email protected]>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/extragear-";
 "libs-k-tr/language/tr/)\n"
 "Language: tr\n"
@@ -280,20 +280,14 @@
 msgstr "Kimlik doğrulama yapılacak kapsam yok"
 
 #: src/core/ui/authwidget_p.cpp:129
-#, fuzzy
-#| msgctxt "AuthWidget::Private|"
-#| msgid "Authorizing token. This should take just a moment..."
 msgctxt "KGAPI2::AuthWidgetPrivate|"
 msgid "Authorizing token. This should take just a moment..."
-msgstr "Jeton onaylanıyor. Bu çok kısa bir zaman alacak..."
+msgstr "Jeton yetkilendiriliyor. Bu çok kısa bir zaman alacak..."
 
 #: src/core/ui/authwidget_p.cpp:297 src/core/ui/authwidget_p.cpp:306
-#, fuzzy
-#| msgctxt "AuthWidget::Private|"
-#| msgid "Parsing token page failed."
 msgctxt "KGAPI2::AuthWidgetPrivate|"
 msgid "Parsing token page failed."
-msgstr "Jeton sayfasının ayrıştırılması başarısız oldu."
+msgstr "Jeton sayfası ayrıçtırma başarısız oldu."
 
 #: src/drive/aboutfetchjob.cpp:140
 msgctxt "KGAPI2::Drive::AboutFetchJob|"


Reply via email to