Hello community,

here is the log from the commit of package bumblebee-status for 
openSUSE:Factory checked in at 2018-01-02 16:35:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bumblebee-status (Old)
 and      /work/SRC/openSUSE:Factory/.bumblebee-status.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bumblebee-status"

Tue Jan  2 16:35:05 2018 rev:2 rq:561055 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/bumblebee-status/bumblebee-status.changes        
2017-10-09 19:48:35.522605858 +0200
+++ /work/SRC/openSUSE:Factory/.bumblebee-status.new/bumblebee-status.changes   
2018-01-02 16:35:08.077535647 +0100
@@ -1,0 +2,28 @@
+Tue Jan  2 03:30:12 UTC 2018 - [email protected]
+
+- update to 1.5.1
+  * it was always logging messages to stderr (even when -d was
+    not specified), which end up in ~/.xsession-errors and consume
+    a lot of disk very quickly.
+  * Introduces two "special" log file names, stdout and stderr.
+- includes 1.5.0 (Theme support extension release)
+  * Add support for pywal in themes: Add a "colors" instruction
+    and then simply use names for your pywal colors (see the
+    wal-powerline.json themes for examples)
+  * Themes can now be stored outside the repository structure
+    (i.e. in ~/.config/bumblebee-status/themes/). Themes will be
+    merged, so it is also possible to partially overwrite theme
+    instructions by placing partial JSON files in this directory,
+    with the same name as the main theme (for example, anything
+    you write into ~/.config/bumblebee-status/themes/powerline.json
+    will overwrite the default powerline theme settings).
+  * 4 new modules
+    - rotation: Cycle through display orientations
+    - hipchat: Show number of unread hipchat messages
+    - uptime: Show current uptime
+    - zpool: Show zpool (ZFS) information
+  * new theme: "sac_red"
+- remove remove-invalid-shebang.patch
+  * merged in 9c52624ecb12adf6b3bcc3021feb7a0747ea179e
+
+-------------------------------------------------------------------

Old:
----
  bumblebee-status-1.4.4.tar.gz
  remove-invalid-shebang.patch

New:
----
  bumblebee-status-1.5.1.tar.gz

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

Other differences:
------------------
++++++ bumblebee-status.spec ++++++
--- /var/tmp/diff_new_pack.CM2ygn/_old  2018-01-02 16:35:09.069204951 +0100
+++ /var/tmp/diff_new_pack.CM2ygn/_new  2018-01-02 16:35:09.073203617 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bumblebee-status
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
 
 
 Name:           bumblebee-status
-Version:        1.4.4
+Version:        1.5.1
 Release:        0
 Summary:        Modular, theme-able status line generator for the i3 window 
manager
 License:        MIT
 Group:          System/Monitoring
-URL:            https://github.com/tobi-wan-kenobi/bumblebee-status/wiki
+Url:            https://github.com/tobi-wan-kenobi/bumblebee-status/wiki
 Source0:        
https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# Upstream patch (merged): 
https://github.com/tobi-wan-kenobi/bumblebee-status/pull/186
-Patch0:         remove-invalid-shebang.patch
 Patch1:         use-python-3.patch
 # In earlier i3 versions, blocks won't have background colors
 Requires:       i3 >= 4.12
@@ -47,7 +45,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 
 %build
@@ -124,11 +121,18 @@
 %{_datadir}/%{name}/bumblebee/modules/traffic.py
 %{_datadir}/%{name}/bumblebee/modules/weather.py
 %{_datadir}/%{name}/bumblebee/modules/xrandr.py
+%{_datadir}/%{name}/bumblebee/modules/hipchat.py
+%{_datadir}/%{name}/bumblebee/modules/rotation.py
+%{_datadir}/%{name}/bumblebee/modules/shortcut.py
+%{_datadir}/%{name}/bumblebee/modules/uptime.py
+%{_datadir}/%{name}/bumblebee/modules/zpool.py
 %{_datadir}/%{name}/bumblebee/output.py
 %{_datadir}/%{name}/bumblebee/popup.py
 %{_datadir}/%{name}/bumblebee/store.py
 %{_datadir}/%{name}/bumblebee/theme.py
 %{_datadir}/%{name}/bumblebee/util.py
+%{_datadir}/%{name}/themes/sac_red.json
+%{_datadir}/%{name}/themes/wal-powerline.json
 %{_datadir}/%{name}/themes/default.json
 %{_datadir}/%{name}/themes/gruvbox-powerline.json
 %{_datadir}/%{name}/themes/gruvbox.json

++++++ bumblebee-status-1.4.4.tar.gz -> bumblebee-status-1.5.1.tar.gz ++++++
++++ 1674 lines of diff (skipped)


Reply via email to