diff --git a/gnote-44.1.tar.xz b/gnote-44.1.tar.xz deleted file mode 100644 index 5c490c6..0000000 --- a/gnote-44.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6967a5506822320bae19c1eb0bc74516644f9e9eb54edc2c94253eae10c7604d -size 3330072 diff --git a/gnote-45.rc.tar.xz b/gnote-45.rc.tar.xz new file mode 100644 index 0000000..e2e1c87 --- /dev/null +++ b/gnote-45.rc.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7167cc49770f39746b23a736b43e81da2e1a284c32eaa5e3fcda8a465168d0 +size 3273864 diff --git a/gnote.changes b/gnote.changes index 1a4b639..50ec3be 100644 --- a/gnote.changes +++ b/gnote.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sun Sep 17 19:45:55 UTC 2023 - Bjørn Lie + +- Update to version 45.rc: + + Update manual section for TOC plugin. + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 10 20:40:39 UTC 2023 - Luciano Santos + +- Update to version 45.beta: + + Fix crash when showing synchronization conflict dialog. + + Fix gvfs synchronization setup when using Google Drive. + + Update manual screenshots. + + Updated translations. + +- Changes from version 45.alpha: + + New Features: + - Limit tab max width and add tab scroll. + - Use highlight color that is readable in both light and dark + modes. + + Fixes: Fix occasional crash when renaming link. + + Updated translations. + +- Replace BuildRequires on glibmm-2.4 and gtkmm-3.0 with + glibmm-2.68 and gtkmm-4.0, both being pkgconfig modules. +- Add explicit BuildRequires on gio-2.0 and giomm-2.68, both being + pkgconfig modules. These were previously being pulled in + (giomm-2.4, in case of giomm) along with glibmm-2.4, since they + all come from the same package. +- Drop deprecated BuildRequires on pkgconfig(gtk+-3.0) and + libboost_test-devel (dropped on 3.23.0 release). + ------------------------------------------------------------------- Sat Jul 22 08:59:42 UTC 2023 - Bjørn Lie diff --git a/gnote.spec b/gnote.spec index b0c0b9c..6bc066c 100644 --- a/gnote.spec +++ b/gnote.spec @@ -16,16 +16,17 @@ # -%define base_version 44 +%define base_version 45 +%define glib_version 2.74 Name: gnote -Version: 44.1 +Version: 45.rc Release: 0 Summary: A Port of Tomboy to C++ License: GPL-3.0-or-later Group: Productivity/Text/Editors URL: https://wiki.gnome.org/Apps/Gnote -Source0: https://download.gnome.org/sources/gnote/44/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnote/45/%{name}-%{version}.tar.xz Source99: gnote-rpmlintrc BuildRequires: appstream-glib @@ -33,14 +34,17 @@ BuildRequires: c++_compiler BuildRequires: c_compiler BuildRequires: desktop-file-utils BuildRequires: fdupes -BuildRequires: libboost_test-devel >= 1.5.1 BuildRequires: meson >= 0.59 BuildRequires: pkgconfig BuildRequires: yelp-tools -BuildRequires: pkgconfig(glibmm-2.4) >= 2.62 -BuildRequires: pkgconfig(gspell-1) >= 1.6.0 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.20 -BuildRequires: pkgconfig(gtkmm-3.0) >= 3.18 +BuildRequires: pkgconfig(gio-2.0) >= %{glib_version} +BuildRequires: pkgconfig(giomm-2.68) >= %{glib_version} +BuildRequires: pkgconfig(glibmm-2.68) >= %{glib_version} +# TODO: Keep an eye on new releases. Upstream temporarily disabled gspell-1 support +# with the following notice: +# Need updated version that support GTK 4 +# BuildRequires: pkgconfig(gspell-1) >= 1.6.0 +BuildRequires: pkgconfig(gtkmm-4.0) >= 4.0.0 BuildRequires: pkgconfig(libsecret-1) >= 0.8 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxslt)