Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package numix-gtk-theme for openSUSE:Factory
checked in at 2021-06-01 10:35:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/numix-gtk-theme (Old)
and /work/SRC/openSUSE:Factory/.numix-gtk-theme.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "numix-gtk-theme"
Tue Jun 1 10:35:45 2021 rev:16 rq:895394 version:2.6.7.1617863126.0d6b4c8
Changes:
--------
--- /work/SRC/openSUSE:Factory/numix-gtk-theme/numix-gtk-theme.changes
2021-05-16 23:44:23.709074066 +0200
+++
/work/SRC/openSUSE:Factory/.numix-gtk-theme.new.1898/numix-gtk-theme.changes
2021-06-01 10:36:27.588710698 +0200
@@ -1,0 +2,7 @@
+Tue May 25 02:58:19 UTC 2021 - Alynx Zhou <[email protected]>
+
+- Add numix-gtk-theme-add-text_view_bg.patch: New version of VTE
+ requires themes to export text_view_bg, this patch adds it.
+ (bsc#1184979)
+
+-------------------------------------------------------------------
New:
----
numix-gtk-theme-add-text_view_bg.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ numix-gtk-theme.spec ++++++
--- /var/tmp/diff_new_pack.1eAfyI/_old 2021-06-01 10:36:27.960711331 +0200
+++ /var/tmp/diff_new_pack.1eAfyI/_new 2021-06-01 10:36:27.964711339 +0200
@@ -28,6 +28,8 @@
Source0: %{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE numix-gtk-theme-light-menubars.patch [email protected]
-- Make light menus (Gtk2), dark menus are buggy in Qt4 QGtk2Style.
Patch0: %{name}-light-menubars.patch
+# PATCH-FIX-UPSTREAM numix-gtk-theme-add-text_view_bg.patch bsc#1184979
[email protected] -- Added color used by new version of vte.
+Patch1: numix-gtk-theme-add-text_view_bg.patch
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildArch: noarch
@@ -79,6 +81,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%make_build
++++++ numix-gtk-theme-add-text_view_bg.patch ++++++
diff --git a/src/gtk-3.0/scss/_colors.scss b/src/gtk-3.0/scss/_colors.scss
index cdd7499..30de145 100644
--- a/src/gtk-3.0/scss/_colors.scss
+++ b/src/gtk-3.0/scss/_colors.scss
@@ -31,6 +31,7 @@
@define-color success_color #{"" + $success_color};
@define-color warning_color #{"" + $warning_color};
@define-color error_color #{"" + $error_color};
+@define-color text_view_bg #{"" + $base_color};
/* widget colors */
@define-color titlebar_bg_color @dark_bg_color;
diff --git a/src/gtk-3.20/scss/_colors.scss b/src/gtk-3.20/scss/_colors.scss
index dda50ed..3074695 100644
--- a/src/gtk-3.20/scss/_colors.scss
+++ b/src/gtk-3.20/scss/_colors.scss
@@ -31,6 +31,7 @@
@define-color success_color #{"" + $success_color};
@define-color warning_color #{"" + $warning_color};
@define-color error_color #{"" + $error_color};
+@define-color text_view_bg #{"" + $base_color};
/* widget colors */
@define-color titlebar_bg_color @dark_bg_color;