From a67ebd8d574d169df9040ecd40c5cdd2cacb44a57d072d7b48c5c13ffabd9286 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 26 Jul 2007 23:43:45 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=14 --- gtk+-2.11.5.tar.bz2 | 3 -- gtk+-2.11.6.tar.bz2 | 3 ++ gtk2.changes | 71 ++++++++++++++++++++++++++++++++++++++++++ gtk2.spec | 76 ++++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 146 insertions(+), 7 deletions(-) delete mode 100644 gtk+-2.11.5.tar.bz2 create mode 100644 gtk+-2.11.6.tar.bz2 diff --git a/gtk+-2.11.5.tar.bz2 b/gtk+-2.11.5.tar.bz2 deleted file mode 100644 index 74c592f..0000000 --- a/gtk+-2.11.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8635ca80c8a5524df00a6b2229bedba182df8533e855fde79732132075069486 -size 15469396 diff --git a/gtk+-2.11.6.tar.bz2 b/gtk+-2.11.6.tar.bz2 new file mode 100644 index 0000000..2b0c0d8 --- /dev/null +++ b/gtk+-2.11.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da202af5b91c6243944e6b8c48872de10a4e86ba0e2b87456a4a8fa56ceb6ae8 +size 15428543 diff --git a/gtk2.changes b/gtk2.changes index d321556..07fc17f 100644 --- a/gtk2.changes +++ b/gtk2.changes @@ -1,3 +1,74 @@ +------------------------------------------------------------------- +Thu Jul 26 19:29:58 CEST 2007 - maw@suse.de + +- Update to version 2.11.6 +- GtkBuilder: + + The gtk-builder-convert script is more versatile + + GtkBuilder suppports GdkPixbuf properties + + GtkBuilder parses, but doesn't yet implement + + Support for accelerators in actions has been added +- GtkTooltips: + + The old tooltips API has been deprecated + + The has-tooltip property has getter and setter +- GtkTreeView: + + Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(), + gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(), + gtk_tree_view_set_tooltip_column() + +- GtkIconView: + + Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(), + gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(), + gtk_icon_view_set_tooltip_column() + +- Bug fixes (against bugzilla.gnome.org): + 452598 crash in Evolution: Added an Evolution attac... + 447966 Add builder support for GdkPixbuf properties + 453033 gnome-panel crashed with SIGSEGV in idle_populate_func() + 453365 gdk_pixbuf_get_file_info crashes on tif files + 361781 GtkViewport size request includes xthickness/ythickness f... + 427899 GtkFrame's label may exceed the frame area + 430049 gtk_selection_data_set_text() ignores length argument + 436965 Add files to /po[-properties]/POTFILES.in + 437281 gtk_button_set_image destroyes the old image + 448604 gtk+ printbackends build fix + 449311 GtkVolumeButton should use new tooltip API + 451164 I translate gnome-desktop. But i have no svn account and ... + 451575 (API) Changes needed for GtkTooltips deprecation + 452425 Setting "tooltip-text" property to NULL has bad effects + 452861 gtk_label_set_pattern() is not working anymore + 452988 error handling in GtkCellLayout custom parser + 453411 Button state not included in key events + 453413 Key event state is not right for modifier keys + 454654 Accelerator support for actions + 454700 Minor update for gdk_threads_enter + 454703 gdk_window_invalidate_rect accepts NULL + 454830 gtk-builder-convert not converting menus + 452056 GtkComboBox doesn't emit 'changed' signal when active row... + 452278 GtkBuilder API Documentation + 453316 small documentation fix in GtkDrawingArea API documentation + 453673 small doc quirk in gtk/gtktreeview.c + 453930 small doc quirk in gtk/gtktooltip.c + 454596 [patch] gdkpixbuf-scale slight api doc improvement + 454835 [patch] example in gdk-pixbuf-scaling using deprecated gd... + 457384 critical warning from entrycompletion + 112404 Problem with focus when closing transient window + 172424 Most GtkWidget events have no documentation + 408327 Improving tooltip positioning + 439480 translations + 439715 GtkFileChooser - recent files option takes up 100% CPU. + 455482 remove old tooltips work-around from uimanager + 455721 mem leak when adding shortcut + 455901 mem leak in path bar + 455984 need a way to convert to bin_window coordinates + 457720 assertion `G_IS_VALUE (value)' failed progmatically "tabb... + 458298 broken cursor movement with inline selection + 456258 GtkScaleButton: value parameter of signal "value-changed"... + 457774 GtkTreeView::test_expand_row and test_collapse_row + 455645 intern action names + +- Updated translations +- s#%run_ldconfig#/sbin/ldconfig/ in %post and %postun. + ------------------------------------------------------------------- Thu Jul 5 20:34:18 CEST 2007 - maw@suse.de diff --git a/gtk2.spec b/gtk2.spec index aa3acc1..cca24f0 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -1,5 +1,5 @@ # -# spec file for package gtk2 (Version 2.11.5) +# spec file for package gtk2 (Version 2.11.6) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -27,7 +27,7 @@ License: LGPL v2 or later Group: System/Libraries Autoreqprov: on PreReq: /usr/bin/touch /bin/rm /bin/rmdir -Version: 2.11.5 +Version: 2.11.6 Release: 1 Summary: Library for Creation of Graphical User Interfaces (version 2) Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2 @@ -295,7 +295,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2*/*/*.la rm -rf $RPM_BUILD_ROOT %post -%run_ldconfig +/sbin/ldconfig touch var/adm/SuSEconfig/run-gtk %preun @@ -310,7 +310,7 @@ if test -f var/cache/gtk-2.0/icon-theme.cache-list ; then fi %postun -%run_ldconfig +/sbin/ldconfig %files -f %files -f gtk20.lang %defattr(-,root,root) @@ -343,6 +343,9 @@ fi %{_sysconfdir}/gtk-2.0/im-multipress.conf /etc/profile.d/* /sbin/conf.d/SuSEconfig.gtk2 +# ugh +%dir %{_datadir}/locale/uz@cyrillic +%dir %{_datadir}/locale/uz@cyrillic/LC_MESSAGES %files devel %defattr(-,root,root) @@ -364,6 +367,71 @@ fi %{_datadir}/gtk-doc/html/* %changelog +* Thu Jul 26 2007 - maw@suse.de +- Update to version 2.11.6 +- GtkBuilder: + + The gtk-builder-convert script is more versatile + + GtkBuilder suppports GdkPixbuf properties + + GtkBuilder parses, but doesn't yet implement + + Support for accelerators in actions has been added +- GtkTooltips: + + The old tooltips API has been deprecated + + The has-tooltip property has getter and setter +- GtkTreeView: + + Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(), + gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(), + gtk_tree_view_set_tooltip_column() +- GtkIconView: + + Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(), + gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(), + gtk_icon_view_set_tooltip_column() +- Bug fixes (against bugzilla.gnome.org): + 452598 crash in Evolution: Added an Evolution attac... + 447966 Add builder support for GdkPixbuf properties + 453033 gnome-panel crashed with SIGSEGV in idle_populate_func() + 453365 gdk_pixbuf_get_file_info crashes on tif files + 361781 GtkViewport size request includes xthickness/ythickness f... + 427899 GtkFrame's label may exceed the frame area + 430049 gtk_selection_data_set_text() ignores length argument + 436965 Add files to /po[-properties]/POTFILES.in + 437281 gtk_button_set_image destroyes the old image + 448604 gtk+ printbackends build fix + 449311 GtkVolumeButton should use new tooltip API + 451164 I translate gnome-desktop. But i have no svn account and ... + 451575 (API) Changes needed for GtkTooltips deprecation + 452425 Setting "tooltip-text" property to NULL has bad effects + 452861 gtk_label_set_pattern() is not working anymore + 452988 error handling in GtkCellLayout custom parser + 453411 Button state not included in key events + 453413 Key event state is not right for modifier keys + 454654 Accelerator support for actions + 454700 Minor update for gdk_threads_enter + 454703 gdk_window_invalidate_rect accepts NULL + 454830 gtk-builder-convert not converting menus + 452056 GtkComboBox doesn't emit 'changed' signal when active row... + 452278 GtkBuilder API Documentation + 453316 small documentation fix in GtkDrawingArea API documentation + 453673 small doc quirk in gtk/gtktreeview.c + 453930 small doc quirk in gtk/gtktooltip.c + 454596 [patch] gdkpixbuf-scale slight api doc improvement + 454835 [patch] example in gdk-pixbuf-scaling using deprecated gd... + 457384 critical warning from entrycompletion + 112404 Problem with focus when closing transient window + 172424 Most GtkWidget events have no documentation + 408327 Improving tooltip positioning + 439480 translations + 439715 GtkFileChooser - recent files option takes up 100%% CPU. + 455482 remove old tooltips work-around from uimanager + 455721 mem leak when adding shortcut + 455901 mem leak in path bar + 455984 need a way to convert to bin_window coordinates + 457720 assertion `G_IS_VALUE (value)' failed progmatically "tabb... + 458298 broken cursor movement with inline selection + 456258 GtkScaleButton: value parameter of signal "value-changed"... + 457774 GtkTreeView::test_expand_row and test_collapse_row + 455645 intern action names +- Updated translations +- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun. * Thu Jul 05 2007 - maw@suse.de - Update to version 2.11.5: - New APIs, many bugfixes, and improved translations.