OBS User unknown 2007-04-12 15:37:52 +00:00 committed by Git OBS Bridge
parent 3ffbb77780
commit 3274b04562
5 changed files with 27 additions and 12 deletions

View File

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

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

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

View File

@ -1,11 +1,14 @@
--- gtkmm-2.2.12/gtk/gtkmm/treeview.cc.xx 2005-02-23 13:42:17.945941945 +0100
+++ gtkmm-2.2.12/gtk/gtkmm/treeview.cc 2005-02-23 13:42:29.668306078 +0100
@@ -278,7 +278,7 @@
Index: gtkmm-2.10.8/gtk/gtkmm/treeview.cc
===================================================================
--- gtkmm-2.10.8.orig/gtk/gtkmm/treeview.cc
+++ gtkmm-2.10.8/gtk/gtkmm/treeview.cc
@@ -236,7 +236,8 @@ bool TreeView::get_path_at_pos(int x, in
int TreeView::insert_column(const Glib::ustring& title, CellRenderer& cell, int position)
{
return gtk_tree_view_insert_column_with_attributes(
- gobj(), position, const_cast<char*>(title.c_str()), cell.gobj(), 0);
+ gobj(), position, const_cast<char*>(title.c_str()), cell.gobj(), NULL);
- gobj(), position, const_cast<char*>(title.c_str()), cell.gobj(), (void*)0); //Note that some compilers need the extra (void*) clue.
+ gobj(), position, const_cast<char*>(title.c_str()), cell.gobj(), NULL); //Note that some compilers need the extra (void*) clue.
+// But I'm changing it to NULL anyway.
}
int TreeView::append_column(const Glib::ustring& title, CellRenderer& cell)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 10 22:53:21 CEST 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.
-------------------------------------------------------------------
Fri Jan 12 15:41:37 CET 2007 - sbrabec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package gtkmm2 (Version 2.10.2)
# spec file for package gtkmm2 (Version 2.10.8)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -15,8 +15,8 @@ Name: gtkmm2
BuildRequires: cairomm-devel gcc-c++ glibmm2-devel gtk2-devel libsigc++2-devel update-desktop-files
# Only for directory ownership:
BuildRequires: devhelp
Version: 2.10.2
Release: 22
Version: 2.10.8
Release: 1
Group: System/Libraries
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Summary: C++ Interface for GTK2 (a GUI Library for X)
@ -87,6 +87,7 @@ Authors:
%prep
%setup -q -n %{_name}-%{version}
%patch -p1
%build
# FIXME: cannot autoreconf, HAVE_MKFIFO is missing.
@ -141,7 +142,11 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/devhelp/books
%{_datadir}/devhelp/books/gtkmm-2.4
%changelog -n gtkmm2
%changelog
* 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.
* Fri Jan 12 2007 - sbrabec@suse.cz
- Spec file cleanup.
* Mon Dec 18 2006 - maw@suse.de