Hello community,
here is the log from the commit of package akonadi-calendar-tools for
openSUSE:Factory checked in at 2017-05-08 18:44:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
and /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-calendar-tools"
Mon May 8 18:44:50 2017 rev:5 rq:490326 version:17.04.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2017-03-15 00:49:45.267274188 +0100
+++
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new/akonadi-calendar-tools.changes
2017-05-08 18:44:52.625899019 +0200
@@ -1,0 +2,41 @@
+Sun Apr 16 11:06:28 CEST 2017 - [email protected]
+
+- Update to 17.04.0
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+ * None
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:06 CEST 2017 - [email protected]
+
+- Update to 17.03.90
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+ * Fix: install konsolekalendar doc in the correct directory
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:03 CET 2017 - [email protected]
+
+- Update to 17.03.80
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+ * fix wrong date in example
+ * set alpha1
+ * UI messages: write "UID" uppercase
+ * Add ECMCoverageOption
+ * Update konsolekalendar docbook to kf5
+ * Update homepage link
+ * Add description what konsolecalendar does without options.
+ * fix create command
+ * Make import work again.
+ * make list of available calendars work again.
+ * Fix wrong option in example
+ * Remove unused dependencies
+
+-------------------------------------------------------------------
Old:
----
akonadi-calendar-tools-16.12.3.tar.xz
New:
----
akonadi-calendar-tools-17.04.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ akonadi-calendar-tools.spec ++++++
--- /var/tmp/diff_new_pack.HfJFNK/_old 2017-05-08 18:44:53.397789867 +0200
+++ /var/tmp/diff_new_pack.HfJFNK/_new 2017-05-08 18:44:53.401789301 +0200
@@ -16,11 +16,13 @@
#
+%bcond_without lang
+
Name: akonadi-calendar-tools
-Version: 16.12.3
+Version: 17.04.0
Release: 0
%define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
Summary: Base package of kdepim
License: GPL-2.0+ and LGPL-2.1+
@@ -46,11 +48,16 @@
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64
+Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains the core files of the kdepim module.
+%if %{with lang}
+%lang_package
+%endif
+
%prep
%setup -q
@@ -60,6 +67,10 @@
%install
%kf5_makeinstall -C build
+%if %{with lang}
+ %find_lang %{name} --with-man --all-name
+ %kf5_find_htmldocs
+%endif
%files
%defattr(-,root,root)
@@ -69,7 +80,12 @@
%{_bindir}/calendarjanitor
%{_bindir}/konsolekalendar
%{_kf5_applicationsdir}/konsolekalendar.desktop
-%{_kf5_htmldir}/en/konsolecalendar/
+%{_kf5_htmldir}/en/konsolekalendar/
%{_kf5_iconsdir}/hicolor/*/apps/konsolekalendar.png
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
%changelog
++++++ akonadi-calendar-tools-16.12.3.tar.xz ->
akonadi-calendar-tools-17.04.0.tar.xz ++++++
++++ 61072 lines of diff (skipped)