Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-12-13 12:01:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-contact.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-contact"

Fri Dec 13 12:01:38 2019 rev:43 rq:756138 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-11-12 11:33:25.105960446 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.4691/akonadi-contact.changes    
    2019-12-13 12:01:41.097463147 +0100
@@ -1,0 +2,25 @@
+Tue Dec 10 06:38:01 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- No code change since 19.11.90
+
+-------------------------------------------------------------------
+Sat Nov 30 09:11:23 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+-------------------------------------------------------------------
+Sun Nov 24 15:53:13 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.80
+  * New feature release
+- Too many changes to list here.
+
+-------------------------------------------------------------------

Old:
----
  akonadi-contacts-19.08.3.tar.xz
  akonadi-contacts-19.08.3.tar.xz.sig

New:
----
  akonadi-contacts-19.12.0.tar.xz
  akonadi-contacts-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ akonadi-contact.spec ++++++
--- /var/tmp/diff_new_pack.M7bti3/_old  2019-12-13 12:01:41.917462836 +0100
+++ /var/tmp/diff_new_pack.M7bti3/_new  2019-12-13 12:01:41.925462833 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akonadi-contact
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,39 +18,38 @@
 
 %define rname akonadi-contacts
 %define sonum   5
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           akonadi-contact
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        KDE PIM Libraries for Akonadi Contacts
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-server-devel >= %{_kapp_version}
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
-BuildRequires:  grantlee5-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kcompletion-devel >= %{kf5_version}
-BuildRequires:  kcontacts-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kmime-devel
-BuildRequires:  pkgconfig
+BuildRequires:  cmake(Grantlee5)
+BuildRequires:  cmake(KF5Akonadi)
+BuildRequires:  cmake(KF5AkonadiMime)
+BuildRequires:  cmake(KF5CalendarCore)
+BuildRequires:  cmake(KF5Codecs) >= %{kf5_version}
+BuildRequires:  cmake(KF5Completion) >= %{kf5_version}
+BuildRequires:  cmake(KF5Contacts)
+BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
+BuildRequires:  cmake(KF5Mime)
 BuildRequires:  cmake(KF5Prison)
-BuildRequires:  pkgconfig(Qt5Test) >= 5.6.0
-BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.6.0
-BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5WebEngine) >= 5.6.0
+BuildRequires:  cmake(Qt5WebEngineWidgets) >= 5.6.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 Requires:       libKF5AkonadiContact5 = %{version}
 Requires:       libKF5ContactEditor5 = %{version}
 Recommends:     %{name}-lang
@@ -95,10 +94,10 @@
 Summary:        KDE PIM Libraries: Build Environment
 Group:          Development/Libraries/KDE
 Requires:       akonadi-contact = %{version}
-Requires:       akonadi-server-devel
-Requires:       kcontacts-devel
 Requires:       libKF5AkonadiContact5 = %{version}
 Requires:       libKF5ContactEditor5 = %{version}
+Requires:       cmake(KF5Akonadi)
+Requires:       cmake(KF5Contacts)
 Obsoletes:      akonadi-contacts-devel < %{version}
 Provides:       akonadi-contacts-devel = %{version}
 

++++++ akonadi-contacts-19.08.3.tar.xz -> akonadi-contacts-19.12.0.tar.xz ++++++
++++ 16984 lines of diff (skipped)

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.M7bti3/_old and 
/var/tmp/diff_new_pack.M7bti3/_new differ


Reply via email to