OBS User unknown 2009-03-11 17:56:40 +00:00 committed by Git OBS Bridge
parent af60278598
commit 66c23f5924
4 changed files with 32 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 6 13:57:54 CET 2009 - vuntz@novell.com
- Update to version 2.15.5:
+ Activatable: reset_vfunc() renamed to
sync_action_properties_vfunc().
+ Builder:
- create_from_file(), add_from_file(), create_from_string():
Add method overloads that take char* to avoid ambiguity.
- get_widget_derived(): Correct reference-counting.
+ FileChooserButton: Add file_set signal.
+ Stock: Added CAPS_LOCK_WARNING.
+ Added interfaces, but we can't use them yet without breaking
ABI: Activatable, Orientation.
-------------------------------------------------------------------
Tue Feb 10 19:46:29 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package gtkmm2 (Version 2.15.3)
# spec file for package gtkmm2 (Version 2.15.5)
#
# 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.3
Version: 2.15.5
Release: 1
Group: System/Libraries
License: GPL v2 or later; LGPL v2.1 or later
@ -188,6 +188,18 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtkmm-2.4
%changelog
* Fri Mar 06 2009 vuntz@novell.com
- Update to version 2.15.5:
+ Activatable: reset_vfunc() renamed to
sync_action_properties_vfunc().
+ Builder:
- create_from_file(), add_from_file(), create_from_string():
Add method overloads that take char* to avoid ambiguity.
- get_widget_derived(): Correct reference-counting.
+ FileChooserButton: Add file_set signal.
+ Stock: Added CAPS_LOCK_WARNING.
+ Added interfaces, but we can't use them yet without breaking
ABI: Activatable, Orientation.
* Tue Feb 10 2009 vuntz@novell.com
- Update to version 2.15.3:
+ Gtk: