Hello community, here is the log from the commit of package libkgapi for openSUSE:Factory checked in at 2019-01-21 10:16:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkgapi (Old) and /work/SRC/openSUSE:Factory/.libkgapi.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkgapi" Mon Jan 21 10:16:04 2019 rev:41 rq:665228 version:18.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libkgapi/libkgapi.changes 2018-12-19 13:36:58.936333771 +0100 +++ /work/SRC/openSUSE:Factory/.libkgapi.new.28833/libkgapi.changes 2019-01-21 10:16:06.182331484 +0100 @@ -1,0 +2,15 @@ +Fri Jan 11 05:42:37 UTC 2019 - [email protected] + +- Update to 18.12.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.1.php +- Changes since 18.12.0: + * No code changes since 18.12.0 + +------------------------------------------------------------------- +Sat Dec 15 14:32:13 UTC 2018 - Jan Engelhardt <[email protected]> + +- Generalize summaries. + +------------------------------------------------------------------- Old: ---- libkgapi-18.12.0.tar.xz New: ---- libkgapi-18.12.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkgapi.spec ++++++ --- /var/tmp/diff_new_pack.ImoCX9/_old 2019-01-21 10:16:06.998330663 +0100 +++ /var/tmp/diff_new_pack.ImoCX9/_new 2019-01-21 10:16:07.002330658 +0100 @@ -1,7 +1,7 @@ # # spec file for package libkgapi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,9 +20,9 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: libkgapi -Version: 18.12.0 +Version: 18.12.1 Release: 0 -Summary: Extension for accessing your Google data +Summary: Extension for accessing Google data License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/KDE URL: http://www.kde.org @@ -46,7 +46,7 @@ An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks. %package -n libKPimGAPIBlogger5 -Summary: Extension for accessing your Google data +Summary: Extension for accessing Google data Group: System/GUI/KDE Recommends: %{name}-lang = %{version} @@ -54,7 +54,7 @@ An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks. %package -n libKPimGAPICalendar5 -Summary: Extension for accessing your Google data +Summary: Extension for accessing Google data Group: System/GUI/KDE Recommends: %{name}-lang = %{version} @@ -62,7 +62,7 @@ An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks. %package -n libKPimGAPIContacts5 -Summary: Extension for accessing your Google data +Summary: Extension for accessing Google data Group: System/GUI/KDE Recommends: %{name}-lang = %{version} @@ -70,7 +70,7 @@ An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks. %package -n libKPimGAPICore5 -Summary: Extension for accessing your Google data +Summary: Extension for accessing Google data Group: System/GUI/KDE Recommends: %{name}-lang = %{version} Provides: %{name} = %{version} @@ -79,7 +79,7 @@ An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks. %package -n libKPimGAPIDrive5 -Summary: Extension for accessing your Google data +Summary: Extension for accessing Google data Group: System/GUI/KDE Recommends: %{name}-lang = %{version} @@ -87,7 +87,7 @@ An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks. %package -n libKPimGAPILatitude5 -Summary: Extension for accessing your Google data +Summary: Extension for accessing Google data Group: System/GUI/KDE Recommends: %{name}-lang = %{version} @@ -95,7 +95,7 @@ An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks. %package -n libKPimGAPIMaps5 -Summary: Extension for accessing your Google data +Summary: Extension for accessing Google data Group: System/GUI/KDE Recommends: %{name}-lang = %{version} @@ -103,7 +103,7 @@ An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks. %package -n libKPimGAPITasks5 -Summary: Extension for accessing your Google data +Summary: Extension for accessing Google data Group: System/GUI/KDE Recommends: %{name}-lang = %{version} @@ -111,7 +111,7 @@ An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks. %package -n sasl2-kdexoauth2 -Summary: Extension for accessing your Google data +Summary: Cyrus SASL plugin for using Google's XOAUTH Group: System/GUI/KDE Conflicts: kdepim-runtime < %{_kapp_version} Provides: sasl2-kdexoauth2-3 = %{version} @@ -122,7 +122,7 @@ and sending mail through Google servers. %package devel -Summary: KDE PIM Libraries: Build Environment +Summary: Build environment for libkgapi Group: Development/Libraries/KDE Requires: kcalcore-devel Requires: kcontacts5-devel ++++++ libkgapi-18.12.0.tar.xz -> libkgapi-18.12.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkgapi-18.12.0/CMakeLists.txt new/libkgapi-18.12.1/CMakeLists.txt --- old/libkgapi-18.12.0/CMakeLists.txt 2018-12-07 01:48:32.000000000 +0100 +++ new/libkgapi-18.12.1/CMakeLists.txt 2019-01-08 01:20:29.000000000 +0100 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0) -set(PIM_VERSION "5.10.0") +set(PIM_VERSION "5.10.1") set(KGAPI_LIB_VERSION ${PIM_VERSION}) @@ -24,8 +24,8 @@ -set(KCALENDARCORE_LIB_VERSION "5.10.0") -set(KCONTACTS_LIB_VERSION "5.10.0") +set(KCALENDARCORE_LIB_VERSION "5.10.1") +set(KCONTACTS_LIB_VERSION "5.10.1") ecm_setup_version(PROJECT VARIABLE_PREFIX KGAPI diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkgapi-18.12.0/poqm/zh_CN/libkgapi_qt.po new/libkgapi-18.12.1/poqm/zh_CN/libkgapi_qt.po --- old/libkgapi-18.12.0/poqm/zh_CN/libkgapi_qt.po 2018-12-07 01:48:32.000000000 +0100 +++ new/libkgapi-18.12.1/poqm/zh_CN/libkgapi_qt.po 2019-01-08 01:20:29.000000000 +0100 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2018-11-12 09:22\n" +"PO-Revision-Date: 2019-01-05 20:50\n" "Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
