Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rofi for openSUSE:Factory checked in 
at 2021-12-07 00:00:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rofi (Old)
 and      /work/SRC/openSUSE:Factory/.rofi.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rofi"

Tue Dec  7 00:00:03 2021 rev:19 rq:935969 version:1.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rofi/rofi.changes        2020-11-23 
15:50:50.468857650 +0100
+++ /work/SRC/openSUSE:Factory/.rofi.new.31177/rofi.changes     2021-12-07 
00:01:22.992139802 +0100
@@ -1,0 +2,37 @@
+Mon Dec  6 10:37:20 UTC 2021 - Michael Vetter <[email protected]>
+
+- Update to 1.7.2:
+  * [Build] Fix building without window mode enabled.
+  * [Config] Do not print out the 'theme' field in configuration on dump.
+  * [CI] test window mode less build.
+  * Allow configuration block in theme again.
+- Remove fix-shebangs.patch
+
+-------------------------------------------------------------------
+Mon Dec  6 10:24:56 UTC 2021 - Michael Vetter <[email protected]>
+
+- Update to 1.7.1:
+  * [Theme] Fix highlight with only theme.
+  * Updated documentation and landing page (Thanks to RaZ0rr-Two)
+  * [Combi] Fix nesting combi modi (#1510)
+  * [DMenu] Fix crash dmenu mode when no entry is available. (#1504)
+  * [Run|Drun] Only initialize file-completer on first use.
+  * [FileBrowser] Reduce number of re-allocs.
+  * [Readme] Remove generating readme.html for dist.
+  * [Dmenu] Fix uninitialized memory (non-selectable)
+  * [FileBrowser] Try to convert invalid encoded text. (#1471)
+  * [FileBrowser] Don't crash on invalid file filenames. (#1471)
+  * [Theme] print known colors as its color name.
+  * [CMD] If failed to convert commandline to new option, do not stop. (#1425)
+  * [Theme] Fix parsing of nested media blocks. (#1442)
+  * [Widgets] Fix sizing logic widgets. (#1437)
+  * [Window] Try to fix auto-sizing of desktop names for non-i3 desktops. 
(#1439)
+  * [Window] Fix broken close-on-delete. (#1421)
+  * [Listview] Correctly check if selected item is highlighted. (#1423)
+  * [Entry] Allow action to be taken on input change. (#1405)
+  * [Theme] Don't truncate double values. (#1419)
+  * [Grammar] Add support for env(ENV,default).
+  * [Documentation] documentation fixes.
+  * [Theme] fix dmenu theme ( #1396).
+
+-------------------------------------------------------------------

Old:
----
  fix-shebangs.patch
  rofi-1.6.1.tar.xz

New:
----
  rofi-1.7.2.tar.xz

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

Other differences:
------------------
++++++ rofi.spec ++++++
--- /var/tmp/diff_new_pack.G9I3Wm/_old  2021-12-07 00:01:23.700137298 +0100
+++ /var/tmp/diff_new_pack.G9I3Wm/_new  2021-12-07 00:01:23.704137284 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rofi
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           rofi
-Version:        1.6.1
+Version:        1.7.2
 Release:        0
 Summary:        A window switcher, run dialog and dmenu replacement
 License:        MIT
@@ -25,8 +25,6 @@
 URL:            https://davedavenport.github.io/rofi/
 Source:         
https://github.com/DaveDavenport/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 Patch0:         xdg-terminal.patch
-# PATCH-FIX-SUSE
-Patch1:         fix-shebangs.patch
 # Required version 0.11 is not yet in TW BuildRequires:  check-devel
 BuildRequires:  bison
 BuildRequires:  cairo-devel
@@ -39,6 +37,7 @@
 BuildRequires:  make
 BuildRequires:  pango-devel
 BuildRequires:  startup-notification-devel
+BuildRequires:  xcb-util-cursor-devel
 BuildRequires:  xcb-util-devel
 BuildRequires:  xcb-util-wm-devel
 BuildRequires:  xcb-util-xrm-devel
@@ -61,9 +60,10 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
+sed -i "s|%{_bindir}/env bash|/bin/bash|g" ./script/rofi-sensible-terminal
+sed -i "s|%{_bindir}/env bash|/bin/bash|g" ./script/rofi-theme-selector
 %configure --disable-check
 %make_build
 

++++++ rofi-1.6.1.tar.xz -> rofi-1.7.2.tar.xz ++++++
++++ 67782 lines of diff (skipped)

++++++ xdg-terminal.patch ++++++
--- /var/tmp/diff_new_pack.G9I3Wm/_old  2021-12-07 00:01:24.136135756 +0100
+++ /var/tmp/diff_new_pack.G9I3Wm/_new  2021-12-07 00:01:24.140135742 +0100
@@ -1,7 +1,7 @@
-diff -urEbw rofi-1.6.0/config/config.c rofi-1.6.0.new/config/config.c
---- rofi-1.6.0/config/config.c 2020-09-06 20:37:58.000000000 +0200
-+++ rofi-1.6.0.new/config/config.c     2020-09-07 10:00:29.866488658 +0200
-@@ -55,16 +55,16 @@
+diff -urEbw rofi-1.7.2/config/config.c rofi-1.7.2.patch/config/config.c
+--- rofi-1.7.2/config/config.c 2021-09-02 21:02:03.000000000 +0200
++++ rofi-1.7.2.patch/config/config.c   2021-12-06 11:26:20.147107427 +0100
+@@ -47,16 +47,16 @@
      .show_icons                = FALSE,
  
      /** Terminal to use. (for ssh and open in terminal) */

Reply via email to