Update to 3.32.0
This commit is contained in:
parent
2b4716ea48
commit
100692e01a
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
|||||||
/background-logo-extension-3.21.92.tar.xz
|
/background-logo-extension-3.21.92.tar.xz
|
||||||
/background-logo-extension-3.22.0.tar.xz
|
/background-logo-extension-3.22.0.tar.xz
|
||||||
/background-logo-extension-3.24.0.tar.xz
|
/background-logo-extension-3.24.0.tar.xz
|
||||||
|
/background-logo-extension-3.32.0.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global shell_version 3.24.0
|
%global shell_version 3.32.0
|
||||||
|
|
||||||
Name: gnome-shell-extension-background-logo
|
Name: gnome-shell-extension-background-logo
|
||||||
Version: 3.24.0
|
Version: 3.32.0
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Background logo extension for GNOME Shell
|
Summary: Background logo extension for GNOME Shell
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -21,11 +21,11 @@ Show your pride! Display the Fedora logo (or any other graphic) in the corner of
|
|||||||
%setup -q -n background-logo-extension-%{version}
|
%setup -q -n background-logo-extension-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
make %{?_smp_mflags}
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -33,6 +33,9 @@ make %{?_smp_mflags}
|
|||||||
%{_datadir}/gnome-shell/extensions/background-logo@fedorahosted.org/
|
%{_datadir}/gnome-shell/extensions/background-logo@fedorahosted.org/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 12 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.0-1
|
||||||
|
- Update to 3.32.0
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-7
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (background-logo-extension-3.24.0.tar.xz) = 3bc628cf8d45bc65a8c46e23b50bc3419e28dbf2e48d1f75ebd97e9bb797f15480d49edd153cc24a37aa1f1f2cad51a604aadd922305ffc858b068b303da96d3
|
SHA512 (background-logo-extension-3.32.0.tar.xz) = ceac764a886df8fd77e5bee9bca5f1697f361496f6fba3cdc8beb5bfc08eec01726d5629ccb631fa7bdc4941f0b8e25b14e58fe9a65995b52dc86f07f7b28fca
|
||||||
|
Loading…
Reference in New Issue
Block a user