Accepting request 29738 from GNOME:Factory

Copy from GNOME:Factory/gtkmm2 based on submit request 29738 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/29738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtkmm2?expand=0&rev=28
This commit is contained in:
OBS User autobuild 2010-01-18 13:12:09 +00:00 committed by Git OBS Bridge
commit dc6f6ba628
4 changed files with 26 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Jan 7 00:34:45 CET 2010 - captain.magnus@opensuse.org
- Update to version 2.19.2:
+ Gdk:
- PixbufAnimationIter: Make the methods public
- Window: Added get/set_offscreen_embedder() and
get_offscreen_pixmap()
+ Gtk:
- Added CellRendererSpin and Spinner (bgo#598715)
- Added ToolPalette
- Dialog: Added get_widget_for_response() (bgo#600411)
- Move the Gtk::Border typedef into its own header and add a
Glib::Value specialization (bgo#603926)
- Gdk::Window: get_default_root_window(): Correct the
reference counting (bgo#603852)
- Windows build fixes.
- Fix the build when exceptions, vfuncs, etc. are disabled
-------------------------------------------------------------------
Mon Nov 16 12:25:33 UTC 2009 - aj@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gtkmm2 (Version 2.18.2)
# spec file for package gtkmm2 (Version 2.19.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,8 +22,8 @@ Name: gtkmm2
%define _name gtkmm
BuildRequires: cairomm-devel fdupes gcc-c++ glibmm2-devel libsigc++2-devel pangomm-devel update-desktop-files
BuildRequires: gtk2-devel >= 2.15.1
Version: 2.18.2
Release: 2
Version: 2.19.2
Release: 1
Group: System/Libraries
License: GPLv2+ ; LGPLv2.1+
Summary: C++ Interface for GTK2 (a GUI Library for X)