Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnote for openSUSE:Factory checked in at 2021-04-12 12:36:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnote (Old) and /work/SRC/openSUSE:Factory/.gnote.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnote" Mon Apr 12 12:36:15 2021 rev:72 rq:881081 version:40.rc Changes: -------- --- /work/SRC/openSUSE:Factory/gnote/gnote.changes 2021-01-26 14:51:21.635809349 +0100 +++ /work/SRC/openSUSE:Factory/.gnote.new.2401/gnote.changes 2021-04-12 12:39:15.417501266 +0200 @@ -1,0 +2,42 @@ +Thu Mar 18 14:51:23 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Update to version 40.rc: + + Use reverse-domain convention for naming desktop and search + provider files. + + Refactor D-Bus support to reuse the connection established by + GtkApplication. + + Update AppData file format + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 23 11:14:20 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Update to version 40.beta: + + New Features: + * Add accelerator Ctrl+D for insert timestamp. + * WebDAV sync no longer uses wdfs. + + Fixes: + * Make insert timestamp plugin work again. + * Fix crash when synchronizing immediately after configuring. + + Updated translations. + +------------------------------------------------------------------- +Sat Jan 23 20:40:01 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Update to version 40.alpha: + + New Features: + - Change shortcut for find first/next to Ctrl-G/Ctrl-Shitf-G. + - Change icons and remove labels from find next/previous. + + Fixes: + - --search will raise existing search window or open a new one. + - Fix opening of context menu. + - Fix newly enabled addin not working for opened notes. + - Fix find previous match. + - Fix changing sorting not always works. + - Fix GTK criticals upon exiting the application. + - Fix few memory leaks. + + Updated translations. +- Drop gnote-enabling-addin-for-opened-notes.patch: fixed upstream. +- Bump base_version to 40, following upstream. + +------------------------------------------------------------------- @@ -43 +85 @@ - newly enabled addin not working for opened(bsc#1075342, + newly enabled addin not working for opened notes (bsc#1075342, Old: ---- gnote-3.38.1.tar.xz gnote-enabling-addin-for-opened-notes.patch New: ---- gnote-40.rc.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnote.spec ++++++ --- /var/tmp/diff_new_pack.iq3DO4/_old 2021-04-12 12:39:15.909501837 +0200 +++ /var/tmp/diff_new_pack.iq3DO4/_new 2021-04-12 12:39:15.913501842 +0200 @@ -16,19 +16,17 @@ # -%define base_version 3.38 +%define base_version 40 Name: gnote -Version: 3.38.1 +Version: 40.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/%{base_version}/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnote/40/%{name}-%{version}.tar.xz Source99: gnote-rpmlintrc -# PATCH-FIX-UPSTREAM gnote-enabling-addin-for-opened-notes.patch bsc#1075342, glgo#GNOME/gnote!11 noteaddin: Fix newly enabled addin not working for opened. -Patch0: gnote-enabling-addin-for-opened-notes.patch BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -80,7 +78,7 @@ %install %make_install find %{buildroot} -type f -name "*.la" -delete -print -desktop-file-edit --add-category TextEditor %{buildroot}%{_datadir}/applications/%{name}.desktop +desktop-file-edit --add-category TextEditor %{buildroot}%{_datadir}/applications/org.gnome.gnote.desktop %fdupes %{buildroot}%{_datadir} %find_lang %{name} %{?no_lang_C} @@ -99,19 +97,19 @@ # Splitting does not make sense as it's just a lib for gnote itself (and it's plugins) %{_libdir}/libgnote-%{base_version}.so* %{_libdir}/libgnote.so -%{_datadir}/applications/gnote.desktop +%{_datadir}/applications/org.gnome.gnote.desktop %{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml %{_datadir}/gnote/ %{_datadir}/icons/hicolor/*/apps/gnote.* %{_mandir}/man1/gnote.1%{?ext_man} %dir %{_datadir}/metainfo/ -%{_datadir}/metainfo/gnote.appdata.xml +%{_datadir}/metainfo/org.gnome.gnote.appdata.xml %files -n gnome-shell-search-provider-%{name} %{_datadir}/dbus-1/services/org.gnome.Gnote.service %dir %{_datadir}/gnome-shell %dir %{_datadir}/gnome-shell/search-providers -%{_datadir}/gnome-shell/search-providers/gnote-search-provider.ini +%{_datadir}/gnome-shell/search-providers/org.gnome.Gnote.search-provider.ini %files lang -f %{name}.lang