diff --git a/gtkmm-2.13.1.tar.bz2 b/gtkmm-2.13.1.tar.bz2 deleted file mode 100644 index 9d7e7e8..0000000 --- a/gtkmm-2.13.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bd9be8aedfa3fa63cb8a0d3a534ba216e2bb1fe2cd32cccb815b248c23034e7 -size 9490679 diff --git a/gtkmm-2.13.6.tar.bz2 b/gtkmm-2.13.6.tar.bz2 new file mode 100644 index 0000000..d776777 --- /dev/null +++ b/gtkmm-2.13.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98f170526d5af25cad48e34a6f81bf1f5a961e734b316b29d5b95dcb70d547e +size 9063494 diff --git a/gtkmm2.changes b/gtkmm2.changes index 4a35570..267db5c 100644 --- a/gtkmm2.changes +++ b/gtkmm2.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Mon Aug 11 15:27:58 CDT 2008 - maw@suse.de + +- Update to version 2.13.6: + + pangomm is now in its own tarball + + AccelGroup: Added get_is_locked() and get_modifier_mask() + * CellRendererPixbuf: Added gicon property + * Clipboard: Added request_uris(), wait_for_uris(), + wait_is_uris_available() + * Entry: Added get/set_overwrite_mode() + Added overwrite_mode and text_length properties + * Dialog: Reimplemented get_action_area() and + get_content_area() with the new accessor functions + * Entry: Reimplemented get_text_length() with the new accessor + functions + * HandleBox: Reimplemented is_child_detached() with + * IconInfo: Added IconInfo(icon_theme, pixbuf) constructor + * Image: Added a set() overload that takes a Gio::Icon + Added get_gicon() and gicon property + * Layout: Reimplemented get_bin_window() with the new accessor + function + * Menu: Added get_accel_path() and get_monitor() and many + new properties + * MenuItem: Added get_accel_path(). + Added right-justified and submenu properties + * MessageDialog: Added get_image() + * Printer: Added get_default_page_size() + * PageSetup: Added load_from_file() and load_from_key_file() + Added create_from_file() and create_from_key_file() + * Plug: Added get_embedded() and get_socket_window() + Added embedded and socket_window properties + * PrinterSettings: Added load_from_file() and + load_from_key_file(). Added create_from_file() and + create_from_key_file() + * ScaleButton: Added set/get_orientation(), + get_plus_button(), get_minus_button(), get_popup() + Added orientation property + * SelectionData: Reimplemented get_data(), get_data_type(), + get_format(), and get_display() with the new accessor + functions + * ScaleButton: Added set/get_orientation(), + get_plus_button(), get_minus_button(), get_popup() + Added orientation property + * Settings: Added many properties + * Socket: Added get_plug_window() + * StatusIcon: Added get_x11_window_id() + * Stock: Added PAGE_SETUP, PRINT_ERROR, PRINT_REPORT, + PRINT_WARNING + * ToolItem: Added toolbar_reconfigured() + * Tooltip: Added set_icon_from_icon_name() + * TreeViewColumn: Added get_tree_view() + Deprecated the existing cell_get_size() and added another, + because the cell_area parameter has changed to a const in + gtk_tree_view_column_cell_get_size() + * Widget: Added damage_event signal. + Added window property + Added get_snapshot() + Reimplemented get_allocation() and get_window() with the new C + accessor functions instead of direct struct field access + * Builder: Added versions of create_from_file(), + create_from_string(), add_from_file(), and add_from_string() + that take an ID or array of IDs, to allow building of only a part of + the file, as was already possible with libglade + * CellRendererCombo: Wrapped the changed signal + * FileChooser: get_preview_widget(): Avoid an endless loop. + bgo#543288 + * Printer: Added is_paused() and is_accepting_jobs() + * ComboBoxEntry: Added get_active_text() + * Widget: Added the drag_failed signal, with no default signal + handler + + Calendar: Removed spurious ; characters (bgo#54484). + ------------------------------------------------------------------- Mon Jun 30 20:57:40 CEST 2008 - maw@suse.de diff --git a/gtkmm2.spec b/gtkmm2.spec index 81e34a0..87fa354 100644 --- a/gtkmm2.spec +++ b/gtkmm2.spec @@ -1,10 +1,17 @@ # -# spec file for package gtkmm2 (Version 2.13.1) +# spec file for package gtkmm2 (Version 2.13.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -16,7 +23,7 @@ Name: gtkmm2 BuildRequires: cairomm-devel fdupes gcc-c++ glibmm2-devel gtk2-devel libsigc++2-devel update-desktop-files # Only for directory ownership: BuildRequires: devhelp -Version: 2.13.1 +Version: 2.13.6 Release: 1 Group: System/Libraries License: LGPL v2.1 or later @@ -145,6 +152,75 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtkmm-2.4 %changelog +* Mon Aug 11 2008 maw@suse.de +- Update to version 2.13.6: + + pangomm is now in its own tarball + + AccelGroup: Added get_is_locked() and get_modifier_mask() + * CellRendererPixbuf: Added gicon property + * Clipboard: Added request_uris(), wait_for_uris(), + wait_is_uris_available() + * Entry: Added get/set_overwrite_mode() + Added overwrite_mode and text_length properties + * Dialog: Reimplemented get_action_area() and + get_content_area() with the new accessor functions + * Entry: Reimplemented get_text_length() with the new accessor + functions + * HandleBox: Reimplemented is_child_detached() with + * IconInfo: Added IconInfo(icon_theme, pixbuf) constructor + * Image: Added a set() overload that takes a Gio::Icon + Added get_gicon() and gicon property + * Layout: Reimplemented get_bin_window() with the new accessor + function + * Menu: Added get_accel_path() and get_monitor() and many + new properties + * MenuItem: Added get_accel_path(). + Added right-justified and submenu properties + * MessageDialog: Added get_image() + * Printer: Added get_default_page_size() + * PageSetup: Added load_from_file() and load_from_key_file() + Added create_from_file() and create_from_key_file() + * Plug: Added get_embedded() and get_socket_window() + Added embedded and socket_window properties + * PrinterSettings: Added load_from_file() and + load_from_key_file(). Added create_from_file() and + create_from_key_file() + * ScaleButton: Added set/get_orientation(), + get_plus_button(), get_minus_button(), get_popup() + Added orientation property + * SelectionData: Reimplemented get_data(), get_data_type(), + get_format(), and get_display() with the new accessor + functions + * ScaleButton: Added set/get_orientation(), + get_plus_button(), get_minus_button(), get_popup() + Added orientation property + * Settings: Added many properties + * Socket: Added get_plug_window() + * StatusIcon: Added get_x11_window_id() + * Stock: Added PAGE_SETUP, PRINT_ERROR, PRINT_REPORT, + PRINT_WARNING + * ToolItem: Added toolbar_reconfigured() + * Tooltip: Added set_icon_from_icon_name() + * TreeViewColumn: Added get_tree_view() + Deprecated the existing cell_get_size() and added another, + because the cell_area parameter has changed to a const in + gtk_tree_view_column_cell_get_size() + * Widget: Added damage_event signal. + Added window property + Added get_snapshot() + Reimplemented get_allocation() and get_window() with the new C + accessor functions instead of direct struct field access + * Builder: Added versions of create_from_file(), + create_from_string(), add_from_file(), and add_from_string() + that take an ID or array of IDs, to allow building of only a part of + the file, as was already possible with libglade + * CellRendererCombo: Wrapped the changed signal + * FileChooser: get_preview_widget(): Avoid an endless loop. + bgo#543288 + * Printer: Added is_paused() and is_accepting_jobs() + * ComboBoxEntry: Added get_active_text() + * Widget: Added the drag_failed signal, with no default signal + handler + + Calendar: Removed spurious ; characters (bgo#54484). * Mon Jun 30 2008 maw@suse.de - Update to version 2.13.1: + Various API additions and bugfixes @@ -183,7 +259,7 @@ rm -rf $RPM_BUILD_ROOT * RecentAction: Rearrange the constructor parameters, to match the other Action classes; added more default parameters - This release requires gtk+ version 2.14.0. -* Tue Sep 11 2007 mauro@suse.de +* Mon Sep 10 2007 mauro@suse.de - Update to version 2.11.8: + Gdk::Cairo::set_source_color(), set_source_pixbuf(), set_source_pixmap(): Deprecated the existing versions of these methods and added overloads that @@ -199,7 +275,7 @@ rm -rf $RPM_BUILD_ROOT + Build fixes + Documentation markup changes for future appearence in library.gnome.org. -* Tue Jul 31 2007 maw@suse.de +* Mon Jul 30 2007 maw@suse.de - Update to version 2.11.6 2.11.6: Gdk: @@ -273,7 +349,7 @@ rm -rf $RPM_BUILD_ROOT - Updated widget class - to match the new tooltips API. - Converter from libglade's .glade files to GtkBuilder .ui files. - Some examples were added to the documentation. -* Wed Apr 11 2007 maw@suse.de +* Tue Apr 10 2007 maw@suse.de - Update to version 2.10.8 - Fixes for bugzilla.gnome.org #409102, #383340, #395572, #387708, [#371882], #366930, #369335, #358268, #358268, and #352226. @@ -281,7 +357,7 @@ rm -rf $RPM_BUILD_ROOT - Spec file cleanup. * Mon Dec 18 2006 maw@suse.de - Move to /usr. -* Wed Oct 18 2006 jhargadon@suse.de +* Tue Oct 17 2006 jhargadon@suse.de - update to version 2.10.2 - Added --enable-atk=no option, to disable the build and use of the atkmm API, for use in embedded environments @@ -293,7 +369,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Sep 26 2006 sbrabec@suse.cz - Merged packaging changes from gtkmm24. - Provide old package name. -* Sat Sep 16 2006 jhargadon@suse.de +* Fri Sep 15 2006 jhargadon@suse.de - update to version 2.10.1 - gtkmm now depends on cairomm - AccelMap: Added lookup_entry()