Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2020-03-22 14:16:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-theme (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-theme.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-theme"

Sun Mar 22 14:16:18 2020 rev:171 rq:786435 version:4.2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme.changes  2019-12-14 
12:03:31.607402312 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new.3160/yast2-theme.changes        
2020-03-22 14:16:19.566024319 +0100
@@ -1,0 +2,7 @@
+Thu Mar 19 10:55:36 UTC 2020 - David Diaz <dgonza...@suse.com>
+
+- Uses a transparent background for the YAST_BANNER
+  (jsc#SLE-9424, bsc#1162997)
+- 4.2.9
+
+-------------------------------------------------------------------

Old:
----
  yast2-theme-4.2.8.tar.bz2

New:
----
  yast2-theme-4.2.9.tar.bz2

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

Other differences:
------------------
++++++ yast2-theme.spec ++++++
--- /var/tmp/diff_new_pack.V7iPFR/_old  2020-03-22 14:16:20.358024827 +0100
+++ /var/tmp/diff_new_pack.V7iPFR/_new  2020-03-22 14:16:20.358024827 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-theme
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,7 +17,7 @@
 
 
 Name:           yast2-theme
-Version:        4.2.8
+Version:        4.2.9
 Release:        0
 
 Source0:        %{name}-%{version}.tar.bz2

++++++ yast2-theme-4.2.8.tar.bz2 -> yast2-theme-4.2.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.2.8/package/yast2-theme.changes 
new/yast2-theme-4.2.9/package/yast2-theme.changes
--- old/yast2-theme-4.2.8/package/yast2-theme.changes   2019-12-06 
14:27:22.000000000 +0100
+++ new/yast2-theme-4.2.9/package/yast2-theme.changes   2020-03-19 
12:32:16.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Mar 19 10:55:36 UTC 2020 - David Diaz <dgonza...@suse.com>
+
+- Uses a transparent background for the YAST_BANNER
+  (jsc#SLE-9424, bsc#1162997)
+- 4.2.9
+
+-------------------------------------------------------------------
 Wed Dec  4 16:36:18 CET 2019 - sch...@suse.de
 
 - Added a banner on the upper/right side of the YaST layout.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.2.8/package/yast2-theme.spec 
new/yast2-theme-4.2.9/package/yast2-theme.spec
--- old/yast2-theme-4.2.8/package/yast2-theme.spec      2019-12-06 
14:27:22.000000000 +0100
+++ new/yast2-theme-4.2.9/package/yast2-theme.spec      2020-03-19 
12:32:16.000000000 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-theme
-Version:        4.2.8
+Version:        4.2.9
 Release:        0
 
 Source0:        %{name}-%{version}.tar.bz2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.2.8/theme/SLE/wizard/cyan-black.qss 
new/yast2-theme-4.2.9/theme/SLE/wizard/cyan-black.qss
--- old/yast2-theme-4.2.8/theme/SLE/wizard/cyan-black.qss       2019-12-06 
14:27:22.000000000 +0100
+++ new/yast2-theme-4.2.9/theme/SLE/wizard/cyan-black.qss       2020-03-19 
12:32:16.000000000 +0100
@@ -17,7 +17,7 @@
 }
 
 #DialogBanner {
-  background-color: #000;
+  background-color: transparent;
   font-family: Raleway, Sans-serif;
   font: 24pt;
   margin-right: 20px;
@@ -104,7 +104,7 @@
   border: 1px inset cyan;
   selection-background-color: cyan;
   selection-color: black;
-  border-radius: 4px; 
+  border-radius: 4px;
 }
 
 YQGenericDetailsView,
@@ -510,7 +510,7 @@
 #RepoUpgradeLabel {
   color: black;
   background: #35b9ab;
-} 
+}
 
 YQPkgVersionsView QWidget { background: black; }
 
@@ -540,7 +540,7 @@
   color: cyan;
 }
 
