From 62948c7daf92498318a05482c8c800cdd4320c0e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 03 2020 06:08:40 +0000 Subject: import gnome-shell-3.32.2-21.el8 --- diff --git a/SOURCES/0001-gdm-add-AuthList-control.patch b/SOURCES/0001-gdm-add-AuthList-control.patch index 0ca4a8f..2bd503b 100644 --- a/SOURCES/0001-gdm-add-AuthList-control.patch +++ b/SOURCES/0001-gdm-add-AuthList-control.patch @@ -100,7 +100,7 @@ index 000000000..fc1c3d6e4 +}); +Signals.addSignalMethods(AuthListItem.prototype); + -+const AuthList = new Lang.Class({ ++var AuthList = new Lang.Class({ + Name: 'AuthList', + + _init() { diff --git a/SPECS/gnome-shell.spec b/SPECS/gnome-shell.spec index 2ee05b4..fdf549e 100644 --- a/SPECS/gnome-shell.spec +++ b/SPECS/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.32.2 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -239,6 +239,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de %{_mandir}/man1/%{name}.1.gz %changelog +* Thu Oct 01 2020 Michael Catanzaro - 3.32.2-21 +- Fix JS warning in AuthList downstream patch + Resolves: #1860946 + * Thu Jul 30 2020 Florian Müllner - 3.32.2-20 - Fix popupMenu keynav when NumLock is active Resolves: #1840080