OBS User unknown 2008-09-24 14:44:29 +00:00 committed by Git OBS Bridge
parent 8d0bd184f6
commit 5df9e58af3
4 changed files with 67 additions and 13 deletions

View File

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

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

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Sep 18 17:57:10 CEST 2008 - maw@suse.de
- Update to version 2.23.8:
+ ComboBox: Added get/set_button_sensitivity()
+ FileChooser: Added set_file(), select_file(), unselect_file(),
taking a Gio::File. Added get_files(),
set_current_folder_file(), get_current_folder_file(),
get_file(), gtk_file_chooser_get_file(), get_file(),
get_preview_file()
+ LinkButton: Added get/set_visited() and the property
+ StatusIcon: Added set() taking a Gio::Icon. Added get_icon()
and gicon property. Added constructor taking a Gio::Icon.
+ Adjustment, StatusIcon: Reimplement some get_*() functions
with new C functions instead of direct struct access
+ PrintSettings: Added get/set_number_up_layout(), using the
new NumberUpLayout enum.
+ SelectionData: Changed get_data() to not return a length too,
and added get_length(), as it was in gtkmm 2.12, to match
latest GTK+
+ Widget: Changed the get_allocation() implementation back to
direct struct field access, to match latest GTK+.
+ Added a COPYING.tools file because a small gmmproc utility
is GPL (bgo##550789).
-------------------------------------------------------------------
Thu Sep 18 17:49:52 CEST 2008 - maw@suse.de
- Require pangomm-devel to build.
-------------------------------------------------------------------
Mon Aug 11 15:27:58 CDT 2008 - maw@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gtkmm2 (Version 2.13.6)
# spec file for package gtkmm2 (Version 2.13.8)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,13 +20,13 @@
Name: gtkmm2
%define _name gtkmm
BuildRequires: cairomm-devel fdupes gcc-c++ glibmm2-devel gtk2-devel libsigc++2-devel update-desktop-files
BuildRequires: cairomm-devel fdupes gcc-c++ glibmm2-devel gtk2-devel libsigc++2-devel pangomm-devel update-desktop-files
# Only for directory ownership:
BuildRequires: devhelp
Version: 2.13.6
Version: 2.13.8
Release: 1
Group: System/Libraries
License: LGPL v2.1 or later
License: GPL v2 or later; LGPL v2.1 or later
Summary: C++ Interface for GTK2 (a GUI Library for X)
Url: http://www.gtkmm.org/
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2
@ -152,7 +152,31 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtkmm-2.4
%changelog
* Mon Aug 11 2008 maw@suse.de
* Thu Sep 18 2008 maw@suse.de
- Update to version 2.23.8:
+ ComboBox: Added get/set_button_sensitivity()
+ FileChooser: Added set_file(), select_file(), unselect_file(),
taking a Gio::File. Added get_files(),
set_current_folder_file(), get_current_folder_file(),
get_file(), gtk_file_chooser_get_file(), get_file(),
get_preview_file()
+ LinkButton: Added get/set_visited() and the property
+ StatusIcon: Added set() taking a Gio::Icon. Added get_icon()
and gicon property. Added constructor taking a Gio::Icon.
+ Adjustment, StatusIcon: Reimplement some get_*() functions
with new C functions instead of direct struct access
+ PrintSettings: Added get/set_number_up_layout(), using the
new NumberUpLayout enum.
+ SelectionData: Changed get_data() to not return a length too,
and added get_length(), as it was in gtkmm 2.12, to match
latest GTK+
+ Widget: Changed the get_allocation() implementation back to
direct struct field access, to match latest GTK+.
+ Added a COPYING.tools file because a small gmmproc utility
is GPL (bgo##550789).
* Thu Sep 18 2008 maw@suse.de
- Require pangomm-devel to build.
* Tue Aug 12 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()
@ -259,7 +283,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
@ -275,7 +299,7 @@ rm -rf $RPM_BUILD_ROOT
+ Build fixes
+ Documentation markup changes for future appearence in
library.gnome.org.
* Mon Jul 30 2007 maw@suse.de
* Tue Jul 31 2007 maw@suse.de
- Update to version 2.11.6
2.11.6:
Gdk:
@ -349,7 +373,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.
* Tue Apr 10 2007 maw@suse.de
* Wed Apr 11 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.
@ -357,7 +381,7 @@ rm -rf $RPM_BUILD_ROOT
- Spec file cleanup.
* Mon Dec 18 2006 maw@suse.de
- Move to /usr.
* Tue Oct 17 2006 jhargadon@suse.de
* Wed Oct 18 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
@ -369,7 +393,7 @@ rm -rf $RPM_BUILD_ROOT
* Tue Sep 26 2006 sbrabec@suse.cz
- Merged packaging changes from gtkmm24.
- Provide old package name.
* Fri Sep 15 2006 jhargadon@suse.de
* Sat Sep 16 2006 jhargadon@suse.de
- update to version 2.10.1
- gtkmm now depends on cairomm
- AccelMap: Added lookup_entry()