-#steps 
+#steps
 {
   font-size: 90%;
   border: 1px solid;
@@ -569,7 +569,7 @@
 }
 
 .steps_heading {
-   font-weight: bold;  
+   font-weight: bold;
    color: cyan;
    margin-bottom: 7px;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.2.8/theme/SLE/wizard/highcontrast.qss 
new/yast2-theme-4.2.9/theme/SLE/wizard/highcontrast.qss
--- old/yast2-theme-4.2.8/theme/SLE/wizard/highcontrast.qss     2019-12-06 
14:27:22.000000000 +0100
+++ new/yast2-theme-4.2.9/theme/SLE/wizard/highcontrast.qss     2020-03-19 
12:32:16.000000000 +0100
@@ -18,7 +18,7 @@
 }
 
 #DialogBanner {
-  background-color: #000;
+  background-color: transparent;
   font-family: Raleway, Sans-serif;
   font: 24pt;
   margin-right: 20px;
@@ -105,7 +105,7 @@
   border: 1px inset white;
   selection-background-color: #ffff00;
   selection-color: black;
-  border-radius: 4px; 
+  border-radius: 4px;
 }
 
 YQGenericDetailsView,
@@ -239,7 +239,7 @@
 QTabBar::tab:selected {
   color: white;
   background: #2d2d2d;
-  border: 1px solid white; 
+  border: 1px solid white;
   border-bottom: none;
 }
 
@@ -512,7 +512,7 @@
 #RepoUpgradeLabel {
   color: cyan;
   background: black;
-} 
+}
 
 YQPkgVersionsView QWidget { background: #2d2d2d; }
 
@@ -542,7 +542,7 @@
   color: white;
 }
 
-#steps 
+#steps
 {
   font-size: 90%;
   border: 1px solid;
@@ -571,7 +571,7 @@
 }
 
 .steps_heading {
-   font-weight: bold;  
+   font-weight: bold;
    color: white;
    margin-bottom: 7px;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.2.8/theme/SLE/wizard/installation.qss 
new/yast2-theme-4.2.9/theme/SLE/wizard/installation.qss
--- old/yast2-theme-4.2.8/theme/SLE/wizard/installation.qss     2019-12-06 
14:27:22.000000000 +0100
+++ new/yast2-theme-4.2.9/theme/SLE/wizard/installation.qss     2020-03-19 
12:32:16.000000000 +0100
@@ -18,7 +18,7 @@
 }
 
 #DialogBanner {
-  background-color: #000;
+  background-color: transparent;
   font-family: Raleway, Sans-serif;
   font: 24pt;
   margin-right: 20px;
@@ -78,7 +78,7 @@
   background-color: #071B2A;
   border: 1px inset #566B79;
   alternate-background-color: #00C081;
-  selection-background-color: #03101C; 
+  selection-background-color: #03101C;
   selection-color: #00C081;
   border-radius: 4px;
 }
@@ -88,7 +88,7 @@
   color: #EDEFF0;
   background-color: #071B2A;
   border: 1px inset #566B79;
-  selection-background-color: #00C081; 
+  selection-background-color: #00C081;
   selection-color: #0D2C40;
   border-radius: 4px;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.2.8/theme/SLE/wizard/white-black.qss 
new/yast2-theme-4.2.9/theme/SLE/wizard/white-black.qss
--- old/yast2-theme-4.2.8/theme/SLE/wizard/white-black.qss      2019-12-06 
14:27:22.000000000 +0100
+++ new/yast2-theme-4.2.9/theme/SLE/wizard/white-black.qss      2020-03-19 
12:32:16.000000000 +0100
@@ -17,7 +17,7 @@
 }
 
 #DialogBanner {
-  background-color: #000;
+  background-color: transparent;
   font-family: Raleway, Sans-serif;
   font: 24pt;
   margin-right: 20px;
@@ -104,7 +104,7 @@
   border: 1px inset white;
   selection-background-color: white;
   selection-color: black;
-  border-radius: 4px; 
+  border-radius: 4px;
 }
 
 YQGenericDetailsView,
@@ -510,7 +510,7 @@
 #RepoUpgradeLabel {
   color: black;
   background: #35b9ab;
-} 
+}
 
 YQPkgVersionsView QWidget { background: black; }
 
@@ -540,7 +540,7 @@
   color: white;
 }
 
-#steps 
+#steps
 {
   font-size: 90%;
   border: 1px solid;
@@ -569,7 +569,7 @@
 }
 
 .steps_heading {
-   font-weight: bold;  
+   font-weight: bold;
    color: white;
    margin-bottom: 7px;
 }


Reply via email to