import gnome-shell-extensions-40.6-1.el9

This commit is contained in:
CentOS Sources 2022-03-01 07:11:05 -05:00 committed by Stepan Oksanichenko
parent 997ab001e5
commit 3b917672d2
4 changed files with 3288 additions and 26 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/gnome-shell-extensions-40.5.tar.xz
SOURCES/gnome-shell-extensions-40.6.tar.xz

View File

@ -1 +1 @@
e013ce671ef82c40769c76305aff34c2f9251724 SOURCES/gnome-shell-extensions-40.5.tar.xz
b0ec8dcd7002171c93ad6f6e84477f037a57db31 SOURCES/gnome-shell-extensions-40.6.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,8 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: gnome-shell-extensions
Version: 40.5
Release: 4%{?dist}
Version: 40.6
Release: 1%{?dist}
Summary: Modify and extend GNOME Shell functionality and behavior
License: GPLv2+
@ -405,6 +405,10 @@ workspaces.
%changelog
* Tue Feb 22 2022 Florian Müllner <fmuellner@redhat.com> - 40.6-1
- Update to 40.6
Resolves: #2056410
* Tue Dec 14 2021 Florian Müllner <fmuellner@redhat.com> - 40.5-4
- Allow classification banners on lock/login screen
Resolves: #2031186