OBS User unknown 2008-04-12 18:47:35 +00:00 committed by Git OBS Bridge
parent 8a896fe001
commit 292a1092c1
4 changed files with 29 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Apr 11 18:07:01 CEST 2008 - maw@suse.de
- Update to version 2.12.7:
+ Container: Avoid a useless warning about remove() with custom
containers (bgo#518002)
+ Build: Fixed a warning from g++ 4.3 (bgo#524874)
+ UIManager: add_ui_from_string(): Fix a problem with use of
non-ASCII text in UI markup
+ TreeModel::Path (TreePath): TreePath(In pbegin, In pend)
constructor: initialize gobject_ to avoid a crash (bgo#50043).
-------------------------------------------------------------------
Mon Mar 17 19:55:36 CET 2008 - maw@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gtkmm2 (Version 2.12.5)
# spec file for package gtkmm2 (Version 2.12.7)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,7 +16,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.12.5
Version: 2.12.7
Release: 1
Group: System/Libraries
License: LGPL v2.1 or later
@ -55,6 +55,7 @@ Authors:
Herbert Valerio Riedel <hvr@gnu.org>
%package devel
License: LGPL v2.1 or later
Group: Development/Libraries/C and C++
Summary: C++ Interface for GTK2 (a GUI library for X)
Requires: %{name} = %{version} gtk2-devel glibmm2-devel cairomm-devel atk-devel pango-devel
@ -144,6 +145,15 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtkmm-2.4
%changelog
* Fri Apr 11 2008 maw@suse.de
- Update to version 2.12.7:
+ Container: Avoid a useless warning about remove() with custom
containers (bgo#518002)
+ Build: Fixed a warning from g++ 4.3 (bgo#524874)
+ UIManager: add_ui_from_string(): Fix a problem with use of
non-ASCII text in UI markup
+ TreeModel::Path (TreePath): TreePath(In pbegin, In pend)
constructor: initialize gobject_ to avoid a crash (bgo#50043).
* Mon Mar 17 2008 maw@suse.de
- Update to version 2.12.5:
+ Improved documentation
@ -185,7 +195,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:
@ -259,7 +269,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.