diff --git a/gnote-3.22.1.tar.xz b/gnote-3.22.1.tar.xz deleted file mode 100644 index 1b913b6..0000000 --- a/gnote-3.22.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa9434c2ba11bea73bd63436e5fd76949aca4f66dfd902295629c66ef27cd5eb -size 3309984 diff --git a/gnote-3.24.0.tar.xz b/gnote-3.24.0.tar.xz new file mode 100644 index 0000000..3082d61 --- /dev/null +++ b/gnote-3.24.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e38c19ce7dfcd895729adabd72f654f31e03f28dbf4cbca68279e745c79cd4 +size 3307940 diff --git a/gnote.changes b/gnote.changes index e121ac0..ee7bbce 100644 --- a/gnote.changes +++ b/gnote.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Mar 28 11:05:34 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.24.0: + + Left align items in popovers and increase vertical spacing + (bgo#778823). + + Fix --background option. + + Make D-Bus APIs for opening notes respect new window setting + (bgo#778871). + + Change default for window to not autosize (bgo#778822). + + Fix no icon for Gnote windows in some WMs (bgo#762001). + + Use icon for Create Note button (bgo#704116). + + Fix crash in search. + + Updated translations. +- Bump _gnote_version defines to 3.24, following upstream. + +------------------------------------------------------------------- +Mon Feb 27 08:41:21 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.0: + + New Features: + - New optional dependency: UnitTest++ (required only for + running gnote tests). + - Removed dependency: boost (all of it). + - Gnote now internally uses Unicode strings for all data. + + Fixes: + - Fix indentation sometimes getting is lost after restart + (bgo#773630). + - Use %1 style placeholders instead of %1% in translatable + strings (bgo#774262). + - Make app menu item ordering consistent with GNOME + (bgo#772009). + - Use open-menu-symbolic icon for menu (bgo#775320). + + Updated translations. +- Drop libboost_test-devel/boost-devel BuildRequires: no longer + needed. +- Bump _gnote_version defines to 3.23, following upstream. + ------------------------------------------------------------------- Wed Feb 1 10:55:46 UTC 2017 - adam.majer@suse.de diff --git a/gnote.spec b/gnote.spec index 0321fcd..29ec408 100644 --- a/gnote.spec +++ b/gnote.spec @@ -16,15 +16,15 @@ # -%define _gnote_version 3.22 +%define _gnote_version 3.24 Name: gnote -Version: 3.22.1 +Version: 3.24.0 Release: 0 Summary: A Port of Tomboy to C++ License: GPL-3.0+ Group: Productivity/Text/Editors Url: http://live.gnome.org/Gnote -Source: http://download.gnome.org/sources/gnote/3.22/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnote/3.24/%{name}-%{version}.tar.xz %if 0%{?suse_version} > 1325 BuildRequires: libboost_test-devel %else