Update to 3.25.2

This commit is contained in:
Florian Müllner
2017-05-24 21:19:26 +02:00
parent e4dd57ac55
commit 95cd0d0ea6
4 changed files with 7 additions and 37 deletions

View File

@@ -4,8 +4,8 @@
%global libinput_version 1.4
Name: mutter
Version: 3.25.1
Release: 2%{?dist}
Version: 3.25.2
Release: 1%{?dist}
Summary: Window and compositing manager based on Clutter
License: GPLv2+
@@ -14,7 +14,6 @@ URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/%{name}/3.25/%{name}-%{version}.tar.xz
Patch0: startup-notification.patch
Patch1: 0001-xwayland-Use-the-right-atom-type-for-further-selecti.patch
BuildRequires: chrpath
BuildRequires: pango-devel
@@ -109,7 +108,6 @@ the functionality of the installed %{name} package.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
autoreconf -f -i
@@ -182,6 +180,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/mutter/tests
%changelog
* Wed May 24 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.2-1
- Update to 3.25.2
* Thu May 18 2017 Florian Müllner <fmuellner@redhat.com> - 3.25.1-2
- Fix copy+paste of UTF8 strings between X11 and wayland