Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/gnome-extensions-app.git#bd951be5648281fed0e1c22ee383aee48dae1a72
This commit is contained in:
parent
9bead9dc54
commit
a07a09fbb9
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@
|
||||
/gnome-shell-3.37.3.tar.xz
|
||||
/gnome-shell-3.38.0.tar.xz
|
||||
/gnome-shell-40.beta.tar.xz
|
||||
/gnome-shell-40.rc.tar.xz
|
||||
/gnome-shell-40.0.tar.xz
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
%global _vpath_srcdir subprojects/extensions-app
|
||||
%global source_name gnome-shell
|
||||
%global upstream_version 40.beta
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-extensions-app
|
||||
Version: 40.0~beta
|
||||
Version: 40.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Manage GNOME Shell extensions
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://gitlab.gnome.org/GNOME/%{source_name}
|
||||
Source0: https://download.gnome.org/sources/%{source_name}/40/%{source_name}-%{upstream_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{source_name}/40/%{source_name}-%{tarball_version}.tar.xz
|
||||
|
||||
Patch0: 0001-extensions-app-Add-compatibility-with-GNOME-3.34.patch
|
||||
|
||||
@ -36,7 +36,7 @@ GNOME Shell extensions.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{source_name}-%{upstream_version}
|
||||
%setup -q -n %{source_name}-%{tarball_version}
|
||||
|
||||
%if 0%{?flatpak}
|
||||
%patch0 -p1
|
||||
@ -78,6 +78,12 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/gir-1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 28 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
||||
- Update to 40.0
|
||||
|
||||
* Mon Mar 15 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~rc-1
|
||||
- Update to 40.rc
|
||||
|
||||
* Thu Mar 11 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~beta-1
|
||||
- Update to 40.beta
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-shell-40.beta.tar.xz) = 6f673c429d0b1b26979de72f945ab5cb47023a28d63b55fbc30d807aeace7389212dc0100aed4ff95300853598d08fda7a82c9da14ae8190619c04dd9ad95c50
|
||||
SHA512 (gnome-shell-40.0.tar.xz) = fc4ca3fbd3dafd4a81f97a765e53b74fa4902018721e25a767c0d353d127b0cdc69c64171188272e3f5b48f11d6ad52064cc237e35210f5e09dfcd763ceb00c4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user