From daef432a281f7af30d8bed72b7da2b50eb592e973a35ad5de6a00502aad89e8c Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 7 Aug 2016 22:18:00 +0000 Subject: [PATCH 1/2] start with 5.25.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=101 --- sonnet-5.24.0.tar.xz | 3 --- sonnet-5.25.0.tar.xz | 3 +++ sonnet.changes | 7 +++++++ sonnet.spec | 14 +++++++------- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 sonnet-5.24.0.tar.xz create mode 100644 sonnet-5.25.0.tar.xz diff --git a/sonnet-5.24.0.tar.xz b/sonnet-5.24.0.tar.xz deleted file mode 100644 index 27e9aad..0000000 --- a/sonnet-5.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4f7a0550b2647cdfa5693d06c23885d45440cdbb8131b785990c7b0dcf95d94 -size 281968 diff --git a/sonnet-5.25.0.tar.xz b/sonnet-5.25.0.tar.xz new file mode 100644 index 0000000..c3f4ae1 --- /dev/null +++ b/sonnet-5.25.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3be349e3802dfa73e0ad719f60adf454a42fee30a2c7cb7dc76073d71124f90 +size 282024 diff --git a/sonnet.changes b/sonnet.changes index 0e8785e..7d1a546 100644 --- a/sonnet.changes +++ b/sonnet.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Aug 7 22:17:54 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.25.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.25.0.php + ------------------------------------------------------------------- Wed Jul 6 15:07:44 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/sonnet.spec b/sonnet.spec index 8aced11..7371143 100644 --- a/sonnet.spec +++ b/sonnet.spec @@ -18,9 +18,9 @@ %bcond_without lang %define sonum 5 -%define _tar_path 5.24 +%define _tar_path 5.25 Name: sonnet -Version: 5.24.0 +Version: 5.25.0 Release: 0 #BuildRequires: aspell-devel BuildRequires: cmake >= 2.8.12 @@ -30,12 +30,12 @@ BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: fdupes BuildRequires: kf5-filesystem %if %{with lang} -BuildRequires: cmake(Qt5LinguistTools) >= 5.4.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.5.0 %endif BuildRequires: myspell-dictionaries -BuildRequires: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5Test) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 +BuildRequires: cmake(Qt5Core) >= 5.5.0 +BuildRequires: cmake(Qt5Test) >= 5.5.0 +BuildRequires: cmake(Qt5Widgets) >= 5.5.0 BuildRequires: pkgconfig(hunspell) Summary: KDE spell checking library License: LGPL-2.1+ @@ -82,7 +82,7 @@ Group: Development/Libraries/KDE Requires: extra-cmake-modules Requires: libKF5SonnetCore%sonum = %{version} Requires: libKF5SonnetUi%sonum = %{version} -Requires: cmake(Qt5Core) >= 5.4.0 +Requires: cmake(Qt5Core) >= 5.5.0 %description devel Sonnet is a plugin-based spell checking library for Qt-based From c7505644eba3f84ed058dbf6407065bf1a120cdb19ed6ef7a7bb9b078bf37cf5 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 21 Aug 2016 16:06:25 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=102 --- sonnet.changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sonnet.changes b/sonnet.changes index 7d1a546..f7d30b0 100644 --- a/sonnet.changes +++ b/sonnet.changes @@ -2,6 +2,10 @@ Sun Aug 7 22:17:54 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.25.0 + * Qt >= 5.5 is now required + * hunspell: Clean up code for searching for dictionaries, + add XDG dirs (kde#361409) + * Try to fix language filter usage of language detection a bit * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.25.0.php