Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openSUSEway for openSUSE:Factory 
checked in at 2021-11-03 17:25:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSEway (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSEway.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSEway"

Wed Nov  3 17:25:46 2021 rev:13 rq:928865 version:0.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSEway/openSUSEway.changes  2021-04-27 
21:35:33.420072166 +0200
+++ /work/SRC/openSUSE:Factory/.openSUSEway.new.1890/openSUSEway.changes        
2021-11-03 17:26:42.825351919 +0100
@@ -1,0 +2,12 @@
+Tue Nov  2 21:01:48 UTC 2021 - Denys Kondratenko <std...@opensuse.org>
+
+- New in 0.14 release
+  * Add configuration for Play/Pause, Next, Prev multimedia keys. by @mcepl in 
#41i
+    ** removes add-configuration-for-play-pause-next-prev-multimedi.patch
+  * Allow users different MPRIS handler for multimedia keys. by @mcepl in #43
+  * number of packages to update indicator to waybar by @denisok in #44
+  * add style to gtkgreet to match openSUSEway theme by @denisok in #45
+  * Use late evaluation of $term variable for bindsym $mod+Return by @mcepl in 
#46
+  * Fixes greeter if GDM installed. GDM messes up tty1 by @denisok in #53.
+
+-------------------------------------------------------------------

Old:
----
  add-configuration-for-play-pause-next-prev-multimedi.patch
  openSUSEway-0.13.tar.gz

New:
----
  openSUSEway-0.14.tar.gz

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

Other differences:
------------------
++++++ openSUSEway.spec ++++++
--- /var/tmp/diff_new_pack.noIbuX/_old  2021-11-03 17:26:43.525352302 +0100
+++ /var/tmp/diff_new_pack.noIbuX/_new  2021-11-03 17:26:43.525352302 +0100
@@ -20,7 +20,7 @@
 %define waybar_version %(rpm -q --queryformat "%%{version}" waybar)
 
 Name:           openSUSEway
-Version:        0.13
+Version:        0.14
 Release:        0
 Summary:        The openSUSEway desktop environment meta package
 License:        MIT
@@ -29,7 +29,6 @@
 Source0:        
https://github.com/openSUSE/openSUSEway/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE 
add-configuration-for-play-pause-next-prev-multimedi.patch 
gh#openSUSE/openSUSEway#41 mc...@suse.com
 # Add multimedia keys configuration
-Patch0:         add-configuration-for-play-pause-next-prev-multimedi.patch
 BuildArch:      noarch
 BuildRequires:  aaa_base
 BuildRequires:  systemd

++++++ openSUSEway-0.13.tar.gz -> openSUSEway-0.14.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSEway-0.13/.config/sway/config 
new/openSUSEway-0.14/.config/sway/config
--- old/openSUSEway-0.13/.config/sway/config    2021-01-19 19:04:56.000000000 
+0100
+++ new/openSUSEway-0.14/.config/sway/config    2021-11-02 21:03:04.000000000 
+0100
@@ -64,7 +64,7 @@
 # Basics:
 #
     # Start a terminal
-    bindsym $mod+Return exec $term
+    bindsym $mod+Return exec $$term
 
     # Kill focused window
     bindsym $mod+Shift+q kill
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSEway-0.13/.config/sway/config.d/50-openSUSE.conf 
new/openSUSEway-0.14/.config/sway/config.d/50-openSUSE.conf
--- old/openSUSEway-0.13/.config/sway/config.d/50-openSUSE.conf 2021-01-19 
19:04:56.000000000 +0100
+++ new/openSUSEway-0.14/.config/sway/config.d/50-openSUSE.conf 2021-11-02 
21:03:04.000000000 +0100
@@ -31,6 +31,11 @@
 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 )
 
+# Media player controls
+bindsym --no-warn XF86AudioPlay exec playerctl play-pause
+bindsym --no-warn XF86AudioNext exec playerctl next
+bindsym --no-warn XF86AudioPrev exec playerctl previous
+
 #
 # Status Bar:
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSEway-0.13/.config/waybar/config 
new/openSUSEway-0.14/.config/waybar/config
--- old/openSUSEway-0.13/.config/waybar/config  2021-01-19 19:04:56.000000000 
+0100
+++ new/openSUSEway-0.14/.config/waybar/config  2021-11-02 21:03:04.000000000 
+0100
@@ -7,7 +7,7 @@
     // Choose the order of the modules
     "modules-left": ["sway/workspaces", "sway/mode", "tray"],
     "modules-center": ["sway/window"],
