Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnote for openSUSE:Factory checked in at 2023-09-20 13:23:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnote (Old) and /work/SRC/openSUSE:Factory/.gnote.new.16627 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnote" Wed Sep 20 13:23:09 2023 rev:93 rq:1111860 version:45.rc Changes: -------- --- /work/SRC/openSUSE:Factory/gnote/gnote.changes 2023-07-25 11:52:43.794023936 +0200 +++ /work/SRC/openSUSE:Factory/.gnote.new.16627/gnote.changes 2023-09-20 13:24:24.420365051 +0200 @@ -1,0 +2,33 @@ +Sun Sep 17 19:45:55 UTC 2023 - Bjørn Lie <[email protected]> + +- Update to version 45.rc: + + Update manual section for TOC plugin. + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 10 20:40:39 UTC 2023 - Luciano Santos <[email protected]> + +- 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). + +------------------------------------------------------------------- Old: ---- gnote-44.1.tar.xz New: ---- gnote-45.rc.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnote.spec ++++++ --- /var/tmp/diff_new_pack.ecJasK/_old 2023-09-20 13:24:25.480403027 +0200 +++ /var/tmp/diff_new_pack.ecJasK/_new 2023-09-20 13:24:25.480403027 +0200 @@ -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: 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)
