Hello community,
here is the log from the commit of package calendarsupport for openSUSE:Factory
checked in at 2018-12-19 13:31:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calendarsupport (Old)
and /work/SRC/openSUSE:Factory/.calendarsupport.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calendarsupport"
Wed Dec 19 13:31:29 2018 rev:33 rq:658326 version:18.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes
2018-11-12 09:26:01.758399453 +0100
+++
/work/SRC/openSUSE:Factory/.calendarsupport.new.28833/calendarsupport.changes
2018-12-19 13:31:32.192765424 +0100
@@ -1,0 +2,37 @@
+Fri Dec 14 06:08:48 UTC 2018 - [email protected]
+
+- Update to 18.12.0
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+ * No code changes since 18.11.90
+
+-------------------------------------------------------------------
+Mon Dec 03 20:55:45 UTC 2018 - [email protected]
+
+- Update to 18.11.90
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+ * No code changes since 18.11.80
+
+-------------------------------------------------------------------
+Tue Nov 20 06:21:50 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:56:37 UTC 2018 - [email protected]
+
+- Update to 18.11.80
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+ * QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51
+ * use new syntax
+ * Port deprecated method
+
+-------------------------------------------------------------------
@@ -47 +84 @@
- * https://www.kde.org/announcements/announce-applications-18.07.80.php
+ * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -105 +142 @@
- * https://www.kde.org/announcements/announce-applications-18.03.90.php
+ * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -226 +263 @@
- * https://www.kde.org/announcements/announce-applications-17.07.90.php
+ * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -285 +322 @@
- * https://www.kde.org/announcements/announce-applications-17.03.80.php
+ * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -377 +414 @@
- * https://www.kde.org/announcements/announce-applications-16.07.90.php
+ * https://www.kde.org/announcements/announce-applications-16.08-rc.php
Old:
----
calendarsupport-18.08.3.tar.xz
New:
----
calendarsupport-18.12.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ calendarsupport.spec ++++++
--- /var/tmp/diff_new_pack.378nE4/_old 2018-12-19 13:31:32.700764762 +0100
+++ /var/tmp/diff_new_pack.378nE4/_new 2018-12-19 13:31:32.704764757 +0100
@@ -16,19 +16,18 @@
#
-%bcond_without lang
-
%define lname libKF5CalendarSupport5
-Name: calendarsupport
-Version: 18.08.3
-Release: 0
%define kf5_version 5.26.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: 18.12.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: http://www.kde.org
+URL: http://www.kde.org
Source0: %{name}-%{version}.tar.xz
BuildRequires: akonadi-calendar-devel
BuildRequires: akonadi-mime-devel >= %{_kapp_version}
@@ -49,15 +48,14 @@
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
BuildRequires: pkgconfig(Qt5UiTools) >= 5.4.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
+Recommends: %{name}-lang
+# It can only build on the same platforms as Qt Webengine
+ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
-Recommends: %{name}-lang
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# It can only build on the same platforms as Qt Webengine
-ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%description
This package contains the calendarsupport library, used by KDE PIM
applications to handle calendaring.
@@ -103,14 +101,12 @@
%postun -n %{lname} -p /sbin/ldconfig
%files
-%defattr(-,root,root)
%config %{_kf5_configdir}/calendarsupport.categories
%config %{_kf5_configdir}/calendarsupport.renamecategories
%{_kf5_servicetypesdir}/calendarplugin.desktop
%files devel
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
%{_kf5_cmakedir}/KF5CalendarSupport/
%{_kf5_includedir}/CalendarSupport/
%{_kf5_includedir}/calendarsupport/
@@ -119,12 +115,11 @@
%{_kf5_mkspecsdir}/qt_CalendarSupport.pri
%files -n %{lname}
-%defattr(-,root,root)
%{_libdir}/libKF5CalendarSupport.so.*
%if %{with lang}
%files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
%endif
%changelog
++++++ calendarsupport-18.08.3.tar.xz -> calendarsupport-18.12.0.tar.xz ++++++
++++ 3730 lines of diff (skipped)