-    "modules-right": ["network", "cpu", "memory", "temperature", "backlight", 
"battery", "battery#bat2", "pulseaudio", "custom/layout", "clock#date", 
"clock"],
+    "modules-right": ["custom/zypper", "network", "cpu", "memory", 
"temperature", "backlight", "battery", "battery#bat2", "pulseaudio", 
"custom/layout", "clock#date", "clock"],
     "sway/mode": {
         "format": "?????? {}"
     },
@@ -29,6 +29,14 @@
         "tooltip": false,
         "exec": "swaymsg -mrt subscribe '[\"input\"]' | jq -r --unbuffered 
\"select(.change == \\\"xkb_layout\\\") | .input | select(.type == 
\\\"keyboard\\\") | .xkb_active_layout_name | .[0:2]\""
     },
+    "custom/zypper": {
+        "format": "{} ???",
+        "interval": 3600,
+        "exec": "zypper lu | grep 'v |' | wc -l; echo 'packages to update'",
+        "exec-if": "exit 0",
+        "on-click": "exec alacritty -e sudo sh -c 'zypper ref; zypper dup; 
pkill -SIGRTMIN+8 waybar'",
+        "signal": 8
+    },
     // Modules configuration
     //  "sway/workspaces": {
     //     "disable-scroll": true,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSEway-0.13/greetd/config.toml 
new/openSUSEway-0.14/greetd/config.toml
--- old/openSUSEway-0.13/greetd/config.toml     2021-01-19 19:04:56.000000000 
+0100
+++ new/openSUSEway-0.14/greetd/config.toml     2021-11-02 21:03:04.000000000 
+0100
@@ -1,7 +1,7 @@
 [terminal]
 # The VT to run the greeter on. Can be "next", "current" or a number
 # designating the VT.
-vt = 1
+vt = next
 
 # The default session, also known as the greeter.
 [default_session]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSEway-0.13/greetd/style.css 
new/openSUSEway-0.14/greetd/style.css
--- old/openSUSEway-0.13/greetd/style.css       1970-01-01 01:00:00.000000000 
+0100
+++ new/openSUSEway-0.14/greetd/style.css       2021-11-02 21:03:04.000000000 
+0100
@@ -0,0 +1,19 @@
+window {
+       background-image: 
url("file:///usr/share/wallpapers/default-1920x1080.jpg");
+       background-size: cover;
+       background-position: center;
+       color: rgba(53, 185, 171, 1);
+}
+entry {
+       color: rgba(115, 186, 37, 1);
+       background: rgba(23, 63, 79, 1);
+}
+combobox * {
+       color: rgba(115, 186, 37, 1);
+       background: rgba(23, 63, 79, 1);
+}
+button {
+       color: rgba(115, 186, 37, 1);
+       background: rgba(23, 63, 79, 1);
+       border-color: rgba(33, 164, 223, 1);
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSEway-0.13/greetd/sway-config 
new/openSUSEway-0.14/greetd/sway-config
--- old/openSUSEway-0.13/greetd/sway-config     2021-01-19 19:04:56.000000000 
+0100
+++ new/openSUSEway-0.14/greetd/sway-config     2021-11-02 21:03:04.000000000 
+0100
@@ -1,4 +1,4 @@
-exec "gtkgreet -l; swaymsg exit"
+exec "gtkgreet -l -s /etc/greetd/style.css; swaymsg exit"
 
 bindsym Mod4+shift+e exec swaynag \
        -t warning \
@@ -6,4 +6,6 @@
        -b 'Poweroff' 'systemctl poweroff' \
        -b 'Reboot' 'systemctl reboot'
 
+exec /usr/libexec/polkit-gnome-authentication-agent-1
+
 #include /etc/sway/config.d/

Reply via email to