Accepting request 161282 from GNOME:Factory

Update to 3.8.0

OBS-URL: https://build.opensuse.org/request/show/161282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=45
This commit is contained in:
Stephan Kulow 2013-03-28 12:16:53 +00:00 committed by Git OBS Bridge
commit 6a0fc3f0be
5 changed files with 232 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbda37986f934f986c0bb20f2b0c59f2717a2e5c098370ad69677ff89295f1a1
size 13275488

3
gtk+-3.8.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db1345d89d6b5f5bad411b4b2a3b1a18a2a8f98d2ab1b40d43a0197a6e6c252e
size 13670748

View File

@ -0,0 +1,12 @@
--- gtk+-3.7.14-orig/gtk/Makefile.am 2013-03-18 23:38:08.000000000 +0100
+++ gtk+-3.7.14/gtk/Makefile.am 2013-03-24 20:15:39.513000347 +0100
@@ -53,7 +53,8 @@
$(GMODULE_CFLAGS) \
$(GTK_DEBUG_FLAGS) \
$(GTK_DEP_CFLAGS) \
- $(INCLUDED_IMMODULE_DEFINE)
+ $(INCLUDED_IMMODULE_DEFINE) \
+ $(GDK_DEP_CFLAGS)
if PLATFORM_WIN32
no_undefined = -no-undefined

View File

