OBS User unknown 2009-02-12 15:16:52 +00:00 committed by Git OBS Bridge
parent 55036b22f3
commit af60278598
4 changed files with 56 additions and 7 deletions

View File

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

3
gtkmm-2.15.3.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Feb 10 19:46:29 CET 2009 - vuntz@novell.com
- Update to version 2.15.3:
+ Gtk:
- Action: Reimplemented set_tooltip() with the new C
gtk_action_set_tooltip() function. Added get/set_label(),
get/set_short_label(), get_tooltip(), get/set_stock_id(),
get/set_gicon(), get/set_icon_name(),
get/set_visible_horizontal(), get/set_visible_vertical(),
get/set_is_important(), which are new accessors for the
properties. Added the gicon property. Added block_activate()
and unblock_activate().
- ImageMenuItem: Added get/set_always_show_image() and
property.
- Scale: Added add_mark() and clear_marks().
- TreeView: Added a get_path_at_pos() overload that takes less
parameters.
+ Build:
* Allow pangomm to build outside the source tree. (bgo#570325)
* MSVC++: Disabled compiler warning 4250 also for MSVC2005.
(bgo#568083)
+ Documentation:
- Reference documetnation: Unescape some < and > characters.
(bgo#568485)
-------------------------------------------------------------------
Mon Feb 2 12:00:55 EST 2009 - hfiguiere@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gtkmm2 (Version 2.15.1)
# spec file for package gtkmm2 (Version 2.15.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,7 +24,7 @@ BuildRequires: cairomm-devel fdupes gcc-c++ glibmm2-devel libsigc++2-devel pang
BuildRequires: gtk2-devel >= 2.15.1
# Only for directory ownership:
BuildRequires: devhelp
Version: 2.15.1
Version: 2.15.3
Release: 1
Group: System/Libraries
License: GPL v2 or later; LGPL v2.1 or later
@ -188,11 +188,34 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtkmm-2.4
%changelog
* Tue Feb 10 2009 vuntz@novell.com
- Update to version 2.15.3:
+ Gtk:
- Action: Reimplemented set_tooltip() with the new C
gtk_action_set_tooltip() function. Added get/set_label(),
get/set_short_label(), get_tooltip(), get/set_stock_id(),
get/set_gicon(), get/set_icon_name(),
get/set_visible_horizontal(), get/set_visible_vertical(),
get/set_is_important(), which are new accessors for the
properties. Added the gicon property. Added block_activate()
and unblock_activate().
- ImageMenuItem: Added get/set_always_show_image() and
property.
- Scale: Added add_mark() and clear_marks().
- TreeView: Added a get_path_at_pos() overload that takes less
parameters.
+ Build:
* Allow pangomm to build outside the source tree. (bgo#570325)
* MSVC++: Disabled compiler warning 4250 also for MSVC2005.
(bgo#568083)
+ Documentation:
- Reference documetnation: Unescape some < and > characters.
(bgo#568485)
* Mon Feb 02 2009 hfiguiere@suse.de
- Fix devhelp (bnc#410564)
- Add specific require on gtk2-devel
- Split -doc package
* Sun Feb 01 2009 mboman@suse.de
* Mon Feb 02 2009 mboman@suse.de
- Update to version 2.15.1:
+ CellView: Added get_model() and some new properties.
+ Entry: Added unset_invisible_char(), get_invisible_char().
@ -387,7 +410,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.
* Mon Sep 10 2007 mauro@suse.de
* Tue Sep 11 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