diff --git a/gnome-shell-extension-no-overview-HEAD.patch b/gnome-shell-extension-no-overview-HEAD.patch new file mode 100644 index 0000000..20c8cfe --- /dev/null +++ b/gnome-shell-extension-no-overview-HEAD.patch @@ -0,0 +1,25 @@ +From bf0f84bb7f4b02b2d15d8c09f02c5116e6128dd8 Mon Sep 17 00:00:00 2001 +From: fujiwarat +Date: Tue, 24 Aug 2021 14:02:24 +0900 +Subject: [PATCH] Add gnome-shell-41 + +--- + metadata.json | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/metadata.json b/metadata.json +index ab541d3..84ade0f 100644 +--- a/metadata.json ++++ b/metadata.json +@@ -6,7 +6,7 @@ + "fthx" + ], + "shell-version": [ +- "40" ++ "40", "41" + ], + "url": "https://github.com/fthx/no-overview", + "uuid": "no-overview@fthx", +-- +2.28.0 + diff --git a/gnome-shell-extension-no-overview.spec b/gnome-shell-extension-no-overview.spec index 0849186..786c8c5 100644 --- a/gnome-shell-extension-no-overview.spec +++ b/gnome-shell-extension-no-overview.spec @@ -3,13 +3,14 @@ Name: gnome-shell-extension-%{extension} Version: 8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GNOME Shell extension for no overview at start-up License: GPLv3 URL: https://extensions.gnome.org/extension/4099/no-overview/ Source0: https://extensions.gnome.org/extension-data/no-overviewfthx.v%{version}.shell-extension.zip Source1: https://raw.githubusercontent.com/fthx/no-overview/main/LICENSE#/%{extension}-LICENSE Source2: https://raw.githubusercontent.com/fthx/no-overview/main/README.md#/%{extension}-README.md +Patch0: %{name}-HEAD.patch BuildArch: noarch Requires: gnome-shell-extension-common Recommends: gnome-extensions-app @@ -40,6 +41,9 @@ cp -rp *.js metadata.json \ %changelog +* Tue Aug 24 2021 Takao Fujiwara - 8-3 +- Add gnome-shell-41 + * Thu Jul 22 2021 Fedora Release Engineering - 8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild