diff --git a/gnome-shell-44.0.tar.xz b/gnome-shell-44.0.tar.xz deleted file mode 100644 index 064b07cca1cd4fe67a492729f5e22b1abda871b2..0000000000000000000000000000000000000000 Binary files a/gnome-shell-44.0.tar.xz and /dev/null differ diff --git a/gnome-shell-44.1.tar.xz b/gnome-shell-44.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..40c620b32005bc4a771a4bf832b801d14f11976c Binary files /dev/null and b/gnome-shell-44.1.tar.xz differ diff --git a/gnome-shell.spec b/gnome-shell.spec index c86621d14d0c8e6a6e583b7a3979b6034fe356a5..068b05a87b781a1c8e7a204b921e5de3914521bd 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,16 +1,14 @@ %define anolis_release 1 -%global tarball_version %%(echo %{version} | tr '~' '.') - Name: gnome-shell -Version: 44.0 +Version: 44.1 Release: %{anolis_release}%{dist} Summary: Window management and application launching for GNOME License: GPLv2+ URL: https://wiki.gnome.org/Projects/GnomeShell -Source0: https://download.gnome.org/sources/gnome-shell/44/%{name}-%{tarball_version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-shell/44/%{name}-%{version}.tar.xz # Replace Epiphany with Firefox in the default favourite apps list Patch0001: 0001-gnome-shell-favourite-apps-firefox.patch @@ -142,7 +140,7 @@ BuildArch: noarch The %{name}-doc package contains documentation files for %{name}. %prep -%autosetup -n %{name}-%{tarball_version} -p1 +%autosetup -n %{name}-%{version} -p1 %build %meson -Dextensions_app=false @@ -216,6 +214,9 @@ mkdir -p %{buildroot}%{_datadir}/gnome-shell/search-providers %doc README.md %changelog +* Wed Apr 26 2023 Funda Wang - 44.1-1 +- New version 44.1 + * Wed Mar 22 2023 Funda Wang - 44.0-1 - New version 44.0 - Cleanup build and runtime requires (mainly screen recorder)