Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rofi for openSUSE:Factory checked in 
at 2025-01-01 23:04:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rofi (Old)
 and      /work/SRC/openSUSE:Factory/.rofi.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rofi"

Wed Jan  1 23:04:15 2025 rev:26 rq:1233579 version:1.7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/rofi/rofi.changes        2024-02-21 
18:01:06.333479952 +0100
+++ /work/SRC/openSUSE:Factory/.rofi.new.1881/rofi.changes      2025-01-01 
23:04:16.791520829 +0100
@@ -1,0 +2,13 @@
+Fri Dec 27 16:27:58 UTC 2024 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.75:
+  * Recursive file browser
+  * Copy to clipboard support
+  * Entry box history
+  * Fix calc
+  * Text and cursor outline
+  * Other smaller changes
+  * For details see:
+    https://github.com/davatorium/rofi/releases/tag/1.7.6
+
+-------------------------------------------------------------------

Old:
----
  rofi-1.7.5.tar.xz

New:
----
  rofi-1.7.6.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rofi.spec ++++++
--- /var/tmp/diff_new_pack.7UCSwb/_old  2025-01-01 23:04:17.399545798 +0100
+++ /var/tmp/diff_new_pack.7UCSwb/_new  2025-01-01 23:04:17.399545798 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rofi
-Version:        1.7.5
+Version:        1.7.6
 Release:        0
 Summary:        A window switcher, run dialog and dmenu replacement
 License:        MIT
@@ -29,6 +29,7 @@
 BuildRequires:  bison
 BuildRequires:  cairo-devel
 BuildRequires:  flex >= 2.5.39
+BuildRequires:  glib2-devel >= 2.36
 BuildRequires:  libjpeg8-devel
 BuildRequires:  librsvg-devel
 BuildRequires:  libxkbcommon-devel
@@ -38,6 +39,7 @@
 BuildRequires:  startup-notification-devel
 BuildRequires:  xcb-util-cursor-devel
 BuildRequires:  xcb-util-devel
+BuildRequires:  xcb-util-keysyms-devel
 BuildRequires:  xcb-util-wm-devel
 BuildRequires:  xcb-util-xrm-devel
 Requires:       xdg-utils
@@ -82,8 +84,9 @@
 %{_datadir}/applications/rofi-theme-selector.desktop
 %{_datadir}/applications/rofi.desktop
 %dir %{_datadir}/icons/hicolor
-%dir %{_datadir}/icons/hicolor/apps
-%{_datadir}/icons/hicolor/apps/rofi.svg
+%dir %{_datadir}/icons/hicolor/scalable
+%dir %{_datadir}/icons/hicolor/scalable/apps
+%{_datadir}/icons/hicolor/scalable/apps/rofi.svg
 %{_mandir}/man1/rofi.1%{?ext_man}
 %{_mandir}/man1/rofi-sensible-terminal.1%{?ext_man}
 %{_mandir}/man1/rofi-theme-selector.1%{?ext_man}
@@ -92,6 +95,7 @@
 %{_mandir}/man5/rofi-dmenu.5%{?ext_man}
 %{_mandir}/man5/rofi-keys.5%{?ext_man}
 %{_mandir}/man5/rofi-debugging.5%{?ext_man}
+%{_mandir}/man5/rofi-thumbnails.5%{?ext_man}
 
 %files devel
 %{_includedir}/rofi/

++++++ rofi-1.7.5.tar.xz -> rofi-1.7.6.tar.xz ++++++
++++ 73883 lines of diff (skipped)

++++++ xdg-terminal.patch ++++++
--- /var/tmp/diff_new_pack.7UCSwb/_old  2025-01-01 23:04:17.791561896 +0100
+++ /var/tmp/diff_new_pack.7UCSwb/_new  2025-01-01 23:04:17.847564196 +0100
@@ -1,9 +1,9 @@
-Index: rofi-1.7.4/config/config.c
+Index: rofi-1.7.6/config/config.c
 ===================================================================
---- rofi-1.7.4.orig/config/config.c
-+++ rofi-1.7.4/config/config.c
-@@ -47,16 +47,16 @@ Settings config = {
-     .show_icons = FALSE,
+--- rofi-1.7.6.orig/config/config.c
++++ rofi-1.7.6/config/config.c
+@@ -50,16 +50,16 @@ Settings config = {
+     .preview_cmd = NULL,
  
      /** Terminal to use. (for ssh and open in terminal) */
 -    .terminal_emulator = "rofi-sensible-terminal",

Reply via email to