diff --git a/kcoreaddons-5.40.0.tar.xz b/kcoreaddons-5.40.0.tar.xz deleted file mode 100644 index 4f72e91..0000000 --- a/kcoreaddons-5.40.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25109dd486891c113f8b01d55f4c02e35b65b456c3879eb7da5045e595db8f58 -size 351348 diff --git a/kcoreaddons-5.41.0.tar.xz b/kcoreaddons-5.41.0.tar.xz new file mode 100644 index 0000000..fa1fbaf --- /dev/null +++ b/kcoreaddons-5.41.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7739b1f24ac6388bc271c50450e36bffc5433fe2913e4042e050dc14e985b8 +size 352660 diff --git a/kcoreaddons.changes b/kcoreaddons.changes index aa67cf5..d79a5ce 100644 --- a/kcoreaddons.changes +++ b/kcoreaddons.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Dec 17 09:43:48 CET 2017 - lbeltrame@kde.org + +- Update to 5.41.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.41.0.php +- Changes since 5.40.0: + * Autotest: fix for HOME having a trailing slash + * Input validation of SubJobs + * Warn about errors when parsing json files + * Install mimetype definitions for kcfg/kcfgc/ui.rc/knotify & qrc files + * Add a new function to measure the length by text. + * Keep widgets optional, as it's a test + * Look for Qt5 rather than Qt5Widgets + * Remove unused code + * Fix KAutoSave bug on file with white space in it + ------------------------------------------------------------------- Mon Nov 13 07:01:13 CET 2017 - lbeltrame@kde.org diff --git a/kcoreaddons.spec b/kcoreaddons.spec index 1360385..b166e68 100644 --- a/kcoreaddons.spec +++ b/kcoreaddons.spec @@ -18,13 +18,13 @@ %bcond_without lang %define lname libKF5CoreAddons5 -%define _tar_path 5.40 +%define _tar_path 5.41 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: kcoreaddons -Version: 5.40.0 +Version: 5.41.0 Release: 0 BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_tar_path}