Tweak up spec and .changes a bit

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=178
This commit is contained in:
Bjørn Lie 2015-08-14 09:52:27 +00:00 committed by Git OBS Bridge
parent cbb0f5b626
commit 175729dab5
2 changed files with 10 additions and 7 deletions

View File

@ -1,13 +1,14 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 13 13:15:16 UTC 2015 - idonmez@suse.com Thu Aug 13 13:15:16 UTC 2015 - idonmez@suse.com
- Fix screen flickering on nvidia devices bgo#728464 - Fix screen flickering on nvidia devices (bgo#728464).
+ Add the following commits from the 3.16 branch + Add the following commits from the 3.16 branch:
* build_fix_return_value_in_meta-sync-ring.c.patch - build_fix_return_value_in_meta-sync-ring.c.patch
* compositor_add_support_for_GL_EXT_x11_sync_object.patch - compositor_add_support_for_GL_EXT_x11_sync_object.patch
* compositor_fix_GL_EXT_x11_sync_object_race_condition.patch - compositor_fix_GL_EXT_x11_sync_object_race_condition.patch
* compositor_handle_fences_in_the_frontend_X_connection.patch - compositor_handle_fences_in_the_frontend_X_connection.patch
- Added autoconf and automake BuildRequires for the patches above - Added autoconf and automake BuildRequires and run autoreconf for
the patches above.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 2 17:24:54 UTC 2015 - zaitor@opensuse.org Thu Jul 2 17:24:54 UTC 2015 - zaitor@opensuse.org

View File

@ -38,6 +38,7 @@ Patch2: compositor_fix_GL_EXT_x11_sync_object_race_condition.patch
Patch3: build_fix_return_value_in_meta-sync-ring.c.patch Patch3: build_fix_return_value_in_meta-sync-ring.c.patch
# PATCH-FIX-UPSTREAM compositor_handle_fences_in_the_frontend_X_connection.patch bgo#728464 # PATCH-FIX-UPSTREAM compositor_handle_fences_in_the_frontend_X_connection.patch bgo#728464
Patch4: compositor_handle_fences_in_the_frontend_X_connection.patch Patch4: compositor_handle_fences_in_the_frontend_X_connection.patch
# autoconf and automake only needed for patches 1-4
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: fdupes BuildRequires: fdupes
@ -159,6 +160,7 @@ to develop applications that require these.
translation-update-upstream translation-update-upstream
%build %build
# Only needed for patches 1-4
autoreconf autoreconf
%configure \ %configure \
--disable-static \ --disable-static \