Hello community, here is the log from the commit of package openSUSEway for openSUSE:Factory checked in at 2020-10-13 15:42:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSEway (Old) and /work/SRC/openSUSE:Factory/.openSUSEway.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSEway" Tue Oct 13 15:42:38 2020 rev:8 rq:841267 version:0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSEway/openSUSEway.changes 2020-09-15 16:27:00.130522801 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSEway.new.3486/openSUSEway.changes 2020-10-13 15:44:13.941413105 +0200 @@ -1,0 +2,7 @@ +Mon Oct 12 12:43:19 UTC 2020 - Denis Kondratenko <[email protected]> + +- New in 0.12 release + * Allow increasing volume over 100% + * Add bc to the sway-branding requirement + +------------------------------------------------------------------- Old: ---- openSUSEway-0.11.tar.gz New: ---- openSUSEway-0.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSEway.spec ++++++ --- /var/tmp/diff_new_pack.5xFblc/_old 2020-10-13 15:44:14.849413497 +0200 +++ /var/tmp/diff_new_pack.5xFblc/_new 2020-10-13 15:44:14.853413498 +0200 @@ -20,7 +20,7 @@ %define waybar_version %(rpm -q --queryformat "%%{version}" waybar) Name: openSUSEway -Version: 0.11 +Version: 0.12 Release: 0 Summary: The openSUSEway desktop environment meta package License: MIT @@ -86,6 +86,7 @@ Summary: openSUSE branding of sway Group: System/GUI/Other BuildRequires: sway +Requires: bc Requires: brightnessctl Requires: fontawesome-fonts Requires: jq ++++++ openSUSEway-0.11.tar.gz -> openSUSEway-0.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSEway-0.11/.config/sway/config.d/50-openSUSE.conf new/openSUSEway-0.12/.config/sway/config.d/50-openSUSE.conf --- old/openSUSEway-0.11/.config/sway/config.d/50-openSUSE.conf 2020-09-11 11:39:47.000000000 +0200 +++ new/openSUSEway-0.12/.config/sway/config.d/50-openSUSE.conf 2020-10-08 15:38:40.000000000 +0200 @@ -27,8 +27,8 @@ bindsym XF86MonBrightnessDown exec brightnessctl -q set 5%- && ( echo $((`brightnessctl get` * 100 / `brightnessctl m`)) > $SWAYSOCK.wob ) bindsym XF86MonBrightnessUp exec brightnessctl -q set +5% && ( echo $((`brightnessctl get` * 100 / `brightnessctl m`)) > $SWAYSOCK.wob ) -bindsym XF86AudioRaiseVolume exec pamixer -ui 2 && pamixer --get-volume > $SWAYSOCK.wob -bindsym XF86AudioLowerVolume exec pamixer -ud 2 && pamixer --get-volume > $SWAYSOCK.wob +bindsym XF86AudioRaiseVolume exec pamixer --allow-boost -ui 2 && dc -e "[`pamixer --get-volume`]sM 100d `pamixer --get-volume`<Mp" > $SWAYSOCK.wob +bindsym XF86AudioLowerVolume exec pamixer --allow-boost -ud 2 && dc -e "[`pamixer --get-volume`]sM 100d `pamixer --get-volume`<Mp" > $SWAYSOCK.wob bindsym XF86AudioMute exec pamixer --toggle-mute && ( pamixer --get-mute && echo 0 > $SWAYSOCK.wob ) #
