parent
c08b8a64a5
commit
9f76c8478a
1
.gitignore
vendored
1
.gitignore
vendored
@ -141,3 +141,4 @@
|
||||
/gnome-shell-extensions-40.alpha.tar.xz
|
||||
/gnome-shell-extensions-40.alpha.1.tar.xz
|
||||
/gnome-shell-extensions-40.alpha.1-11-g9fa522c.tar.xz
|
||||
/gnome-shell-extensions-40.beta.tar.xz
|
||||
|
@ -3,15 +3,16 @@
|
||||
%global min_gs_version %%(cut -d "." -f 1-3 <<<%{version})
|
||||
|
||||
%global pkg_prefix gnome-shell-extension
|
||||
%global upstream_version 40.beta
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 40.0~alpha.1
|
||||
Release: 6.20210212git9fa522c%{?dist}
|
||||
Version: 40.0~beta
|
||||
Release: 1%{?dist}
|
||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://wiki.gnome.org/Projects/GnomeShell/Extensions
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-40.alpha.1-11-g9fa522c.tar.xz
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-%{upstream_version}.tar.xz
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: git
|
||||
@ -175,7 +176,7 @@ workspaces.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -S git -n %{name}-40.beta
|
||||
%autosetup -S git -n %{name}-%{upstream_version}
|
||||
|
||||
|
||||
%build
|
||||
@ -251,6 +252,9 @@ workspaces.
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 24 2021 Florian Müllner <fmuellner@redhat.com> - 40.beta-1
|
||||
- Update to 40.beta
|
||||
|
||||
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40.0~alpha.1-6.20210212git9fa522c
|
||||
- Fix typo in horizontal-workspaces obsoletes package name
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-shell-extensions-40.alpha.1-11-g9fa522c.tar.xz) = eb81b13e9f00bac5f177b06e38a688f618f31f7637610f4ab37724f490bc18803aec8316545b53f0e6574121eea54645885f47a6d60ab7c8fc40af80e85a8afa
|
||||
SHA512 (gnome-shell-extensions-40.beta.tar.xz) = 0a720e70d079e7cc5416e12c9cb531a98d6d7876bc16ee5d06112ec958a8283c3733d28269595cb45e6fa4f41efb70169266677cb7afe390d72081c14e3c2fe1
|
||||
|
Loading…
Reference in New Issue
Block a user