From 21e13d2ae58c6191d9be19a4c1a9cf307965711fcff2edcd374eb50847b22532 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Mar 2013 22:51:27 +0000 Subject: [PATCH] Accepting request 158396 from GNOME:Next Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158396 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=107 --- gtk+-3.6.4.tar.xz | 3 -- gtk+-3.7.12.tar.xz | 3 ++ gtk3.changes | 126 +++++++++++++++++++++++++++++++++++++++++++++ gtk3.spec | 27 +++++++--- 4 files changed, 149 insertions(+), 10 deletions(-) delete mode 100644 gtk+-3.6.4.tar.xz create mode 100644 gtk+-3.7.12.tar.xz diff --git a/gtk+-3.6.4.tar.xz b/gtk+-3.6.4.tar.xz deleted file mode 100644 index 09ea87c..0000000 --- a/gtk+-3.6.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbda37986f934f986c0bb20f2b0c59f2717a2e5c098370ad69677ff89295f1a1 -size 13275488 diff --git a/gtk+-3.7.12.tar.xz b/gtk+-3.7.12.tar.xz new file mode 100644 index 0000000..bd1b930 --- /dev/null +++ b/gtk+-3.7.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8461cbc4d7018a4fe1b671e81fe285a04b1248b9d9f6cdf83da22807a9cbd3 +size 13656660 diff --git a/gtk3.changes b/gtk3.changes index f201e7a..0f8d7ea 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,129 @@ +------------------------------------------------------------------- +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. + + BuildRequre 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 diff --git a/gtk3.spec b/gtk3.spec index 5dfe451..77ebe08 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -18,19 +18,21 @@ %define build_broadway_backend 1 +# We can't enable avahi browsing until cups 1.6 is in Factory +%define enable_avahi_browsing 0 # 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.7.12 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.7/%{_name}-%{version}.tar.xz Source1: README.SUSE Source2: settings.ini Source3: macros.gtk3 @@ -42,19 +44,24 @@ 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 BuildRequires: cups-devel >= 1.2 +%if %{enable_avahi_browsing} +BuildRequires: cups-devel >= 1.6 +%endif BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes +# Needed for patch1 +BuildRequires: gnome-common 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) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcomposite) @@ -292,6 +299,8 @@ cp -a %{S:1} . %patch3 -p1 %build +# Needed for patch1 +NOCONFIGURE=1 ./autogen.sh %configure \ --disable-static \ --enable-man \ @@ -300,6 +309,9 @@ cp -a %{S:1} . --enable-broadway-backend \ %endif --enable-introspection \ +%if %{enable_avahi_browsing} + --enable-avahi-browsing \ +%endif --enable-colord %{__make} V=1 %{?_smp_mflags} @@ -511,10 +523,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 +560,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/