Accepting request 29390 from home:MBoman:branches:GNOME:Factory

Copy from home:MBoman:branches:GNOME:Factory/gtkmm2 via accept of submit request 29390 revision 2.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/29390
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtkmm2?expand=0&rev=33
This commit is contained in:
Vincent Untz 2010-01-15 01:30:09 +00:00 committed by Git OBS Bridge
parent b5d5ddc43f
commit ee14361a43
4 changed files with 35 additions and 8 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,27 @@
-------------------------------------------------------------------
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
- Mark doc subpackage as noarch.
-------------------------------------------------------------------
Sun Oct 4 12:32:54 CEST 2009 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# 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.
#
@ -22,10 +22,10 @@ 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
Version: 2.19.2
Release: 1
Group: System/Libraries
License: GPL v2 or later ; LGPL v2.1 or later
License: GPLv2+ ; LGPLv2.1+
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
@ -40,7 +40,7 @@ inheritance, and a comprehensive set of widget classes that can be
freely combined to quickly create complex user interfaces.
%package devel
License: LGPL v2.1 or later
License: LGPLv2.1+
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 pangomm-devel
@ -54,10 +54,13 @@ inheritance and a comprehensive set of widget classes that can be
freely combined to quickly create complex user interfaces.
%package doc
License: GPL v2 or later ; LGPL v2.1 or later
License: GPLv2+ ; LGPLv2.1+
Group: Documentation/HTML
Summary: C++ Interface for GTK2 (a GUI Library for X)
Requires: glibmm2-doc
%if %suse_version > 1120
BuildArch: noarch
%endif
%description doc
Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps