Hello community,

here is the log from the commit of package rofi for openSUSE:Factory checked in 
at 2017-10-02 16:52:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rofi (Old)
 and      /work/SRC/openSUSE:Factory/.rofi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rofi"

Mon Oct  2 16:52:51 2017 rev:10 rq:528921 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rofi/rofi.changes        2017-02-09 
11:15:18.369694778 +0100
+++ /work/SRC/openSUSE:Factory/.rofi.new/rofi.changes   2017-10-02 
16:53:00.700430480 +0200
@@ -1,0 +2,47 @@
+Wed Sep 27 08:25:18 UTC 2017 - [email protected]
+
+- Update to version 1.4.1:
+  * Improved error messages
+  * Customizable highlight, allowing underline, strikethrough,
+    italic, bold, small caps and the color to be set.
+  * Give up when keyboard is not grabbed in first 5 seconds.
+  * Improve manpage
+  * Super-{1..10} hotkeys for selecting the first 10 rows.
+  * Allow x-align/y-align on textbox.
+  * Support matching bangs on multiple characters in combi mode. (#542)
+  * Set WM_CLASS (#549)
+  * Async pre-read 25 rows for improving user experience. (#550)
+  * Improve handling in floating window manager by always setting window size.
+  * DRun speedups.
+  * Make lazy-grab default.
+  * Remove extra layer in textbox. (#553)
+  * Ignore fonts that result in a family name or size 0. (#554)
+  * [Combi] Allow bang to match multiple modes. (#552)
+  * Add detection of window manager and work around quirks.
+  * Support dynamic plugins.
+  * DMENU tty detection.
+  * Support for icons in drun, combi and window mode.
+  * Startup notification of launched application support.
+  * Meson support.
+  * Fuzzy matching with fzf based sorting algorithm.
+  * Auto-detect DPI.
+  * Set cursor at the end of the input field. (#662)
+  * Meson support (thx to SardemFF7).
+  * [Script] parse the command as if it was commandline. (#650)
+  * Don't enable asan by meson. (#642)
+  * Allow text widgets to be added in theme and string to be set.
+  * [Dmenu] Support the -w flag.
+  * Allow window (via window id) to be location for rofi window.
+  * [Dmenu] Allow multi-select mode in -no-custom mode.
+  * Flex/Bison based parser for new theme format.
+  * Meson build support.
+  * Initial plugin support, exporting of pkg-config file for rofi.
+  * Improved positioning support for placing window on monitor.
+  * Allow rofi to be placed above window based on window id.
+  * Support different font per textbox.
+- Update xdg-terminal.patch
+- Still use automake due to
+  https://github.com/DaveDavenport/rofi/issues/677
+- Don't use 'check' yet because 0.11 is not yet in TW
+
+-------------------------------------------------------------------

Old:
----
  rofi-1.3.1.tar.gz

New:
----
  rofi-1.4.1.tar.gz

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

Other differences:
------------------
++++++ rofi.spec ++++++
--- /var/tmp/diff_new_pack.3TZUGq/_old  2017-10-02 16:53:01.400332243 +0200
+++ /var/tmp/diff_new_pack.3TZUGq/_new  2017-10-02 16:53:01.404331682 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rofi
-Version:        1.3.1
+Version:        1.4.1
 Release:        0
 Summary:        A window switcher, run dialog and dmenu replacement
 License:        MIT
@@ -25,9 +25,14 @@
 Url:            https://davedavenport.github.io/rofi/
 Source:         
https://github.com/DaveDavenport/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
 Patch0:         xdg-terminal.patch
+# Required version 0.11 is not yet in TW BuildRequires:  check-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  bison
 BuildRequires:  cairo-devel
+BuildRequires:  cppcheck
+BuildRequires:  flex >= 2.5.39
+BuildRequires:  librsvg-devel
 BuildRequires:  libxkbcommon-devel
 BuildRequires:  libxkbcommon-x11-devel
 BuildRequires:  make
@@ -37,7 +42,6 @@
 BuildRequires:  xcb-util-wm-devel
 BuildRequires:  xcb-util-xrm-devel
 Requires:       xdg-utils
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 rofi is a popup window switcher roughly based on "superswitcher",
@@ -46,26 +50,37 @@
 features, like a run dialog, SSH launcher and can act as a drop-in
 dmenu replacement.
 
+%package -n rofi-devel
+Summary:        Development files for rofi
+Group:          Development/Libraries
+
+%description -n rofi-devel
+Development files and headers for rofi
+
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-%configure
+%configure --disable-check
 make %{?_smp_mflags}
 
 %install
 %make_install
 
 %files
-%defattr(-,root,root)
 %doc Changelog README.md COPYING
 %{_bindir}/rofi
 %{_bindir}/rofi-sensible-terminal
 %{_bindir}/rofi-theme-selector
-%{_mandir}/man1/rofi.1%{ext_man}
-%{_mandir}/man1/rofi-sensible-terminal.1%{ext_man}
 %dir %{_datadir}/rofi/
 %{_datadir}/rofi/themes/
+%{_mandir}/man1/rofi.1%{ext_man}
+%{_mandir}/man1/rofi-sensible-terminal.1%{ext_man}
+%{_mandir}/man5/rofi-theme.5%{ext_man}
+
+%files -n rofi-devel
+%{_includedir}/rofi/
+%{_libdir}/pkgconfig/rofi.pc
 
 %changelog

++++++ rofi-1.3.1.tar.gz -> rofi-1.4.1.tar.gz ++++++
++++ 56469 lines of diff (skipped)

++++++ xdg-terminal.patch ++++++
--- /var/tmp/diff_new_pack.3TZUGq/_old  2017-10-02 16:53:01.596304737 +0200
+++ /var/tmp/diff_new_pack.3TZUGq/_new  2017-10-02 16:53:01.600304175 +0200
@@ -1,8 +1,8 @@
-diff -urEbwB rofi-1.1.0/config/config.c rofi-1.1.0.new/config/config.c
---- rofi-1.1.0/config/config.c 2016-05-30 20:48:11.000000000 +0200
-+++ rofi-1.1.0.new/config/config.c     2016-06-16 14:08:10.208852900 +0200
-@@ -56,16 +56,16 @@
-     .color_window = "#fdf6e3,#002b36",
+diff -urEbwB rofi-1.4.1/config/config.c rofi-1.4.1.new/config/config.c
+--- rofi-1.4.1/config/config.c 2017-08-29 11:17:36.000000000 +0200
++++ rofi-1.4.1.new/config/config.c     2017-09-27 10:29:54.090418286 +0200
+@@ -51,16 +51,16 @@
+     .show_icons        = FALSE,
  
      /** Terminal to use. (for ssh and open in terminal) */
 -    .terminal_emulator = "rofi-sensible-terminal",
@@ -20,4 +20,4 @@
 +    .run_shell_command = "{terminal} '{cmd}'",
      /** Command executed on accep-entry-custom for window modus */
      .window_command    = "xkill -id {window}",
-     /**
+     /** No default icon theme, we search Adwaita and gnome as fallback */


Reply via email to