Accepting request 265041 from home:Zaitor:branches:GNOME:Factory

- Update to version 3.14.6:
  + Redraw problems with cairo 1.14.
  + Avoid excessive redraws due to CSD shadows.
  + Bugs fixed: bgo#364566, bgo#461249, bgo#721939, bgo#722781,
    bgo#730232, bgo#739453, bgo#739885, bgo#739977, bgo#740287,
    bgo#740374, bgo#740612, bgo#740613, bgo#740642, bgo#740742,
    bgo#740770, bgo#740896, bgo#741249, bgo#741250, bgo#741251,
    bgo#741252, bgo#741254, bgo#741314.
  + Updated translations.
- Add gtk3-Dont-crash-if-invisible-files-are-deleted.patch: Do not
  crash application using gtk file chooser when deleting file via
  an other app (patch from upstream git).

OBS-URL: https://build.opensuse.org/request/show/265041
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=171
This commit is contained in:
Bjørn Lie
2014-12-16 10:15:41 +00:00
committed by Git OBS Bridge
parent 9d1a25bea0
commit 6736d0602e
5 changed files with 76 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
Name: gtk3
%define _name gtk+
Version: 3.14.5
Version: 3.14.6
Release: 0
Summary: The GTK+ toolkit library (version 3)
License: LGPL-2.1+
@@ -44,6 +44,8 @@ Patch1: gtk3-path-local.patch
Patch3: gtk3-bnc130159-bgo319483-async-font-selection.patch
# PATCH-FIX-UPSTREAM gtk3-find-wayland-includedir.patch bgo#696507 zaitor@opensuse.org -- Make configure find wayland include files.
Patch4: gtk3-find-wayland-includedir.patch
# PATCH-FIX-UPSTREAM gtk3-Dont-crash-if-invisible-files-are-deleted.patch zaitor@opensuse.org -- GtkFileChooser: Don't crash if invisible files are deleted
Patch5: gtk3-Dont-crash-if-invisible-files-are-deleted.patch
BuildRequires: cups-devel >= 1.2
BuildRequires: docbook-xsl-stylesheets
BuildRequires: fdupes
@@ -332,6 +334,7 @@ cp -a %{S:1} .
%if %{build_wayland_backend}
%patch4 -p1
%endif
%patch5 -p1
%build
# Needed for patch1 and patch4