Update to 40.alpha
This commit is contained in:
parent
603c6935ce
commit
867e1fe510
1
.gitignore
vendored
1
.gitignore
vendored
@ -177,3 +177,4 @@ mutter-2.31.5.tar.bz2
|
||||
/mutter-3.37.92.tar.xz
|
||||
/mutter-3.38.0.tar.xz
|
||||
/mutter-3.38.1.tar.xz
|
||||
/mutter-40.alpha.tar.xz
|
||||
|
11
mutter.spec
11
mutter.spec
@ -4,17 +4,17 @@
|
||||
%global json_glib_version 0.12.0
|
||||
%global libinput_version 1.4
|
||||
%global pipewire_version 0.3.0
|
||||
%global mutter_api_version 7
|
||||
%global mutter_api_version 8
|
||||
|
||||
Name: mutter
|
||||
Version: 3.38.1
|
||||
Version: 40.0~alpha
|
||||
Release: 1%{?dist}
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
|
||||
License: GPLv2+
|
||||
#VCS: git:git://git.gnome.org/mutter
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/%{name}/40/%{name}-40.alpha.tar.xz
|
||||
|
||||
# Work-around for OpenJDK's compliance test
|
||||
Patch0: 0001-window-actor-Special-case-shaped-Java-windows.patch
|
||||
@ -122,7 +122,7 @@ The %{name}-tests package contains tests that can be used to verify
|
||||
the functionality of the installed %{name} package.
|
||||
|
||||
%prep
|
||||
%autosetup -S git
|
||||
%autosetup -S git -n %{name}-40.alpha
|
||||
|
||||
%build
|
||||
%meson -Degl_device=true -Dwayland_eglstream=true -Dxwayland_initfd=disabled
|
||||
@ -164,6 +164,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/mutter-%{mutter_api_version}/tests
|
||||
|
||||
%changelog
|
||||
* Wed Dec 02 2020 Florian Müllner <fmuellner@redhat.com> - 40.alpha-1
|
||||
- Update to 40.alpha
|
||||
|
||||
* Mon Oct 05 2020 Florian Müllner <fmuellner@redhat.com> - 3.38.1-1
|
||||
- Update to 3.38.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mutter-3.38.1.tar.xz) = 55a65d80c886b90da110de69fca8f2c92912b36d6244bd6fcb1e09507469b5d860fa888614a33170b2799574f521ee117fb289a768fa2af5059fe0da51835d31
|
||||
SHA512 (mutter-40.alpha.tar.xz) = 688567ec95627914be8b0b7a1d234d983b39f41a4ddf846c3339549477e4a283ac2f2c767231a517e20c96be09e2515bde765e94ef47e9567c38d3b40700cd03
|
||||
|
Loading…
Reference in New Issue
Block a user