From 5ac65404f57044f55add1ca19baf53a2ea41aa6f856c9d88bda8b4d6c2a37a70 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 7 Jun 2015 19:43:46 +0000 Subject: [PATCH 1/3] start with 5.11 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=55 --- sonnet-5.10.0.tar.xz | 3 --- sonnet.changes | 7 +++++++ sonnet.spec | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 sonnet-5.10.0.tar.xz diff --git a/sonnet-5.10.0.tar.xz b/sonnet-5.10.0.tar.xz deleted file mode 100644 index 720445e..0000000 --- a/sonnet-5.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23cdf79966bec478c0932a37647e1560457b4da76a4dc9371962f2466b01a2a9 -size 273408 diff --git a/sonnet.changes b/sonnet.changes index 345a369..2bf218e 100644 --- a/sonnet.changes +++ b/sonnet.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jun 7 19:08:03 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.11.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.11.0.php + ------------------------------------------------------------------- Sun May 3 19:50:00 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/sonnet.spec b/sonnet.spec index b05d2c4..c932c70 100644 --- a/sonnet.spec +++ b/sonnet.spec @@ -18,9 +18,9 @@ %bcond_without lang %define sonum 5 -%define _tar_path 5.10 +%define _tar_path 5.11 Name: sonnet -Version: 5.10.0 +Version: 5.11.0 Release: 0 #BuildRequires: aspell-devel BuildRequires: cmake >= 2.8.12 From bf84796bab6e255a29a30cb99bb37a77c210b30a7e642d711d50c9ee354dd0ad Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 9 Jun 2015 15:09:19 +0000 Subject: [PATCH 2/3] 5.11 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=56 --- sonnet-5.11.0.tar.xz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sonnet-5.11.0.tar.xz diff --git a/sonnet-5.11.0.tar.xz b/sonnet-5.11.0.tar.xz new file mode 100644 index 0000000..a34d440 --- /dev/null +++ b/sonnet-5.11.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37e44ea944038fee0d57bec1aebd39d20b4247c0b752e2741854e90597611d9 +size 274160 From f09a583e7cf10fb69223c45e145756e43abcf0603c87685c6ad08782d0d6afd1 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 13 Jun 2015 09:04:42 +0000 Subject: [PATCH 3/3] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=57 --- sonnet.changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sonnet.changes b/sonnet.changes index 2bf218e..91aa9ed 100644 --- a/sonnet.changes +++ b/sonnet.changes @@ -2,6 +2,10 @@ Sun Jun 7 19:08:03 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.11.0 + * Use one central cache for the SpellerPlugins. + * Reduce temporary allocations. + * Optimize: Do not wipe dict cache when copying speller objects. + * Optimise away save() calls by calling it once at the end if needed. * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.11.0.php