Accepting request 77809 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/77809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++2?expand=0&rev=24
This commit is contained in:
Sascha Peilicke 2011-08-03 14:11:59 +00:00 committed by Git OBS Bridge
commit d03eb1554f
4 changed files with 15 additions and 7 deletions

3
libsigc++-2.2.10.tar.bz2 Normal file
View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 25 11:01:18 CEST 2011 - vuntz@opensuse.org
- Update to version 2.2.10:
+ slot_rep: Avoid access to deleted object in notify(), and test
case (bgo#564005).
+ Mention visit_each() in the documentation of sigc::adapts.
-------------------------------------------------------------------
Wed May 4 10:33:03 CEST 2011 - vuntz@opensuse.org

View File

@ -21,20 +21,20 @@
Name: libsigc++2
%define _name libsigc++
BuildRequires: gcc-c++ pkg-config
Version: 2.2.9
Version: 2.2.10
Release: 1
Group: System/Libraries
License: LGPLv2.1+
Summary: Typesafe Signal Framework for C++
Url: http://libsigc.sourceforge.net/
Source: %{_name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/libsigc++/2.2/%{_name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This library implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. It is the most
complete library of its kind with the ablity to connect an abstract
complete library of its kind with the ability to connect an abstract
callback to a class method, function, or function object. It contains
adaptor classes for connection of dissimilar callbacks and has an ease
of use unmatched by other C++ callback libraries.
@ -49,7 +49,7 @@ Obsoletes: %{name} < %{version}
%description -n libsigc-2_0-0
This library implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. It is the most
complete library of its kind with the ablity to connect an abstract
complete library of its kind with the ability to connect an abstract
callback to a class method, function, or function object. It contains
adaptor classes for connection of dissimilar callbacks and has an ease
of use unmatched by other C++ callback libraries.