Hello community, here is the log from the commit of package akonadi-notes for openSUSE:Leap:15.2 checked in at 2020-05-12 11:32:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/akonadi-notes (Old) and /work/SRC/openSUSE:Leap:15.2/.akonadi-notes.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-notes" Tue May 12 11:32:52 2020 rev:49 rq:797306 version:20.04.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/akonadi-notes/akonadi-notes.changes 2020-03-15 07:11:09.956956343 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.akonadi-notes.new.2738/akonadi-notes.changes 2020-05-12 11:32:53.355805985 +0200 @@ -1,0 +2,28 @@ +Thu Apr 23 12:21:46 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-04-apps-update +- No code change since 20.03.90 + +------------------------------------------------------------------- +Sun Apr 5 20:29:33 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.03.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/20.04-rc +- No code change since 20.03.80 + +------------------------------------------------------------------- +Sun Mar 22 09:16:29 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.03.80 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/20.04-beta +- Changes since 19.12.3: + * It's already defined in ecm + +------------------------------------------------------------------- Old: ---- akonadi-notes-19.12.3.tar.xz akonadi-notes-19.12.3.tar.xz.sig New: ---- akonadi-notes-20.04.0.tar.xz akonadi-notes-20.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadi-notes.spec ++++++ --- /var/tmp/diff_new_pack.PJ31WG/_old 2020-05-12 11:32:53.791806901 +0200 +++ /var/tmp/diff_new_pack.PJ31WG/_new 2020-05-12 11:32:53.795806909 +0200 @@ -21,17 +21,13 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: akonadi-notes -Version: 19.12.3 +Version: 20.04.0 Release: 0 Summary: Library to implement management of notes in Akonadi License: LGPL-2.1-or-later Group: System/GUI/KDE URL: https://www.kde.org Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif BuildRequires: extra-cmake-modules >= %{kf5_version} BuildRequires: kf5-filesystem BuildRequires: cmake(KF5Akonadi) @@ -39,6 +35,10 @@ BuildRequires: cmake(KF5Mime) BuildRequires: cmake(Qt5Test) >= 5.6.0 BuildRequires: cmake(Qt5Xml) >= 5.6.0 +%if %{with lang} +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif %description Akonadi Notes is a library that bridges the type-agnostic API of ++++++ akonadi-notes-19.12.3.tar.xz -> akonadi-notes-20.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-19.12.3/.gitignore new/akonadi-notes-20.04.0/.gitignore --- old/akonadi-notes-19.12.3/.gitignore 2020-02-16 10:00:19.000000000 +0100 +++ new/akonadi-notes-20.04.0/.gitignore 2020-04-06 06:57:13.000000000 +0200 @@ -1,9 +1,20 @@ # Ignore the following files *~ *.[oa] +*.diff +*.kate-swp *.kdev4 -.swp.* +.kdev_include_paths +*.kdevelop.pcs +*.moc +*.moc.cpp +*.orig +*.user .*.swp +.swp.* +Doxyfile +Makefile /build*/ +.cmake/ CMakeLists.txt.user* *.unc-backup* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-19.12.3/CMakeLists.txt new/akonadi-notes-20.04.0/CMakeLists.txt --- old/akonadi-notes-19.12.3/CMakeLists.txt 2020-03-03 01:33:04.000000000 +0100 +++ new/akonadi-notes-20.04.0/CMakeLists.txt 2020-04-17 02:38:23.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.13.3") +set(PIM_VERSION "5.14.0") project(Akonadi-Notes VERSION ${PIM_VERSION}) # ECM setup -set(KF5_MIN_VERSION "5.63.0") +set(KF5_MIN_VERSION "5.68.0") find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -21,11 +21,11 @@ include(FeatureSummary) include(ECMQtDeclareLoggingCategory) -set(QT_REQUIRED_VERSION "5.11.0") +set(QT_REQUIRED_VERSION "5.12.0") set(AKONADI_NOTES_VERSION ${PIM_VERSION}) -set(KMIMELIB_VERSION "5.13.3") -set(AKONADI_VERSION "5.13.3") +set(KMIMELIB_VERSION "5.14.0") +set(AKONADI_VERSION "5.14.0") ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADINOTES VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-notes_version.h" @@ -44,12 +44,10 @@ if (EXISTS "${CMAKE_SOURCE_DIR}/.git") add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) - add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000) + add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400) endif() -add_definitions(-DQT_NO_URL_CAST_FROM_STRING) - add_subdirectory(src) if (BUILD_TESTING) add_subdirectory(autotests) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-19.12.3/po/nb/akonadinotes5.po new/akonadi-notes-20.04.0/po/nb/akonadinotes5.po --- old/akonadi-notes-19.12.3/po/nb/akonadinotes5.po 2020-03-03 01:33:03.000000000 +0100 +++ new/akonadi-notes-20.04.0/po/nb/akonadinotes5.po 2020-04-17 02:38:23.000000000 +0200 @@ -8,7 +8,7 @@ "POT-Creation-Date: 2019-05-20 03:14+0200\n" "PO-Revision-Date: 2011-09-10 19:33+0200\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" -"Language-Team: Norwegian Bokmål <[email protected]>\n" +"Language-Team: Norwegian Bokmål <[email protected]>\n" "Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-19.12.3/po/uk/akonadinotes5.po new/akonadi-notes-20.04.0/po/uk/akonadinotes5.po --- old/akonadi-notes-19.12.3/po/uk/akonadinotes5.po 2020-03-03 01:33:04.000000000 +0100 +++ new/akonadi-notes-20.04.0/po/uk/akonadinotes5.po 2020-04-17 02:38:23.000000000 +0200 @@ -1,5 +1,5 @@ # Translation of akonadinotes5.po to Ukrainian -# Copyright (C) 2014 This_file_is_part_of_KDE +# Copyright (C) 2018 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-19.12.3/po/zh_CN/akonadinotes5.po new/akonadi-notes-20.04.0/po/zh_CN/akonadinotes5.po --- old/akonadi-notes-19.12.3/po/zh_CN/akonadinotes5.po 2020-03-03 01:33:04.000000000 +0100 +++ new/akonadi-notes-20.04.0/po/zh_CN/akonadinotes5.po 2020-04-17 02:38:23.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 03:14+0200\n" -"PO-Revision-Date: 2020-01-20 21:56\n" +"PO-Revision-Date: 2020-03-25 19:56\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
