Accepting request 297626 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/297626 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=183
This commit is contained in:
parent
b795c704f4
commit
a2e49e7450
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ce617318fe18092383cf6ed5d8c688a95a97f2d4c68481317a6a531e288c26ea
|
|
||||||
size 18152760
|
|
3
gtk+-3.16.2.tar.xz
Normal file
3
gtk+-3.16.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a03963a61c9f5253a8d4003187190be165d92f95acf97ca783735071a8781cfa
|
||||||
|
size 18198164
|
@ -1,27 +0,0 @@
|
|||||||
Index: gtk+-3.13.9/gtk/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- gtk+-3.13.9.orig/gtk/Makefile.am
|
|
||||||
+++ gtk+-3.13.9/gtk/Makefile.am
|
|
||||||
@@ -79,7 +79,8 @@ AM_CPPFLAGS = \
|
|
||||||
$(GTK_DEBUG_FLAGS) \
|
|
||||||
$(GDK_HIDDEN_VISIBILITY_CFLAGS) \
|
|
||||||
$(GTK_DEP_CFLAGS) \
|
|
||||||
- $(INCLUDED_IMMODULE_DEFINE)
|
|
||||||
+ $(INCLUDED_IMMODULE_DEFINE) \
|
|
||||||
+ $(GDK_DEP_CFLAGS)
|
|
||||||
|
|
||||||
if OS_WIN32
|
|
||||||
gtk_def = gtk.def
|
|
||||||
## File is gone???
|
|
||||||
#Index: gtk+-3.13.9/gtk/inspector/Makefile.am
|
|
||||||
#===================================================================
|
|
||||||
#--- gtk+-3.13.9.orig/gtk/inspector/Makefile.am
|
|
||||||
#+++ gtk+-3.13.9/gtk/inspector/Makefile.am
|
|
||||||
#@@ -78,6 +78,7 @@ libgtkinspector_la_CPPFLAGS = \
|
|
||||||
#
|
|
||||||
# libgtkinspector_la_CFLAGS = \
|
|
||||||
# $(GDK_HIDDEN_VISIBILITY_CFLAGS) \
|
|
||||||
#+ $(GDK_DEP_CFLAGS) \
|
|
||||||
# $(GTK_DEP_CFLAGS) \
|
|
||||||
# $(GTK_DEBUG_FLAGS) \
|
|
||||||
# $(AM_CFLAGS)
|
|
29
gtk3.changes
29
gtk3.changes
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 08:45:58 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.16.2:
|
||||||
|
+ Avoid a crash in GtkApplication.
|
||||||
|
+ Avoid a crash with GtkTreeview rubberbanding.
|
||||||
|
+ GtkApplication: Prevent more crashes around shutdown.
|
||||||
|
+ Prevent tab close button size changes.
|
||||||
|
+ Bugs fixed: bgo#746706, bgo#747288, bgo#747471, bgo#747539,
|
||||||
|
bgo#747608, bgo#747689.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop gtk3-find-wayland-includedir.patch: Not needed anymore.
|
||||||
|
- Disable gtk3-bnc130159-bgo319483-async-font-selection.patch:
|
||||||
|
Upstream bug was closed as obsolete in 2011, lets disable for now
|
||||||
|
and see if anyone misses it.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 8 07:15:23 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.16.1:
|
||||||
|
+ Improve client-side decorations without a compositor.
|
||||||
|
+ Bugs fixed: bgo#132197, bgo#402168, bgo#613833, bgo#671362,
|
||||||
|
bgo#734741, bgo#737175, bgo#746222, bgo#746253, bgo#746301,
|
||||||
|
bgo#746391, bgo#746468, bgo#746586, bgo#746602, bgo#746688,
|
||||||
|
bgo#746712, bgo#746746, bgo#746784, bgo#746817, bgo#746821,
|
||||||
|
bgo#746862, bgo#746893, bgo#746904, bgo#746961, bgo#747096,
|
||||||
|
bgo#747133, bgo#747305, bgo#747406, bgo#747407.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 23 08:52:56 UTC 2015 - dimstar@opensuse.org
|
Mon Mar 23 08:52:56 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
11
gtk3.spec
11
gtk3.spec
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
Name: gtk3
|
Name: gtk3
|
||||||
%define _name gtk+
|
%define _name gtk+
|
||||||
Version: 3.16.0
|
Version: 3.16.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GTK+ toolkit library (version 3)
|
Summary: The GTK+ toolkit library (version 3)
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -44,10 +44,9 @@ Source99: baselibs.conf
|
|||||||
Patch0: gtk3-GTK_PATH64.patch
|
Patch0: gtk3-GTK_PATH64.patch
|
||||||
# PATCH-FIX-OPENSUSE gtk3-path-local.patch Search in /usr/local/%{_lib} by default. bnc369696 bgo534474
|
# PATCH-FIX-OPENSUSE gtk3-path-local.patch Search in /usr/local/%{_lib} by default. bnc369696 bgo534474
|
||||||
Patch1: gtk3-path-local.patch
|
Patch1: gtk3-path-local.patch
|
||||||
|
## PATCH-DISABLED gtk3-bnc130159-bgo319483-async-font-selection.patch - Upstream bug was closed as obsolete in 2011, lets see if anyone complains.
|
||||||
# PATCH-FIX-UPSTREAM gtk3-bnc130159-bgo319483-async-font-selection.patch bnc130159 bgo319483 federico@novell.com - Load fonts asynchronously in GtkFontSelection to make it appear faster for CJK languages
|
# PATCH-FIX-UPSTREAM gtk3-bnc130159-bgo319483-async-font-selection.patch bnc130159 bgo319483 federico@novell.com - Load fonts asynchronously in GtkFontSelection to make it appear faster for CJK languages
|
||||||
Patch3: gtk3-bnc130159-bgo319483-async-font-selection.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
|
|
||||||
BuildRequires: cups-devel >= 1.2
|
BuildRequires: cups-devel >= 1.2
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -337,10 +336,8 @@ cp -a %{S:1} .
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch1 -p0
|
%patch1 -p0
|
||||||
%patch3 -p1
|
## PATCH-DISABLED - Upstream bug was closed as obsolete in 2011, as there was a new fontchooser, lets disable the patch and see if anyone complains.
|
||||||
%if %{build_wayland_backend}
|
#%%patch3 -p1
|
||||||
%patch4 -p1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Needed for patch1 and patch4
|
# Needed for patch1 and patch4
|
||||||
|
Loading…
Reference in New Issue
Block a user