Hello community, here is the log from the commit of package akonadi-notes for openSUSE:Factory checked in at 2019-01-21 10:09:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadi-notes (Old) and /work/SRC/openSUSE:Factory/.akonadi-notes.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-notes" Mon Jan 21 10:09:51 2019 rev:30 rq:665061 version:18.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadi-notes/akonadi-notes.changes 2018-12-19 13:30:48.500822353 +0100 +++ /work/SRC/openSUSE:Factory/.akonadi-notes.new.28833/akonadi-notes.changes 2019-01-21 10:09:53.222707507 +0100 @@ -1,0 +2,10 @@ +Fri Jan 11 05:41:47 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 + +------------------------------------------------------------------- Old: ---- akonadi-notes-18.12.0.tar.xz New: ---- akonadi-notes-18.12.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadi-notes.spec ++++++ --- /var/tmp/diff_new_pack.QmHAuh/_old 2019-01-21 10:09:54.682706032 +0100 +++ /var/tmp/diff_new_pack.QmHAuh/_new 2019-01-21 10:09:54.686706028 +0100 @@ -1,7 +1,7 @@ # # spec file for package akonadi-notes # -# 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 @@ -22,9 +22,9 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: akonadi-notes -Version: 18.12.0 +Version: 18.12.1 Release: 0 -Summary: KDE PIM Libraries +Summary: Library to implement management of notes in Akonadi License: LGPL-2.1-or-later Group: System/GUI/KDE URL: http://www.kde.org @@ -39,27 +39,32 @@ BuildRequires: pkgconfig(Qt5Xml) >= 5.6.0 %description -This package contains the basic packages for KDE PIM applications. +Akonadi Notes is a library that bridges the type-agnostic API of +the Akonadi client libraries and the domain-specific KMime library. It provides +a helper class for note attachments and for wrapping notes into KMime::Message +objects. %package -n libKF5AkonadiNotes5 -Summary: KDE PIM Libraries: Build Environment +Summary: Library to implement management of notes in Akonadi Group: System/Libraries Recommends: %{name}-lang Provides: %{name} = %{version} %description -n libKF5AkonadiNotes5 -This package contains all necessary include files and libraries needed -to develop KDE PIM applications. +Akonadi Notes is a library that bridges the type-agnostic API of +the Akonadi client libraries and the domain-specific KMime library. It provides +a helper class for note attachments and for wrapping notes into KMime::Message +objects. %package devel -Summary: KDE PIM Libraries: Build Environment +Summary: Build environment for akonadi-notes Group: Development/Libraries/KDE Requires: kmime-devel Requires: libKF5AkonadiNotes5 = %{version} %description devel -This package contains all necessary include files and libraries needed -to develop KDE PIM applications. +This package contains the development files needed to use the akonadi-notes +library in other applications. %lang_package ++++++ akonadi-notes-18.12.0.tar.xz -> akonadi-notes-18.12.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-18.12.0/CMakeLists.txt new/akonadi-notes-18.12.1/CMakeLists.txt --- old/akonadi-notes-18.12.0/CMakeLists.txt 2018-12-07 01:43:34.000000000 +0100 +++ new/akonadi-notes-18.12.1/CMakeLists.txt 2019-01-08 01:18:30.000000000 +0100 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0) -set(PIM_VERSION "5.10.0") +set(PIM_VERSION "5.10.1") project(Akonadi-Notes VERSION ${PIM_VERSION}) @@ -25,8 +25,8 @@ set(QT_REQUIRED_VERSION "5.9.0") set(AKONADI_NOTES_VERSION ${PIM_VERSION}) -set(KMIMELIB_VERSION "5.10.0") -set(AKONADI_VERSION "5.10.0") +set(KMIMELIB_VERSION "5.10.1") +set(AKONADI_VERSION "5.10.1") ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADINOTES VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-notes_version.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-18.12.0/po/ca/akonadinotes5.po new/akonadi-notes-18.12.1/po/ca/akonadinotes5.po --- old/akonadi-notes-18.12.0/po/ca/akonadinotes5.po 2018-12-07 01:43:33.000000000 +0100 +++ new/akonadi-notes-18.12.1/po/ca/akonadinotes5.po 2019-01-08 01:18:29.000000000 +0100 @@ -1,5 +1,5 @@ # Translation of akonadinotes5.po to Catalan -# Copyright (C) 2014 This_file_is_part_of_KDE +# Copyright (C) 2012 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-18.12.0/po/ca@valencia/akonadinotes5.po new/akonadi-notes-18.12.1/po/ca@valencia/akonadinotes5.po --- old/akonadi-notes-18.12.0/po/ca@valencia/akonadinotes5.po 2018-12-07 01:43:33.000000000 +0100 +++ new/akonadi-notes-18.12.1/po/ca@valencia/akonadinotes5.po 2019-01-08 01:18:29.000000000 +0100 @@ -1,5 +1,5 @@ # Translation of akonadinotes5.po to Catalan (Valencian) -# Copyright (C) 2014 This_file_is_part_of_KDE +# Copyright (C) 2012 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-18.12.0/po/zh_CN/akonadinotes5.po new/akonadi-notes-18.12.1/po/zh_CN/akonadinotes5.po --- old/akonadi-notes-18.12.0/po/zh_CN/akonadinotes5.po 2018-12-07 01:43:34.000000000 +0100 +++ new/akonadi-notes-18.12.1/po/zh_CN/akonadinotes5.po 2019-01-08 01:18:30.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:56+0100\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"
