Hello community,

here is the log from the commit of package kcalcore for openSUSE:Factory 
checked in at 2018-04-25 09:48:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalcore (Old)
 and      /work/SRC/openSUSE:Factory/.kcalcore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalcore"

Wed Apr 25 09:48:17 2018 rev:31 rq:599016 version:18.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalcore/kcalcore.changes        2018-03-20 
21:37:18.331481987 +0100
+++ /work/SRC/openSUSE:Factory/.kcalcore.new/kcalcore.changes   2018-04-25 
09:48:17.535582923 +0200
@@ -1,0 +2,26 @@
+Wed Apr 18 07:48:57 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.0.php
+- Changes since 18.03.90:
+  * Fix Bug 392952 - Regression: port to QTimeZone leads to blowing up iCal 
file size (kde#392952)
+
+-------------------------------------------------------------------
+Tue Apr 10 15:17:44 UTC 2018 - wba...@tmo.at
+
+- Add 0001-Revert-GIT_SILENT-increase-version.patch to make it
+  build with libical 1.0.1 on Leap 42.3
+
+-------------------------------------------------------------------
+Fri Apr 06 07:09:09 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.03.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+- Changes since 17.12.3:
+  * Too many changes to list here
+
+-------------------------------------------------------------------

Old:
----
  kcalcore-17.12.3.tar.xz

New:
----
  0001-Revert-GIT_SILENT-increase-version.patch
  kcalcore-18.04.0.tar.xz

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

Other differences:
------------------
++++++ kcalcore.spec ++++++
--- /var/tmp/diff_new_pack.8HBdYo/_old  2018-04-25 09:48:18.535546257 +0200
+++ /var/tmp/diff_new_pack.8HBdYo/_new  2018-04-25 09:48:18.539546111 +0200
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.19.0
 Name:           kcalcore
-Version:        17.12.3
+Version:        18.04.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -28,10 +28,12 @@
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
 Source:         kcalcore-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE
+Patch:          0001-Revert-GIT_SILENT-increase-version.patch
 BuildRequires:  bison
 BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kdelibs4support-devel >= %{kf5_version}
-BuildRequires:  libical-devel >= 0.42
+BuildRequires:  libical-devel >= 1.0
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -61,6 +63,7 @@
 
 %prep
 %setup -q -n kcalcore-%{version}
+%patch -p1
 
 %build
   %cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
@@ -76,6 +79,8 @@
 %defattr(-,root,root)
 %doc COPYING*
 %{_kf5_libdir}/libKF5CalendarCore.so.*
+%{_kf5_debugdir}/*.categories
+%{_kf5_debugdir}/*.renamecategories
 
 %files devel
 %defattr(-,root,root)

++++++ 0001-Revert-GIT_SILENT-increase-version.patch ++++++
>From 0d878da27e95a02483fb55642ce40e0f38096db1 Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer <wba...@tmo.at>
Date: Tue, 10 Apr 2018 17:12:41 +0200
Subject: [PATCH] Revert "GIT_SILENT: increase version"

This reverts commit 097f1c0aaafcbf03eb95b31583fb1ed713d9f810.

Leap 42.3 only has libical 1.0.1, but it still builds fine with this
lower version as well.
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 38a03e47a..f55f626a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KCALCORE
 ########### Find packages ###########
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Gui)
 
-set(LibIcal_MIN_VERSION "2.0")
+set(LibIcal_MIN_VERSION "1.0")
 find_package(LibIcal ${LibIcal_MIN_VERSION})
 set_package_properties(LibIcal PROPERTIES TYPE REQUIRED)
 if(LibIcal_VERSION VERSION_GREATER "2.98")
-- 
2.13.6

++++++ kcalcore-17.12.3.tar.xz -> kcalcore-18.04.0.tar.xz ++++++
++++ 8205 lines of diff (skipped)


Reply via email to