diff --git a/.gitignore b/.gitignore index 028e41e..08aa1c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gnome-shell-extension-dash-to-panel-44.tar.gz +SOURCES/gnome-shell-extension-dash-to-panel-56.tar.gz diff --git a/.gnome-shell-extension-dash-to-panel.metadata b/.gnome-shell-extension-dash-to-panel.metadata index 42f3bf6..1922275 100644 --- a/.gnome-shell-extension-dash-to-panel.metadata +++ b/.gnome-shell-extension-dash-to-panel.metadata @@ -1 +1 @@ -3c22ee95c3fb53dd1a44af182397a411e2ccb6ae SOURCES/gnome-shell-extension-dash-to-panel-44.tar.gz +bc1effb3491620ac2077d23c3bef306b3fb0d71a SOURCES/gnome-shell-extension-dash-to-panel-56.tar.gz diff --git a/SPECS/gnome-shell-extension-dash-to-panel.spec b/SPECS/gnome-shell-extension-dash-to-panel.spec index a3f03b9..e69b84c 100644 --- a/SPECS/gnome-shell-extension-dash-to-panel.spec +++ b/SPECS/gnome-shell-extension-dash-to-panel.spec @@ -2,7 +2,7 @@ %global extdir %{_datadir}/gnome-shell/extensions/dash-to-panel@jderose9.github.com Name: gnome-shell-extension-%{ename} -Version: 44 +Version: 56 Release: 1%{?dist} Summary: Integrated icon taskbar and status panel for Gnome Shell License: GPL-2.0-or-later @@ -15,7 +15,7 @@ BuildRequires: gettext BuildRequires: make BuildRequires: %{_bindir}/glib-compile-schemas Requires: clutter -Requires: gnome-shell >= 40 +Requires: gnome-shell >= 42 %description Dash to Panel is an icon taskbar for Gnome Shell. This extension moves the dash @@ -43,5 +43,16 @@ rm -v %{buildroot}%{extdir}/{COPYING,README.md} %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.%{ename}.gschema.xml %changelog -* Wed Jun 14 2023 MSVSphere Packaging Team - 44-1 +* Thu Sep 07 2023 Dominik Mierzejewski - 56-1 +- update to 56 + +* Wed Jun 14 2023 MSVSphere Packaging Team - 55-2 - Rebuilt for MSVSphere 9.2 + +* Wed Mar 15 2023 Dominik Mierzejewski - 55-2 +- correct run-time dependencies +- add explicit slash to extdir +- add missing comment + +* Wed Mar 15 2023 Dominik Mierzejewski - 55-1 +- intial package