Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfce4-notes-plugin for openSUSE:Factory checked in at 2024-01-15 22:20:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-notes-plugin (Old) and /work/SRC/openSUSE:Factory/.xfce4-notes-plugin.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-notes-plugin" Mon Jan 15 22:20:41 2024 rev:5 rq:1138802 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-notes-plugin/xfce4-notes-plugin.changes 2023-03-24 15:20:59.927068671 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-notes-plugin.new.21961/xfce4-notes-plugin.changes 2024-01-15 22:21:07.563027107 +0100 @@ -1,0 +2,110 @@ +Sun Jan 14 09:53:45 UTC 2024 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 1.11.0 + * Update copyright year + * Make default notes names in singular form + * Start numbering the notes with 1 + * Rework Xnp.Window.insert_note() + * Use separate icon for logo + * Make menu icon themed + * Notes path change: handle case when both apps are running + * Rework Xnp.Application.update_notes_path() + * Don't ask when deleting a group with one blank note + * Fix notebook tab prelight + * Focus previous notes window when hiding a window + * Rework Xnp.Application.show_hide_notes() + * Avoid focus loss when removing a group + * Avoid focus loss for note windows + * Store "skip-taskbar-hint" property in Xnp.Application + * Rewrite links processing code + * Switch to previous page after deleting current note + * Merge delete_note with delete_current_note + * Use separate icon names for panel, tray and application + * Switch to rDNS icon naming scheme + * Fix segfault when pressing Ctrl+W on empty group + * Use default values for externally created groups + * Rework notes window switching processing + * Handle empty group window titles + * Add notes path setting + * Slightly change the design of settings dialog + * Fix Xfconf "notes-path" property handling + * Fix background color of title bar when renaming a group + * Reduce frequency of saving windows configuration + * Undo/redo: make cursor position behavior natural + * Fix the logic of "move-cursor" signal detection + * Remember windows focus order + * Rework access to Xnp.Application.window_list from Xnp.Window + * Escape window title for markup parser + * Save windows configuration before group reloading + * Make transition to new version seemless + * Update tags immediately after loading a note + * Slightly improve undo/redo processing + * Simplify code + * Allow note tabs to be moved between groups + * New method: Xnp.Window.get_tab_evbox() + * New method: Xnp.Window.get_note() + * New property: Xnp.Window.current_note + * Rework Xnp.Window.n_pages + * Save windows configuration when in system tray mode + * Rework application termination sequence + * Simplify save_windows_configuration() + * Prevent possible data loss when saving notes + * Fix mouse cursor behavior after clicking on a link + * Refuse to create/delete notes on file system errors + * Handle errors when renaming a note + * Report errors when creating/deleting notes + * Select note before deletion request + * Delete note with middle mouse click on tab + * Handle errors when creating a group + * Handle errors when deleting a group + * Handle errors when renaming a group + * Add error popup if note could not be saved + * Save notes only when changed + * Overwrite windows configuration only when changed + * Save current note on page switching or focus loss + * Don't overwrite notes on program start up + * Add titles to dialog windows + * Make title text color independent of gtk theme + * Make title bar arrows respond to mouse scroll events + * Replace mouse button numbers with constants + * Set default icon name for application + * Use pure gtk style when selecting "GTK+" color + * Separate color css to a separate Gtk.CssProvider + * Make titlebar customized + * Simplify access to notebook pages + * Rename note with double click on tab + * Cleanup + * Add icons to dialog windows + * Fix notebook tab names for new notes + * Don't change the title label sensitivity + * Add a note about possibility of css customization + * Allow resizing notes window from the top border + * Change accelerators hexa values to symbolic names + * Reset timeout_background when timer reaches end + * Make 'GTK+' background color work + * Bring back the choice of background color + * Add support for ~/.config/gtk-3.0/gtk.css + * Fix background color of disabled arrow + * Get rid of ~/.config/xfce4/notes/xfce4-notes.css + * Rename gtk-main.css -> gtk.css + * Add support for system wide css customizations + * Unite update_css() and update_style_context() + * Move data files to $(datadir)/xfce4/notes + * Derive hypertext link color from theme + * Redraw main menu icon on mouse enter/leave events + * Allow user to customize main menu icon + * Add support for custom css + * Replace 'Remove' with 'Quit' in application menu + * Don't overwrite xfce4-notes.css without a need + * Reload css instead of adding it over and over again + * Move resource files to xfce4/notes subdirectory + * Auto create config directory + * Replace Gdk.Color with Gdk.RGBA + * Don't use stock gtk elements to create menu + * Simplify menu creation + * Gtk.Image.from_stock() -> Gtk.Image.from_icon_name() + * Bring menu icons back + * Change authors order + * Translation Updates + +------------------------------------------------------------------- Old: ---- xfce4-notes-plugin-1.10.0.tar.bz2 New: ---- xfce4-notes-plugin-1.11.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-notes-plugin.spec ++++++ --- /var/tmp/diff_new_pack.MUyJ8j/_old 2024-01-15 22:21:08.291053863 +0100 +++ /var/tmp/diff_new_pack.MUyJ8j/_new 2024-01-15 22:21:08.295054009 +0100 @@ -1,7 +1,7 @@ # -# spec file for package xfce4-notes-plugin +# spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define plugin notes %bcond_with git Name: xfce4-%{plugin}-plugin -Version: 1.10.0 +Version: 1.11.0 Release: 0 Summary: Note-taking Plugin for the Xfce Panel License: GPL-2.0-or-later @@ -31,15 +31,16 @@ BuildRequires: intltool BuildRequires: pkgconfig BuildRequires: update-desktop-files +BuildRequires: pkgconfig(gio-2.0) >= 2.30.0 BuildRequires: pkgconfig(glib-2.0) >= 2.30.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 BuildRequires: pkgconfig(libxfce4panel-2.0) >= 4.14.0 BuildRequires: pkgconfig(libxfce4ui-2) >= 4.14.0 BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.14.0 -BuildRequires: pkgconfig(libxfconf-0) -BuildRequires: pkgconfig(xfce4-vala) +BuildRequires: pkgconfig(libxfconf-0) >= 4.14.0 %if %{with git} BuildRequires: xfce4-dev-tools +BuildRequires: pkgconfig(xfce4-vala) %endif # uses exo-open Requires: exo-tools @@ -100,8 +101,9 @@ %{_bindir}/xfce4-notes %{_bindir}/xfce4-notes-settings %{_bindir}/xfce4-popup-notes -%{_datadir}/xfce4-notes-plugin -%{_datadir}/icons/hicolor/*/apps/xfce4-notes-plugin.* +%{_datadir}/xfce4/notes +%{_datadir}/icons/hicolor/*/apps/*xfce.notes.* +%{_datadir}/icons/hicolor/*/apps/*xfce.panel.notes.* %{_datadir}/xfce4/panel/plugins/xfce4-notes-plugin.desktop %{_datadir}/applications/xfce4-notes.desktop %{_libdir}/xfce4/panel/plugins/libnotes.so ++++++ xfce4-notes-plugin-1.10.0.tar.bz2 -> xfce4-notes-plugin-1.11.0.tar.bz2 ++++++ ++++ 52107 lines of diff (skipped)