From 260fa2347ba8a7e2a1c75ec03442c6de379f543bad1e562f69d0b9a14af6f012 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 21 Feb 2011 11:29:59 +0000 Subject: [PATCH 1/4] Accepting request 62142 from home:vuntz:branches:GNOME:Factory Thanks.. not pushing to Factory just now; let's not make their lifes more difficult than needed. OBS-URL: https://build.opensuse.org/request/show/62142 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=33 --- gtk3.changes | 6 ++++++ gtk3.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gtk3.changes b/gtk3.changes index 5da6bba..fc7bf05 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 19 10:42:29 CET 2011 - vuntz@opensuse.org + +- Remove update-alternatives Requires in devel subpackage, since we + don't use this mechanism anymore there. + ------------------------------------------------------------------- Sun Feb 13 22:10:29 CET 2011 - vuntz@opensuse.org diff --git a/gtk3.spec b/gtk3.spec index a96c275..75fbdfc 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -1,4 +1,4 @@ - +# # spec file for package gtk3 # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. @@ -258,8 +258,6 @@ License: LGPLv2.1+ Summary: The GTK+ toolkit library (version 3) -- Development Files Group: Development/Libraries/X11 Requires: libgtk-3-0 = %{version} -Requires(post): update-alternatives -Requires(postun): update-alternatives %description devel GTK+ is a multi-platform toolkit for creating graphical user interfaces. From 815c96dc7be9ccda8704abacd2f4fb1caf66218de0a0324e4699cf71f283d909 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 20 Apr 2011 11:20:40 +0000 Subject: [PATCH 2/4] Accepting request 67409 from GNOME:Next thanks OBS-URL: https://build.opensuse.org/request/show/67409 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=34 --- gtk+-3.0.0.tar.bz2 | 3 -- gtk+-3.0.8.tar.bz2 | 3 ++ gtk3.changes | 108 +++++++++++++++++++++++++++++++++++++++++++++ gtk3.spec | 2 +- 4 files changed, 112 insertions(+), 4 deletions(-) delete mode 100644 gtk+-3.0.0.tar.bz2 create mode 100644 gtk+-3.0.8.tar.bz2 diff --git a/gtk+-3.0.0.tar.bz2 b/gtk+-3.0.0.tar.bz2 deleted file mode 100644 index b68d329..0000000 --- a/gtk+-3.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec0729bf28f09a16e0b0a6a588556c7cee091f40426505b3694a9488bf6cbf67 -size 16617063 diff --git a/gtk+-3.0.8.tar.bz2 b/gtk+-3.0.8.tar.bz2 new file mode 100644 index 0000000..aa975ae --- /dev/null +++ b/gtk+-3.0.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b2b1a400372fe0b3ef890162d1610422f7e787af0765b59f1b3352a4839308 +size 16860271 diff --git a/gtk3.changes b/gtk3.changes index fc7bf05..9d0acb5 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Mon Apr 4 09:33:53 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.8: + + The size negotiation optimizations turned out to have + problematic side effects in some applications, and have been + reverted for now + + Fix prelight of selected row expanders + + Bugs fixed: + - bgo#645341: pre dialog set CAPSLOCK is ignored. + - bgo#646446: gtkprintunixdialog.c: set_cell_sensitivity_func + leaks badly. + - bgo#646462: in gtkappchooserbutton.c: + select_application_func_cb. + - bgo#646498: GTK+ 3.0.7 causes gdm greeter to crash at + startup. + + Updated translations +- Changes from version 3.0.7: + + Performance improvements for theming and size allocation + + Thread-safety fixes in file chooser and app chooser code + + GtkStatusIcon can now receive icon size hints from the tray + it is embedded in + + RTL fixes for GtkGrid and GtkWidget::halign + + Bugs fixed: + - bgo#639584: initial emission of GtkWidget:style-set... + - bgo#642918: Sensitivity of buttons sometimes screws up + - bgo#645232: symbolic status icons are the wrong size + +------------------------------------------------------------------- +Mon Mar 28 11:26:55 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.6: + + Export dark themes for the window manager. + + Make selectable labels work again. + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 23 21:55:46 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.5: + + reverts a problematic change in 3.0.4 which caused application + font settings to be ignored. +- Changes from version 3.0.4: + + New style classes for 'inline' toolbars and sidebars have been + added. + + Theming fixes and enhancement in many widgets, including + GtkRange, GtkFileChooser, GtkNotebook, GtkTreeview and + GtkRadioButton. + + Bugs fixed: bgo#640692, bgo#642712, bgo#644836, bgo#644975, + bgo#644976, bgo#645057, bgo#645134, bgo#645172, bgo#645234, + bgo#645235, bgo#645405, bgo#635254. + + Updated translations. +- Changes from version 3.0.3: + + Support for the GDK_NATIVE_WINDOWS environment variable has + been removed + + Bugs fixed: + - bgo#642604; GtkCssProvider leaks GError + - bgo#643416: Composited children of GtkScrolledWindow are + drawn incorrectly + - bgo#644119: Remove support for GDK_NATIVE_WINDOWS + - bgo#644248: stylecontext: add a raised style class + - bgo#644276: don't set the "pane-separator" style class to + all the container + - bgo#644348: make GtkNotebook respect the focus-padding + style property + - bgo#644353: Missing annotations in Gtk/Gdk Window and + gtk_accelerator_parse + - bgo#644355: credits toggle inconsintency + - bgo#644570: handles with a background image don't work + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 7 15:41:33 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.2: + + GtkSettings have been made multi-backend-safe + + Many improvements to themability and the default theme: + - GtkScale slider theming can adjust to scale marks, using + style classes. + - A new style class for 'primary' toolbars + - Widget style classes can now be specified in GtkBuilder + files. + - Improved scrollbar drawing + - Improved combobox drawing + - Improved spinbutton drawing + - Improved switch drawing + - Improved checkbutton drawing + - Improved menu drawing + - Improved notebook tab drawing + + Bugs fixed: bgo#643041, bgo#643131, bgo#643170, bgo#643216, + bgo#643321, bgo#643347, bgo#643370, bgo#643440, bgo#643496, + bgo#643543, bgo#643584, bgo#643630, bgo#643685, bgo#643911, + bgo#643912, bgo#643925, bgo#643967, bgo#644089. + +------------------------------------------------------------------- +Tue Feb 22 09:25:22 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.1: + + A autoconf macro, GTK_CHECK_BACKEND, has been added + to allow easy checking for certain gdk backends + + A number of memory leaks and segfaults involving accessibility + have been fixed + + Bugs fixed: bgo#586201, bgo#599907, bgo#626730, bgo#630971, + bgo#633291, bgo#642213, bgo#642263, bgo#642541, bgo#642677, + bgo#642681, bgo#642751, bgo#642771, bgo#642772, bgo#642778, + bgo#642782, bgo#642791. + + Updated translations. + ------------------------------------------------------------------- Sat Feb 19 10:42:29 CET 2011 - vuntz@opensuse.org diff --git a/gtk3.spec b/gtk3.spec index 75fbdfc..8c3ee32 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -22,7 +22,7 @@ Name: gtk3 %define _name gtk+ -Version: 3.0.0 +Version: 3.0.8 Release: 1 License: LGPLv2.1+ Summary: The GTK+ toolkit library (version 3) From 52154bcb412a8575ba8e75ba27224c5566d3027da671228a57e6bceda2d97e94 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 20 Apr 2011 11:23:50 +0000 Subject: [PATCH 3/4] Accepting request 67975 from home:vuntz:branches:GNOME:Factory ok OBS-URL: https://build.opensuse.org/request/show/67975 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=35 --- gtk3.changes | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/gtk3.changes b/gtk3.changes index 9d0acb5..0d04cbf 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -6,14 +6,7 @@ Mon Apr 4 09:33:53 UTC 2011 - fcrozat@novell.com problematic side effects in some applications, and have been reverted for now + Fix prelight of selected row expanders - + Bugs fixed: - - bgo#645341: pre dialog set CAPSLOCK is ignored. - - bgo#646446: gtkprintunixdialog.c: set_cell_sensitivity_func - leaks badly. - - bgo#646462: in gtkappchooserbutton.c: - select_application_func_cb. - - bgo#646498: GTK+ 3.0.7 causes gdm greeter to crash at - startup. + + Bugs fixed: bgo#645341, bgo#646446, bgo#646462, bgo#646498. + Updated translations - Changes from version 3.0.7: + Performance improvements for theming and size allocation @@ -21,10 +14,7 @@ Mon Apr 4 09:33:53 UTC 2011 - fcrozat@novell.com + GtkStatusIcon can now receive icon size hints from the tray it is embedded in + RTL fixes for GtkGrid and GtkWidget::halign - + Bugs fixed: - - bgo#639584: initial emission of GtkWidget:style-set... - - bgo#642918: Sensitivity of buttons sometimes screws up - - bgo#645232: symbolic status icons are the wrong size + + Bugs fixed: bgo#639584, bgo#642918, bgo#645232. ------------------------------------------------------------------- Mon Mar 28 11:26:55 UTC 2011 - fcrozat@novell.com @@ -53,20 +43,8 @@ Wed Mar 23 21:55:46 UTC 2011 - fcrozat@novell.com - Changes from version 3.0.3: + Support for the GDK_NATIVE_WINDOWS environment variable has been removed - + Bugs fixed: - - bgo#642604; GtkCssProvider leaks GError - - bgo#643416: Composited children of GtkScrolledWindow are - drawn incorrectly - - bgo#644119: Remove support for GDK_NATIVE_WINDOWS - - bgo#644248: stylecontext: add a raised style class - - bgo#644276: don't set the "pane-separator" style class to - all the container - - bgo#644348: make GtkNotebook respect the focus-padding - style property - - bgo#644353: Missing annotations in Gtk/Gdk Window and - gtk_accelerator_parse - - bgo#644355: credits toggle inconsintency - - bgo#644570: handles with a background image don't work + + Bugs fixed: bgo#642604, bgo#643416, bgo#644119, bgo#644248, + bgo#644276, bgo#644348, bgo#644353, bgo#644355, bgo#644570. + Updated translations. ------------------------------------------------------------------- From 8cddb50d33212604576216003dbd47291cad7a3b6e61e2b885ca7f7c39870794 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 26 Apr 2011 13:42:49 +0000 Subject: [PATCH 4/4] Accepting request 68373 from home:fcrozat:branches:GNOME:Next thanks OBS-URL: https://build.opensuse.org/request/show/68373 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=36 --- gtk+-3.0.8.tar.bz2 | 3 --- gtk+-3.0.9.tar.bz2 | 3 +++ gtk3.changes | 12 ++++++++++++ gtk3.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 gtk+-3.0.8.tar.bz2 create mode 100644 gtk+-3.0.9.tar.bz2 diff --git a/gtk+-3.0.8.tar.bz2 b/gtk+-3.0.8.tar.bz2 deleted file mode 100644 index aa975ae..0000000 --- a/gtk+-3.0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42b2b1a400372fe0b3ef890162d1610422f7e787af0765b59f1b3352a4839308 -size 16860271 diff --git a/gtk+-3.0.9.tar.bz2 b/gtk+-3.0.9.tar.bz2 new file mode 100644 index 0000000..93f55fb --- /dev/null +++ b/gtk+-3.0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a9dda6f2a23155ac3d7aca6b414ca3b55e2817b46bcc87733f1a407e16678c +size 16869612 diff --git a/gtk3.changes b/gtk3.changes index 0d04cbf..ab88b64 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 26 12:52:49 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.9: + + Fix some interference between XI2 and input methods, XEmbed and + user-time tracking. + + Theming improvements + - Make it possible to give combo boxes, buttons, entries a + uniform height. + + GtkGrid now does RTL flipping like other containers. + + Updated translations. + ------------------------------------------------------------------- Mon Apr 4 09:33:53 UTC 2011 - fcrozat@novell.com diff --git a/gtk3.spec b/gtk3.spec index 8c3ee32..ed61405 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -22,7 +22,7 @@ Name: gtk3 %define _name gtk+ -Version: 3.0.8 +Version: 3.0.9 Release: 1 License: LGPLv2.1+ Summary: The GTK+ toolkit library (version 3)