Hello community,

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

Package is "libkgapi"

Fri Dec 13 12:03:32 2019 rev:54 rq:756319 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkgapi/libkgapi.changes        2019-11-12 
11:39:58.498382301 +0100
+++ /work/SRC/openSUSE:Factory/.libkgapi.new.4691/libkgapi.changes      
2019-12-13 12:04:27.701400192 +0100
@@ -1,0 +2,35 @@
+Tue Dec 10 06:39:08 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- Changes since 19.11.90:
+  * Make it compile with last qt5.14
+
+-------------------------------------------------------------------
+Sat Nov 30 09:12:27 UTC 2019 - Luca Beltrame <[email protected]>
+
+- 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:54:22 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.80
+  * New feature release
+- Changes since 19.08.3:
+  * Fix minor typo
+  * Fix comparison typo
+  * Cleanup and modernize the Calendar library codebase
+  * Add missing parameters to Permission related jobs and fix url typo.
+  * QString::remove operates on the same object, no need to reassign
+  * Use QLatin1String overload for QString::operator ==/!=
+  * Use QLatin1String in join/startswith/endsWith/contains + QString::replace
+    operates on the same object, no need to reassign
+  * Fix API docs generation
+
+-------------------------------------------------------------------

Old:
----
  libkgapi-19.08.3.tar.xz
  libkgapi-19.08.3.tar.xz.sig

New:
----
  libkgapi-19.12.0.tar.xz
  libkgapi-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ libkgapi.spec ++++++
--- /var/tmp/diff_new_pack.NrVaHw/_old  2019-12-13 12:04:28.557399869 +0100
+++ /var/tmp/diff_new_pack.NrVaHw/_new  2019-12-13 12:04:28.565399865 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkgapi
 #
-# 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
@@ -20,26 +20,26 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           libkgapi
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        Extension for accessing Google data
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  extra-cmake-modules >= 5.55.0
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcontacts5-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel
-BuildRequires:  kio-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwindowsystem-devel
+BuildRequires:  cmake(KF5CalendarCore)
+BuildRequires:  cmake(KF5Contacts)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5Wallet)
+BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(Qt5Core) >= 5.10.0
 BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  cmake(Qt5Network) >= 5.10.0
@@ -132,8 +132,6 @@
 %package devel
 Summary:        Build environment for libkgapi
 Group:          Development/Libraries/KDE
-Requires:       kcalcore-devel
-Requires:       kcontacts5-devel
 Requires:       libKPimGAPIBlogger5 = %{version}
 Requires:       libKPimGAPICalendar5 = %{version}
 Requires:       libKPimGAPIContacts5 = %{version}
@@ -142,6 +140,8 @@
 Requires:       libKPimGAPILatitude5 = %{version}
 Requires:       libKPimGAPIMaps5 = %{version}
 Requires:       libKPimGAPITasks5 = %{version}
+Requires:       cmake(KF5CalendarCore)
+Requires:       cmake(KF5Contacts)
 Obsoletes:      libkgapi5-devel < %{version}
 Provides:       libkgapi5-devel = %{version}
 
@@ -157,7 +157,7 @@
 %build
 # workaround, kio-gdrive crashes when loading libKPimGAPIDrive5 if built with 
LTO (boo#1148217)
 %define _lto_cflags %{nil}
-  %cmake_kf5 -d build -- -DBUILD_TESTING=ON
+%cmake_kf5 -d build -- -DBUILD_TESTING=ON
   %make_jobs
 
 %install

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

++++++ libkgapi-19.08.3.tar.xz -> libkgapi-19.12.0.tar.xz ++++++
++++ 8659 lines of diff (skipped)


Reply via email to