@ -1,3 +1,177 @@
-------------------------------------------------------------------
Tue Mar 26 07:01:13 UTC 2013 - zaitor@opensuse.org
- Update to version 3.8.0:
+ Bugs fixed: bgo#674759, bgo#695493, bgo#696051, bgo#696171,
bgo#696202, bgo#696232, bgo#696405, bgo#696546, bgo#696553.
+ Updated translations.
-------------------------------------------------------------------
Sun Mar 24 12:41:48 UTC 2013 - zaitor@opensuse.org
- Add build_wayland_backend define and set it to 1. Build the
wayland backend.
- Conditionally, based on %{build_wayland_backend},
+ Pass --enable-wayland-backend to configure.
+ BuildRequire pkgconfig(wayland-client, wayland-cursor and
xkbcommon).
- Add gtk3-find-wayland-includedir.patch, build does not find our
wayland headerfiles since they are in a non standard includedir
(bgo#696507).
-------------------------------------------------------------------
Thu Mar 21 20:09:20 CET 2013 - sbrabec@suse.cz
- Check completeness of translations sets introduced by
translation-update-upstream (bnc#690180).
-------------------------------------------------------------------
Tue Mar 19 23:29:20 UTC 2013 - sbrabec@suse.cz
- Add support for translation-update-upstream.
-------------------------------------------------------------------
Tue Mar 19 23:14:20 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.14:
+ A lot of filechooser button fixes.
+ Bugs fixed: bgo#586367, bgo#671939, bgo#674759, bgo#691040,
bgo#694339, bgo#695200, bgo#695278, bgo#695304, bgo#695312,
bgo#695375, bgo#695391, bgo#695473, bgo#695482, bgo#695682,
bgo#695714, bgo#695715, bgo#695772, bgo#695783, bgo#695874,
bgo#695948.
+ Updated translations.
- Remove enable_avahi_browsing: upstream removed the avahi browsing
capability again:
+ No longer pass --enable-avahi-browsing to configure.
+ Drop cups-devel >= 1.6 BuildRequires.
-------------------------------------------------------------------
Wed Mar 6 09:52:29 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.12:
+ We now support touch friendly popups on entries and text views
in place of context menus, on touch devices.
+ The print dialog now shows printers that are discovered using
avahi, if configured with --enable-avahi-browsing.
+ Bugs fixed: bgo#650424, bgo#674207, bgo#675333, bgo#688956,
bgo#691426, bgo#692955, bgo#693995, bgo#694059, bgo#694162,
bgo#694217, bgo#694274, bgo#694302, bgo#694395, bgo#694406,
bgo#694451, bgo#694732, bgo#694742, bgo#694924, bgo#694925,
bgo#694968, bgo#694990, bgo#695131.
+ Updated translations.
- Conditionally, based on %{enable_avahi_browsing},
+ pass --enable-avahi-browsing to configure for the new avahi
based printer autodetection.
+ BuildRequire cups-devel >= 1.6
- Define enable_avahi_browsing to 0, as cups 1.6 is not available
in Factory yet.
-------------------------------------------------------------------
Tue Feb 19 09:01:50 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.10:
+ We now support the Window Manager frame synchronization
protocol draft.
+ We now support setting an opacity to any GtkWidget.
+ GtkIconTheme gained asynchronous loaders for GtkIconInfo
objects.
+ GtkIconInfo has changed from being a boxed type to a GObject.
+ Bugs fixed: bgo#590325, bgo#673243, bgo#681578, bgo#683311,
bgo#685460, bgo#687842, bgo#690247, bgo#692411, bgo#692728,
bgo#693251, bgo#693253, bgo#693256, bgo#693257, bgo#693313,
bgo#693338, bgo#693400, bgo#693709, bgo#693724, bgo#693802,
bgo#693912, bgo#693913, bgo#693934, bgo#694022, bgo#694075.
+ Updated translations.
- Add gnome-common BuildRequires and call to autogen.sh:
gtk3-path-local.patch actually touches the build system (and with
automake 1.13, an automatic bootstrap would be triggered).
-------------------------------------------------------------------
Mon Feb 4 22:19:07 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.8:
+ GtkTreeView and GtkIconView allow single-click activation.
+ GtkImage can be set from a resource.
+ GdkWaylandDisplay is now public.
+ gdk_window_set_fullscreen_mode: new function to let windows
be fullscreened across multiple monitors.
+ Bugs fixed: bgo#345023, bgo#687025, bgo#691572, bgo#691592,
bgo#691639, bgo#691751, bgo#691842, bgo#691856, bgo#692163,
bgo#692188, bgo#692203, bgo#692467, bgo#692481, bgo#692605,
bgo#692659, bgo#692766, bgo#692844, bgo#692934, bgo#682824,
bgo#692637, bgo#692823, bgo#692899, bgo#693015, bgo#693066,
bgo#525226, bgo#553334, bgo#658148, bgo#680048, bgo#687825,
bgo#693050.
+ Updated translations.
-------------------------------------------------------------------
Tue Jan 15 08:49:10 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.6:
+ We now use state flags for text direction:
GTK_STATE_FLAG_LTR/RTL. gtk_style_context_set_direction() has
been deprecated.
+ We install headers for accessible implementations of GTK+
widgets.
+ Invisible widgets now return a size of 0x0.
+ GtkFrame now draws a background.
+ The Broadway backend now installs a separate server: broadwayd.
+ Bugs fixed: bgo#687025, bgo#687633, bgo#688140, bgo#688362,
bgo#689810, bgo#690305, bgo#691186, bgo#691301, bgo#691515,
bgo#691677.
+ Updated translations.
-------------------------------------------------------------------
Tue Jan 8 15:51:47 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.4:
+ GtkBuilder now lets you refer to external objects from a ui
file if the objects have been exported with the new function
gtk_builder_expose_object().
+ Font handling has been improved.
+ GTK+ now uses proper Unicode ellipses in strings.
+ The releases includes several noticable performance
improvements.
+ Various deprecations.
+ Bugs fixed: bgo#132333, bgo#371034, bgo#447972, bgo#548793,
bgo#595615, bgo#626499, bgo#668239, bgo#677339, bgo#680065,
bgo#687065, bgo#687816, bgo#688710, bgo#688744, bgo#688884,
bgo#689012, bgo#689047, bgo#689081, bgo#689168, bgo#689401,
bgo#689584, bgo#689847, bgo#689923, bgo#690099, bgo#690266.
+ Updated translations.
-------------------------------------------------------------------
Tue Jan 8 11:04:13 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.2:
+ Accessibility: Make entry icons accessible.
+ Filechooser:
- Don't add duplicate bookmarks.
- Remember sidebar width.
+ Geometry management:
- Size groups now handle height-for-width.
- Fix corner cases in label size allocation.
+ Theming:
- Improve touch text handle theming.
- Always draw background of menuitems.
+ Bugs fixed: bgo#524295, bgo#577806, bgo#677609, bgo#683896,
bgo#686021, bgo#686347, bgo#687059, bgo#687196, bgo#687467,
bgo#687842, bgo#687872, bgo#687977.
+ Updated translations.
-------------------------------------------------------------------
Mon Jan 7 21:28:40 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.0:
+ Add an "inverted" property to GtkLevelBar
+ Support RTL flipping in GtkLevelBar
+ Various memory leak fixes
+ Wayland: Update for protocol changes
+ Bugs fixed: bgo#684288, bgo#684415, bgo#684980, bgo#686013,
bgo#686152, bgo#686209, bgo#686265, bgo#686280, bgo#686366.
+ Updated translations.
-------------------------------------------------------------------
Mon Jan 7 14:05:07 UTC 2013 - dimstar@opensuse.org

View File

@ -18,19 +18,20 @@
%define build_broadway_backend 1
%define build_wayland_backend 1
# When updating the binary version, do not forget to also update baselibs.conf
%define gtk_binary_version 3.0.0
Name: gtk3
%define _name gtk+
Version: 3.6.4
Version: 3.8.0
Release: 0
Summary: The GTK+ toolkit library (version 3)
License: LGPL-2.1+
Group: System/Libraries
Url: http://www.gtk.org/
Source: http://download.gnome.org/sources/gtk+/3.6/%{_name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gtk+/3.8/%{_name}-%{version}.tar.xz
Source1: README.SUSE
Source2: settings.ini
Source3: macros.gtk3
@ -41,21 +42,31 @@ Patch0: gtk3-GTK_PATH64.patch
Patch1: gtk3-path-local.patch
# 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
# 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: docbook-xsl-stylesheets
BuildRequires: fdupes
# Needed for patch1 and patch4
BuildRequires: gnome-common
BuildRequires: translation-update-upstream
BuildRequires: xsltproc
BuildRequires: pkgconfig(atk) >= 2.5.3
BuildRequires: pkgconfig(atk) >= 2.7.5
BuildRequires: pkgconfig(atk-bridge-2.0)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.26.0
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.27.1
BuildRequires: pkgconfig(glib-2.0) >= 2.35.3
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.32.0
BuildRequires: pkgconfig(pango) >= 1.30.0
BuildRequires: pkgconfig(pango) >= 1.32.4
BuildRequires: pkgconfig(pangoft2)
%if %{build_wayland_backend}
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
BuildRequires: pkgconfig(xkbcommon)
%endif
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xcursor)
@ -284,22 +295,38 @@ This package contains the development files for GTK+ 3.x.
%lang_package
%prep
%setup -q -n %{_name}-%{version}
translation-update-upstream
translation-update-upstream po-properties gtk30-properties
# remove incomplete translations caused by translation-update-upstream (global LINGUAS file, two domains)
for LNG in po/*.po ; do
LNG=`basename ${LNG%%.po}`
if ! test -f po-properties/$LNG.po ; then
echo "Removing incomplete $LNG from LINGUAS."
sed -i "/^$LNG\$/d" po/LINGUAS
fi
done
%if "%_lib" == "lib64"
cp -a %{S:1} .
%patch0 -p1
%endif
%patch1 -p0
%patch3 -p1
%patch4 -p1
%build
# Needed for patch1 and patch4
NOCONFIGURE=1 ./autogen.sh
%configure \
--disable-static \
--enable-man \
--enable-x11-backend \
--enable-introspection \
%if %{build_broadway_backend}
--enable-broadway-backend \
%endif
--enable-introspection \
%if %{build_wayland_backend}
--enable-wayland-backend \
--enable-explicit-deps=yes \
%endif
--enable-colord
%{__make} V=1 %{?_smp_mflags}
@ -511,10 +538,12 @@ fi
%files tools
%defattr(-,root,root)
%{_bindir}/broadwayd
%{_bindir}/gtk-launch
%{_bindir}/gtk-query-immodules-3.0*
%{_bindir}/gtk-update-icon-cache-3.0
%ghost %{_bindir}/gtk-update-icon-cache
%{_mandir}/man1/broadwayd.1%{?ext_man}
%{_mandir}/man1/gtk-launch.1%{?ext_man}
%{_mandir}/man1/gtk-query-immodules-3.0*.1*
%{_mandir}/man1/gtk-update-icon-cache-3.0.1*
@ -546,7 +575,6 @@ fi
%{_datadir}/gir-1.0/*.gir
%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
%dir %{_datadir}/gtk-3.0
%{_datadir}/gtk-3.0/demo/
%{_datadir}/gtk-3.0/gtkbuilder.rng
%{_includedir}/gail-3.0/
%{_includedir}/gtk-3.0/
@ -555,11 +583,17 @@ fi
%if %{build_broadway_backend}
%{_libdir}/pkgconfig/gdk-broadway-3.0.pc
%endif
%if %{build_wayland_backend}
%{_libdir}/pkgconfig/gdk-wayland-3.0.pc
%endif
%{_libdir}/pkgconfig/gdk-x11-3.0.pc
%{_libdir}/pkgconfig/gtk+-3.0.pc
%if %{build_broadway_backend}
%{_libdir}/pkgconfig/gtk+-broadway-3.0.pc
%endif
%if %{build_wayland_backend}
%{_libdir}/pkgconfig/gtk+-wayland-3.0.pc
%endif
%{_libdir}/pkgconfig/gtk+-unix-print-3.0.pc
%{_libdir}/pkgconfig/gtk+-x11-3.0.pc
%{_libdir}/libgailutil-3.so