diff --git a/gnome-shell-extension-no-overview-HEAD.patch b/gnome-shell-extension-no-overview-HEAD.patch index 32fedde..a09e380 100644 --- a/gnome-shell-extension-no-overview-HEAD.patch +++ b/gnome-shell-extension-no-overview-HEAD.patch @@ -1,7 +1,7 @@ From bf0f84bb7f4b02b2d15d8c09f02c5116e6128dd8 Mon Sep 17 00:00:00 2001 From: fujiwarat Date: Thu, 17 Aug 2023 17:57:56 +0900 -Subject: [PATCH] Add gnome-shell-45 +Subject: [PATCH] Add gnome-shell-46 --- metadata.json | 2 +- @@ -11,13 +11,13 @@ diff --git a/metadata.json b/metadata.json index 237e43f..8d34218 100644 --- a/metadata.json +++ b/metadata.json -@@ -9,7 +9,8 @@ - "41", - "42", - "43", -- "44" -+ "44", -+ "45" +@@ -6,7 +6,8 @@ + "fthx" + ], + "shell-version": [ +- "45" ++ "45", ++ "46" ], "url": "https://github.com/fthx/no-overview", "uuid": "no-overview@fthx", diff --git a/gnome-shell-extension-no-overview.spec b/gnome-shell-extension-no-overview.spec index e9a9b14..b8e4a5c 100644 --- a/gnome-shell-extension-no-overview.spec +++ b/gnome-shell-extension-no-overview.spec @@ -3,7 +3,7 @@ Name: gnome-shell-extension-%{extension} Version: 16 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GNOME Shell extension for no overview at start-up License: GPL-3.0-only URL: https://extensions.gnome.org/extension/4099/no-overview/ @@ -11,6 +11,7 @@ Source0: https://extensions.gnome.org/extension-data/no-overviewfthx.v%{v 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 +Patch0: %{name}-HEAD.patch BuildArch: noarch # rhbz#2001561 Delete to require gnome-shell-extension-common #Requires: gnome-shell-extension-common @@ -43,6 +44,9 @@ cp -rp *.js metadata.json \ %changelog +* Wed Feb 28 2024 Takao Fujiwara - 16-4 +- Add gnome-shell-46 + * Wed Jan 24 2024 Fedora Release Engineering - 16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild