Update to 3.33.91
This commit is contained in:
parent
c57d91c144
commit
84c64a0fd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -162,3 +162,4 @@ gnome-shell-2.31.5.tar.bz2
|
||||
/gnome-shell-3.33.3.tar.xz
|
||||
/gnome-shell-3.33.4.tar.xz
|
||||
/gnome-shell-3.33.90.tar.xz
|
||||
/gnome-shell-3.33.91.tar.xz
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: gnome-shell
|
||||
Version: 3.33.90
|
||||
Release: 2%{?dist}
|
||||
Version: 3.33.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Window management and application launching for GNOME
|
||||
|
||||
License: GPLv2+
|
||||
Provides: desktop-notification-daemon
|
||||
URL: https://wiki.gnome.org/Projects/GnomeShell
|
||||
#VCS: git:git://git.gnome.org/gnome-shell
|
||||
Source0: http://download.gnome.org/sources/gnome-shell/3.32/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gnome-shell/3.33/%{name}-%{version}.tar.xz
|
||||
|
||||
# Replace Epiphany with Firefox in the default favourite apps list
|
||||
Patch1: gnome-shell-favourite-apps-firefox.patch
|
||||
@ -27,13 +27,15 @@ Patch4: 0001-Revert-js-Ease-non-animatable-actor-properties.patch
|
||||
%define gobject_introspection_version 1.49.1
|
||||
%define gjs_version 1.57.3
|
||||
%define gtk3_version 3.15.0
|
||||
%define mutter_version 3.33.90
|
||||
%define mutter_version 3.33.91
|
||||
%define polkit_version 0.100
|
||||
%define gsettings_desktop_schemas_version 3.33.1
|
||||
%define ibus_version 1.5.2
|
||||
%define gnome_bluetooth_version 1:3.9.0
|
||||
%define gstreamer_version 1.4.5
|
||||
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: bash-completion
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: git
|
||||
@ -44,6 +46,7 @@ BuildRequires: evolution-data-server-devel >= %{eds_version}
|
||||
BuildRequires: gcr-devel
|
||||
BuildRequires: gjs-devel >= %{gjs_version}
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gnome-autoar-devel
|
||||
BuildRequires: gobject-introspection >= %{gobject_introspection_version}
|
||||
BuildRequires: mesa-libGL-devel
|
||||
BuildRequires: NetworkManager-libnm-devel
|
||||
@ -161,6 +164,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%caps(cap_sys_nice+ep) %{_bindir}/gnome-shell
|
||||
%{_bindir}/gnome-extensions
|
||||
%{_bindir}/gnome-shell-extension-tool
|
||||
%{_bindir}/gnome-shell-perf-tool
|
||||
%{_bindir}/gnome-shell-extension-prefs
|
||||
@ -170,6 +174,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de
|
||||
%{_datadir}/applications/gnome-shell-extension-prefs.desktop
|
||||
%{_datadir}/applications/evolution-calendar.desktop
|
||||
%{_datadir}/applications/org.gnome.Shell.PortalHelper.desktop
|
||||
%{_datadir}/bash-completion/completions/gnome-extensions
|
||||
%{_datadir}/gnome-control-center/keybindings/50-gnome-shell-system.xml
|
||||
%{_datadir}/gnome-shell/
|
||||
%{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
|
||||
@ -203,9 +208,13 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de
|
||||
%dir %{_datadir}/GConf
|
||||
%dir %{_datadir}/GConf/gsettings
|
||||
%{_datadir}/GConf/gsettings/gnome-shell-overrides.convert
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
%{_mandir}/man1/gnome-extensions.1*
|
||||
%{_mandir}/man1/gnome-shell.1*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 26 2019 Kalev Lember <klember@redhat.com> - 3.33.91-1
|
||||
- Update to 3.33.91
|
||||
|
||||
* Fri Aug 23 2019 Adam Williamson <awilliam@redhat.com> - 3.33.90-2
|
||||
- Revert commit that causes #1740897 (overview type-to-search bug)
|
||||
Resolves: #1740897
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-shell-3.33.90.tar.xz) = df71e30307f06a64a0a4f872f62eb9b8eea4b052678cbfb478682f7a826453cd8636c63b57c194e2a142557cf18dc0e63c6996a5372e176df5a21e63d0529041
|
||||
SHA512 (gnome-shell-3.33.91.tar.xz) = 9118c747384cce26daa82db6f90d2067b30b91d64585f0b4e5ee8dfdad5651c7627e786ca702268d5826d6b32ce1fcc37d0a9bbd2c800a1cbd635f87af914965
|
||||
|
Loading…
Reference in New Issue
Block a user