Hello community,

here is the log from the commit of package ktnef for openSUSE:Factory checked 
in at 2018-12-19 13:36:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktnef (Old)
 and      /work/SRC/openSUSE:Factory/.ktnef.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktnef"

Wed Dec 19 13:36:20 2018 rev:39 rq:658464 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktnef/ktnef.changes      2018-11-12 
09:30:29.954065694 +0100
+++ /work/SRC/openSUSE:Factory/.ktnef.new.28833/ktnef.changes   2018-12-19 
13:36:21.380387298 +0100
@@ -1,0 +2,44 @@
+Fri Dec 14 06:09:16 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:
+  * Add platform information to the metainfo file. This information is 
required within metainfo.yaml files when they are present, otherwise the CI 
system cannot perform necessary checks and builds will fail.
+
+-------------------------------------------------------------------
+Mon Dec 03 20:56:11 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:22:49 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:57:17 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
+  * Optional argument never provided. Cleanup.
+  * Add a couple of alternative keys
+  * Add a backup start/end time, and don't use strings as transport for some 
dates
+  * Fix porting bug. fromSecsSinceEpoch is a static method
+  * Fix Allow already open devices for parsing devices
+  * Let QDateTime convert to local time
+  * use new syntax
+  * Fix warning
+  * Port deprecated method
+
+-------------------------------------------------------------------
@@ -47 +91 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -98 +142 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -222 +266 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -281 +325 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -373 +417 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -499 +543 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:
----
  ktnef-18.08.3.tar.xz

New:
----
  ktnef-18.12.0.tar.xz

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

Other differences:
------------------
++++++ ktnef.spec ++++++
--- /var/tmp/diff_new_pack.ugkBnx/_old  2018-12-19 13:36:21.876386591 +0100
+++ /var/tmp/diff_new_pack.ugkBnx/_new  2018-12-19 13:36:21.876386591 +0100
@@ -16,19 +16,18 @@
 #
 
 
-%bcond_without lang
-
 %define kf5_version 5.19.0
-Name:           ktnef
-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:           ktnef
+Version:        18.12.0
+Release:        0
 Summary:        KDE PIM Libraries: TNEF support
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source:         ktnef-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kcalcore-devel
@@ -40,7 +39,6 @@
 %if %{with lang}
 Recommends:     %{name}-lang
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains additional libraries for KDE PIM applications.
@@ -83,15 +81,13 @@
 %postun -n libKF5Tnef5 -p /sbin/ldconfig
 
 %files -n libKF5Tnef5
-%defattr(-,root,root)
-%doc COPYING.LIB
+%license COPYING.LIB
 %{_kf5_libdir}/libKF5Tnef.so.*
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING.LIB
+%license COPYING.LIB
 %{_kf5_cmakedir}/KF5Tnef/
 %{_kf5_includedir}/KTNEF/
 %{_kf5_includedir}/ktnef_version.h
@@ -100,7 +96,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ ktnef-18.08.3.tar.xz -> ktnef-18.12.0.tar.xz ++++++
++++ 2044 lines of diff (skipped)


Reply via email to