Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xwayland for openSUSE:Factory 
checked in at 2022-02-17 23:39:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xwayland (Old)
 and      /work/SRC/openSUSE:Factory/.xwayland.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xwayland"

Thu Feb 17 23:39:55 2022 rev:10 rq:955407 version:22.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xwayland/xwayland.changes        2022-02-06 
23:53:21.827187718 +0100
+++ /work/SRC/openSUSE:Factory/.xwayland.new.1958/xwayland.changes      
2022-02-17 23:40:44.423700809 +0100
@@ -1,0 +2,6 @@
+Wed Feb 16 15:39:59 UTC 2022 - Stefan Dirsch <sndir...@suse.com>
+
+- Update to version 22.1.0
+  * xwayland: Fix cursor color
+
+-------------------------------------------------------------------

Old:
----
  xwayland-22.0.99.902.tar.xz
  xwayland-22.0.99.902.tar.xz.sig

New:
----
  xwayland-22.1.0.tar.xz
  xwayland-22.1.0.tar.xz.sig

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

Other differences:
------------------
++++++ xwayland.spec ++++++
--- /var/tmp/diff_new_pack.to1onA/_old  2022-02-17 23:40:44.967700804 +0100
+++ /var/tmp/diff_new_pack.to1onA/_new  2022-02-17 23:40:44.971700804 +0100
@@ -24,7 +24,7 @@
 %endif
 
 Name:           xwayland
-Version:        22.0.99.902
+Version:        22.1.0
 Release:        0
 URL:            http://xorg.freedesktop.org/
 Summary:        X

++++++ xwayland-22.0.99.902.tar.xz -> xwayland-22.1.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xwayland-22.0.99.902/hw/xwayland/xwayland-cursor.c 
new/xwayland-22.1.0/hw/xwayland/xwayland-cursor.c
--- old/xwayland-22.0.99.902/hw/xwayland/xwayland-cursor.c      2022-02-02 
15:23:54.988326500 +0100
+++ new/xwayland-22.1.0/hw/xwayland/xwayland-cursor.c   2022-02-16 
14:18:05.150603300 +0100
@@ -54,9 +54,11 @@
 
     p = data;
     fg = ((cursor->foreRed & 0xff00) << 8) |
-        (cursor->foreGreen & 0xff00) | (cursor->foreGreen >> 8);
+          (cursor->foreGreen & 0xff00) |
+          (cursor->foreBlue >> 8);
     bg = ((cursor->backRed & 0xff00) << 8) |
-        (cursor->backGreen & 0xff00) | (cursor->backGreen >> 8);
+          (cursor->backGreen & 0xff00) |
+          (cursor->backBlue >> 8);
     stride = BitmapBytePad(bits->width);
     for (y = 0; y < bits->height; y++)
         for (x = 0; x < bits->width; x++) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xwayland-22.0.99.902/meson.build 
new/xwayland-22.1.0/meson.build
--- old/xwayland-22.0.99.902/meson.build        2022-02-02 15:23:54.998326800 
+0100
+++ new/xwayland-22.1.0/meson.build     2022-02-16 14:18:05.160603500 +0100
@@ -3,7 +3,7 @@
             'buildtype=debugoptimized',
             'c_std=gnu99',
         ],
-        version: '22.0.99.902',
+        version: '22.1.0',
         meson_version: '>= 0.47.0',
 )
 release_date = '2021-07-05'

Reply via email to