Update to 3.29.91
This commit is contained in:
parent
856c94cd45
commit
68ba785a41
1
.gitignore
vendored
1
.gitignore
vendored
@ -141,3 +141,4 @@ mutter-2.31.5.tar.bz2
|
||||
/mutter-3.29.2.tar.xz
|
||||
/mutter-3.29.4.tar.xz
|
||||
/mutter-3.29.90.tar.xz
|
||||
/mutter-3.29.91.tar.xz
|
||||
|
@ -1,26 +0,0 @@
|
||||
diff --git a/configure b/configure
|
||||
index 5193efb..9ae5f3d 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -16600,7 +16600,7 @@ fi
|
||||
|
||||
if test "$enable_remote_desktop" = "yes"; then :
|
||||
|
||||
- MUTTER_PC_MODULES="$MUTTER_PC_MODULES libpipewire-0.1 >= 0.2.0"
|
||||
+ MUTTER_PC_MODULES="$MUTTER_PC_MODULES libpipewire-0.2 >= 0.2.2"
|
||||
|
||||
$as_echo "#define HAVE_REMOTE_DESKTOP 1" >>confdefs.h
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index d91f120..a404fa2 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -244,7 +244,7 @@ AC_ARG_ENABLE(remote-desktop,
|
||||
enable_remote_desktop=no
|
||||
)
|
||||
AS_IF([test "$enable_remote_desktop" = "yes"], [
|
||||
- MUTTER_PC_MODULES="$MUTTER_PC_MODULES libpipewire-0.1 >= 0.2.0"
|
||||
+ MUTTER_PC_MODULES="$MUTTER_PC_MODULES libpipewire-0.2 >= 0.2.2"
|
||||
AC_DEFINE([HAVE_REMOTE_DESKTOP],[1], [Defined if screen cast and remote desktop support is enabled])
|
||||
])
|
||||
AM_CONDITIONAL([HAVE_REMOTE_DESKTOP],[test "$enable_remote_desktop" = "yes"])
|
@ -6,8 +6,8 @@
|
||||
%global pipewire_version 0.2.2
|
||||
|
||||
Name: mutter
|
||||
Version: 3.29.90
|
||||
Release: 2%{?dist}
|
||||
Version: 3.29.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
|
||||
License: GPLv2+
|
||||
@ -20,8 +20,6 @@ Patch0: startup-notification.patch
|
||||
# fix 90/270 degree screen rotation
|
||||
Patch1: 175.patch
|
||||
|
||||
Patch2: mutter-search-for-libpipewire-0_2.patch
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: startup-notification-devel
|
||||
@ -185,6 +183,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/mutter/tests
|
||||
|
||||
%changelog
|
||||
* Mon Aug 20 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.91-1
|
||||
- Update to 3.29.91
|
||||
|
||||
* Wed Aug 01 2018 Jan Grulich <jgrulich@redhat.com> - 3.29.90-2
|
||||
- Update libpipewire requirements
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mutter-3.29.90.tar.xz) = 6fe3606065bb5c85aa2b9517aa4d446126026976c47dec6f822e43623045fc9376a0049e78502aeb23553228ab3531214917b24f46501d65d44535525f6ebb22
|
||||
SHA512 (mutter-3.29.91.tar.xz) = 9c5a8eff6c48da6638df79f3adf4779a36c5d8775502d309b7a2f081d49406f0c9b79f91c2006771cb6212a1973140de3b29fdd627a742b657c474da7683e5c4
|
||||
|
Loading…
Reference in New Issue
Block a user