diff --git a/CVE-2020-17489-pre2.patch b/CVE-2020-17489-pre2.patch index 96688a6dc943d49e4c76967f113c1b1d94dce6dc..17fdccdf2d4c1a59c28322cfb6b42d5b4ca48f0a 100644 --- a/CVE-2020-17489-pre2.patch +++ b/CVE-2020-17489-pre2.patch @@ -22,7 +22,7 @@ index faecff8..29954f7 100644 + _bindOpacity() { + this._bindings = Main.layoutManager.uiGroup.get_children() + .filter(c => c != Main.layoutManager.screenShieldGroup) -+ .map(c => this.bind_property('opacity', c, 'opacity', 0)); ++ .map(c => this.actor.bind_property('opacity', c, 'opacity', 0)); + }, + + _unbindOpacity() { diff --git a/gnome-shell.spec b/gnome-shell.spec index 646edf07fe614417d1a635cd90f40d2fabde8c46..f9095a1356e742d25ee0aaef3fd017b01d88251b 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.30.1 -Release: 12 +Release: 13 Summary: Core user interface functions for the GNOME 3 desktop Group: User Interface/Desktops License: GPLv2+ @@ -135,6 +135,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %{_mandir}/man1/%{name}.1.gz %changelog +* Fri Dec 01 2023 beta - 3.30.1-13 +- bugfix this.bind_property is not a function + * Mon Nov 27 2023 beta - 3.30.1-12 - add mutter so path to /etc/ld.so.conf.d