diff --git a/libsigc++-2.2.10.tar.bz2 b/libsigc++-2.2.10.tar.bz2 new file mode 100644 index 0000000..abfdccc --- /dev/null +++ b/libsigc++-2.2.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d810c2ad469edfb2d4db29643bef189b7613019eadbd4a72823af3c73c959c +size 3307460 diff --git a/libsigc++-2.2.9.tar.bz2 b/libsigc++-2.2.9.tar.bz2 deleted file mode 100644 index 298ce93..0000000 --- a/libsigc++-2.2.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f4c083e01d9be377669206bd97090d2e95bc05f2e8d95447c9f9ce92bdfbb63 -size 3601080 diff --git a/libsigc++2.changes b/libsigc++2.changes index 28094c2..b968ae9 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -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 diff --git a/libsigc++2.spec b/libsigc++2.spec index cdac62e..4655fee 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -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.