forked from pool/mutter
Accepting request 760979 from GNOME:Next
New stable release - give this a go? OBS-URL: https://build.opensuse.org/request/show/760979 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=332
This commit is contained in:
parent
17d2ef4b60
commit
d6ac1f7595
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
||||
<param name="changesrevision">c0e76186da5b7baf7c8804c0ffa80232a5a6bf98</param></service></servicedata>
|
||||
<param name="changesrevision">4947e8ae5becc6ff3b2e21c16279b243d8abdd31</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee8858f04583a9b4df42472495236412685a9dff731712eab569d1e37832239d
|
||||
size 25460237
|
3
mutter-3.34.3+0.obscpio
Normal file
3
mutter-3.34.3+0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c878cc2eb817792f8e0ec60611de69842dab97428e8951a8c631c53d3ff41199
|
||||
size 25462285
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 05 14:34:37 UTC 2020 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.34.3+0:
|
||||
* Bump version to 3.34.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 01 20:16:09 UTC 2020 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.34.2+2:
|
||||
* clutter/stage: Fix picking of rectangles with negative
|
||||
positions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 24 11:32:52 UTC 2019 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.34.2+1:
|
||||
* screen-cast: Fix window recording on HiDPI
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 06:32:34 UTC 2019 - dead_mozay@opensuse.org
|
||||
|
||||
- Update to version 3.34.2+0:
|
||||
* Update British English translation
|
||||
* backends/native: Fix double free of error
|
||||
* kms-impl/simple: Fix meta_set_fallback_feedback_idle
|
||||
* kms: Process impl idle callbacks before pre dispatch flush
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 10:26:41 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add explicit pkgconfig(fribidi) and pkgconfig(glib-2.0)
|
||||
BuildRequires: meson checks for it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 10:38:04 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: mutter
|
||||
version: 3.34.1+66
|
||||
mtime: 1575037139
|
||||
commit: c0e76186da5b7baf7c8804c0ffa80232a5a6bf98
|
||||
version: 3.34.3+0
|
||||
mtime: 1578224225
|
||||
commit: 4947e8ae5becc6ff3b2e21c16279b243d8abdd31
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mutter
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,7 +23,7 @@
|
||||
%define api_minor 0
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
Name: mutter
|
||||
Version: 3.34.1+66
|
||||
Version: 3.34.3+0
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
@ -54,9 +54,11 @@ BuildRequires: xorg-x11-server-wayland
|
||||
BuildRequires: zenity
|
||||
BuildRequires: pkgconfig(cairo) >= 1.10.0
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(fribidi)
|
||||
BuildRequires: pkgconfig(gbm) >= 17.1
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.53.2
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.61.1
|
||||
BuildRequires: pkgconfig(glesv2)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.61.1
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(gnome-settings-daemon)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user