Hello community,

here is the log from the commit of package calendarsupport for openSUSE:Factory 
checked in at 2019-08-16 15:34:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calendarsupport (Old)
 and      /work/SRC/openSUSE:Factory/.calendarsupport.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calendarsupport"

Fri Aug 16 15:34:42 2019 rev:42 rq:723576 version:19.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes  
2019-07-26 12:26:18.230397992 +0200
+++ 
/work/SRC/openSUSE:Factory/.calendarsupport.new.22127/calendarsupport.changes   
    2019-08-16 15:34:47.405888744 +0200
@@ -1,0 +2,38 @@
+Fri Aug  9 08:30:04 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 19.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.0.php
+- No code change since 19.07.90
+
+-------------------------------------------------------------------
+Tue Aug 06 16:50:47 UTC 2019 - [email protected]
+
+- Update to 19.07.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-rc.php
+- Changes since 19.07.80:
+  * Adapt to KCalendarCore namespace change
+
+-------------------------------------------------------------------
+Tue Jul 23 11:58:55 UTC 2019 - [email protected]
+
+- Update to 19.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-beta.php
+- Changes since 19.04.3:
+  * Adapt to KCalCore::Attachment changes
+  * Remove one last call to the attachment writing code I missed previously
+  * Remove unused incidence attachment saving code
+  * Adapt to KCalCore::Attendee changes
+  * Use new logging category directory when ECM>=5.59.0
+  * Adapt to KCalCore::Person changes
+  * It was fixed in 5.13.0beta2
+  * metainfo.yaml: Fix cmakename, is own top-level entry
+  * Use QStringLiteral here
+  * calendarsupport does not depend on KIMAP, so don't search for it
+
+-------------------------------------------------------------------

Old:
----
  calendarsupport-19.04.3.tar.xz

New:
----
  applications.keyring
  calendarsupport-19.08.0.tar.xz
  calendarsupport-19.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ calendarsupport.spec ++++++
--- /var/tmp/diff_new_pack.RJrFHr/_old  2019-08-16 15:34:48.621888390 +0200
+++ /var/tmp/diff_new_pack.RJrFHr/_new  2019-08-16 15:34:48.653888381 +0200
@@ -17,37 +17,43 @@
 
 
 %define lname libKF5CalendarSupport5
-%define kf5_version 5.26.0
+%define kf5_version 5.58.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:           calendarsupport
-Version:        19.04.3
+Version:        19.08.0
 Release:        0
 Summary:        KDE PIM calendaring support library
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Development/Libraries/KDE
 URL:            https://www.kde.org
-Source0:        %{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 BuildRequires:  akonadi-calendar-devel
 BuildRequires:  akonadi-mime-devel >= %{_kapp_version}
 BuildRequires:  akonadi-server-devel
-BuildRequires:  extra-cmake-modules >= 5.19.0
+BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  kcalcore-devel
 BuildRequires:  kcalutils-devel
 BuildRequires:  kcodecs-devel
 BuildRequires:  kdepim-apps-libs-devel
 BuildRequires:  kf5-filesystem
+BuildRequires:  kguiaddons-devel
 BuildRequires:  kholidays-devel
 BuildRequires:  ki18n-devel
+BuildRequires:  kiconthemes-devel
 BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
+BuildRequires:  kio-devel
 BuildRequires:  kmime-devel
 BuildRequires:  pimcommon-devel
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5PrintSupport) >= 5.10.0
+BuildRequires:  cmake(Qt5Test) >= 5.10.0
+BuildRequires:  cmake(Qt5UiTools) >= 5.10.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.10.0
 Recommends:     %{name}-lang
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
@@ -77,6 +83,7 @@
 Requires:       akonadi-calendar-devel >= %{_kapp_version}
 Requires:       kidentitymanagement-devel >= %{_kapp_version}
 Requires:       kmime-devel >= %{_kapp_version}
+Requires:       cmake(Qt5PrintSupport) >= 5.10.0
 
 %description devel
 The development package for the calendarsupport libraries

++++++ calendarsupport-19.04.3.tar.xz -> calendarsupport-19.08.0.tar.xz ++++++
++++ 5827 lines of diff (skipped)


Reply via email to