Update to 3.26.1
This commit is contained in:
parent
bcb2aab974
commit
9253b83857
1
.gitignore
vendored
1
.gitignore
vendored
@ -136,3 +136,4 @@ gnome-shell-2.31.5.tar.bz2
|
||||
/gnome-shell-3.25.90.tar.xz
|
||||
/gnome-shell-3.25.91.tar.xz
|
||||
/gnome-shell-3.26.0.tar.xz
|
||||
/gnome-shell-3.26.1.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: gnome-shell
|
||||
Version: 3.26.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.26.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Window management and application launching for GNOME
|
||||
|
||||
Group: User Interface/Desktops
|
||||
@ -13,8 +13,6 @@ Source0: http://download.gnome.org/sources/gnome-shell/3.26/%{name}-%{ver
|
||||
# Replace Epiphany with Firefox in the default favourite apps list
|
||||
Patch1: gnome-shell-favourite-apps-firefox.patch
|
||||
|
||||
Patch2: 0001-gtk-embed-ensure-we-only-listen-for-window-created-e.patch
|
||||
|
||||
%define gnome_bluetooth_version 1:3.9.0
|
||||
%define gobject_introspection_version 1.45.4
|
||||
%define gjs_version 1.47.0
|
||||
@ -117,7 +115,6 @@ easy to use experience.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .firefox
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -183,6 +180,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
|
||||
%changelog
|
||||
* Wed Oct 04 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.1-1
|
||||
- Update to 3.26.1
|
||||
|
||||
* Thu Sep 21 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.0-2
|
||||
- Fix crash on fast status icon remapping
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-shell-3.26.0.tar.xz) = 3da595226f6c95dbdb934eedf99c83515de516a2a86fa4cb2964520e3b411a0ac450a93743443db94e553681628ece0633dd5196c17e950292bcbd3050c736a7
|
||||
SHA512 (gnome-shell-3.26.1.tar.xz) = 74fbbdd15939baa6b762664fd7da2fe033292aa3b6d4480863dd61ed2485842f7cfaf46ce30738a16942d258ae36402b559f9e962a1d699fcfd0b731f2be479e
|
||||
|
Loading…
Reference in New Issue
Block a user