From 3bc8adb067e0b9c12621a1f508d5ccbbc92c464757cf790dacde61d14248f52f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 4 Nov 2013 11:51:13 +0000 Subject: [PATCH 1/2] Accepting request 205287 from GNOME:Next Update to 3.10.1 - Possibly still for 13.1? OBS-URL: https://build.opensuse.org/request/show/205287 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=51 --- gnote-3.10.0.tar.xz | 3 --- gnote-3.10.1.tar.xz | 3 +++ gnote.changes | 13 +++++++++++++ gnote.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 gnote-3.10.0.tar.xz create mode 100644 gnote-3.10.1.tar.xz diff --git a/gnote-3.10.0.tar.xz b/gnote-3.10.0.tar.xz deleted file mode 100644 index 945a3a6..0000000 --- a/gnote-3.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b -size 3037640 diff --git a/gnote-3.10.1.tar.xz b/gnote-3.10.1.tar.xz new file mode 100644 index 0000000..a50d695 --- /dev/null +++ b/gnote-3.10.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0 +size 3038896 diff --git a/gnote.changes b/gnote.changes index 697f2a4..ace9188 100644 --- a/gnote.changes +++ b/gnote.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 29 18:46:01 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.10.1: + + Add missing space in user visible string (bgo#709494). + + Fix spell-check breaking note links (bgo#703664). + + Fix note rename dialog freeze. + + Fix formatting breaking links (bgo#702160, bgo#702239). + + Fix internal links merging with other links. + + Fix crash when disabling note add-in. + + Fix build without C++11 (bgo#710949). + + Updated translations. + ------------------------------------------------------------------- Sat Sep 28 19:30:09 UTC 2013 - zaitor@opensuse.org diff --git a/gnote.spec b/gnote.spec index 2d76306..a93caa6 100644 --- a/gnote.spec +++ b/gnote.spec @@ -17,7 +17,7 @@ Name: gnote -Version: 3.10.0 +Version: 3.10.1 Release: 0 Summary: A Port of Tomboy to C++ License: GPL-3.0+ From 04a767a1041aa4bd8d85901e082baa864e1239368c1c008d8ae30ffda2917447 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 18 Nov 2013 19:35:13 +0000 Subject: [PATCH 2/2] Accepting request 205701 from GNOME:Next Update to 3.11.0 OBS-URL: https://build.opensuse.org/request/show/205701 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=52 --- gnote-3.10.1.tar.xz | 3 --- gnote-3.11.0.tar.xz | 3 +++ gnote.changes | 14 ++++++++++++++ gnote.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 gnote-3.10.1.tar.xz create mode 100644 gnote-3.11.0.tar.xz diff --git a/gnote-3.10.1.tar.xz b/gnote-3.10.1.tar.xz deleted file mode 100644 index a50d695..0000000 --- a/gnote-3.10.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0 -size 3038896 diff --git a/gnote-3.11.0.tar.xz b/gnote-3.11.0.tar.xz new file mode 100644 index 0000000..171420d --- /dev/null +++ b/gnote-3.11.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058d704ac278a0a085365e11705522dcdf3dac5d143cceaf269cd8e685f94989 +size 3047432 diff --git a/gnote.changes b/gnote.changes index ace9188..d5face9 100644 --- a/gnote.changes +++ b/gnote.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Nov 4 09:34:52 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.11.0: + + Updated boost.m4. + + Rename add-ins -> plugins (bgo#700422). + + Change title Notes -> Gnote (bgo#701854). + + Add TODO plug-in. + + Remember spell-check language per note (bgo#586350). + + Add ability to disable spell check per note (bgo#703258). + + Add options to disable url and note autolinking (bgo#633855). + + Add links tab to preferences dialog. + + Add plug-in to export to Getting Things GNOME (bgo#697934). + ------------------------------------------------------------------- Tue Oct 29 18:46:01 UTC 2013 - dimstar@opensuse.org diff --git a/gnote.spec b/gnote.spec index a93caa6..ff83a63 100644 --- a/gnote.spec +++ b/gnote.spec @@ -17,13 +17,13 @@ Name: gnote -Version: 3.10.1 +Version: 3.11.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.10/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnote/3.11/%{name}-%{version}.tar.xz BuildRequires: boost-devel >= 1.34 BuildRequires: fdupes BuildRequires: gcc-c++ @@ -96,7 +96,7 @@ test %{buildroot} != "/" && rm -rf %{buildroot} %{_bindir}/gnote %{_libdir}/gnote/ # Splitting does not make sense as it's just a lib for gnote itself (and it's plugins) -%{_libdir}/libgnote-3.10.so* +%{_libdir}/libgnote-3.11.so* %{_libdir}/libgnote.so %{_datadir}/applications/gnote.desktop %{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml