Hello community, here is the log from the commit of package kpimtextedit for openSUSE:Factory checked in at 2018-12-19 13:36:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpimtextedit (Old) and /work/SRC/openSUSE:Factory/.kpimtextedit.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpimtextedit" Wed Dec 19 13:36:01 2018 rev:41 rq:658446 version:18.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit.changes 2018-11-12 09:29:37.322131057 +0100 +++ /work/SRC/openSUSE:Factory/.kpimtextedit.new.28833/kpimtextedit.changes 2018-12-19 13:36:02.552414102 +0100 @@ -1,0 +2,53 @@ +Fri Dec 14 06:09:15 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: + * remove extra check + * i18n: fix broken English + * Fix allow to send when we force spell checking and spell checking doesn't have backend + +------------------------------------------------------------------- +Mon Dec 03 20:56:08 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: + * Fix mem leak + * Fix mem leak + * Fix mem leak found by asan + * Fix wrong commit that left an old call to rehighlight() + +------------------------------------------------------------------- +Tue Nov 20 06:22:41 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:13 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: + * Port foreach -> for(...:...) + * QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51 + * We depend against 5.51 + * Rename action tooltip + * Add test name + * Arg must be a double + * Use "using namespace" here too + * Use "using namespace" + * not necessary to install InsertHtmlDialog file + clean up + * Make it required [Qt5TextToSpeech] + * Start to make it required [Qt5TextToSpeech] + * Fix some clazy warning + * Use new syntax + * Return zoomFactor, and assign default font size + +------------------------------------------------------------------- @@ -47 +100 @@ - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php @@ -104 +157 @@ - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php @@ -227 +280 @@ - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php @@ -295 +348 @@ - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php @@ -388 +441 @@ - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php @@ -514 +567 @@ - * https://www.kde.org/announcements/announce-applications-15.07.90.php + * https://www.kde.org/announcements/announce-applications-15.08-rc.php Old: ---- kpimtextedit-18.08.3.tar.xz New: ---- kpimtextedit-18.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpimtextedit.spec ++++++ --- /var/tmp/diff_new_pack.F96i6M/_old 2018-12-19 13:36:03.004413516 +0100 +++ /var/tmp/diff_new_pack.F96i6M/_new 2018-12-19 13:36:03.008413510 +0100 @@ -16,25 +16,19 @@ # -%bcond_without lang - %define kf5_version 5.44.0 -Name: kpimtextedit -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: kpimtextedit +Version: 18.12.0 +Release: 0 Summary: KDE PIM Libraries: Text edit functionality License: LGPL-2.1-or-later Group: System/GUI/KDE -Url: http://www.kde.org +URL: http://www.kde.org Source: kpimtextedit-%{version}.tar.xz -%if 0%{?suse_version} > 1325 -BuildRequires: libboost_headers-devel -%else -BuildRequires: boost-devel >= 1.34 -%endif BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: grantlee5-devel BuildRequires: kcodecs-devel >= %{kf5_version} @@ -55,10 +49,14 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.8.0 BuildRequires: pkgconfig(Qt5TextToSpeech) BuildRequires: pkgconfig(Qt5Widgets) >= 5.8.0 +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else +BuildRequires: boost-devel >= 1.34 +%endif %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains the basic packages for KDE PIM applications, in particular those related to editing text, like email messages. @@ -103,17 +101,14 @@ %postun -n libKF5PimTextEdit5 -p /sbin/ldconfig %files -%defattr(-,root,root) %config %{_kf5_configdir}/kpimtextedit.categories %files -n libKF5PimTextEdit5 -%defattr(-,root,root) -%doc COPYING.LIB +%license COPYING.LIB %{_kf5_libdir}/libKF5PimTextEdit.so.* %files devel -%defattr(-,root,root) -%doc COPYING.LIB +%license COPYING.LIB %{_kf5_cmakedir}/KF5PimTextEdit/ %{_kf5_includedir}/KPIMTextEdit/ %{_kf5_includedir}/kpimtextedit_version.h @@ -123,7 +118,7 @@ %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog ++++++ kpimtextedit-18.08.3.tar.xz -> kpimtextedit-18.12.0.tar.xz ++++++ ++++ 30790 lines of diff (skipped)
