From 77be923ef729c557c7b67d42d4c35dd4d560ddbfe2f1163ea89ddb29655abd09 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 2 Jun 2011 15:34:02 +0000 Subject: [PATCH 1/2] Accepting request 72520 from home:aturrini:branches:GNOME:Factory Fixed typos in descriptions of libsigc++2.spec OBS-URL: https://build.opensuse.org/request/show/72520 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=27 --- libsigc++2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsigc++2.spec b/libsigc++2.spec index cdac62e..64ab0b3 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -34,7 +34,7 @@ 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. From 92e676652d89026ba54c1f192b6f4976ad29619819aed1e5b1c6cbc193ab33ee Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 25 Jul 2011 22:02:47 +0000 Subject: [PATCH 2/2] Accepting request 76961 from home:vuntz:branches:GNOME:Factory Update to 2.2.10 OBS-URL: https://build.opensuse.org/request/show/76961 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=28 --- libsigc++-2.2.10.tar.bz2 | 3 +++ libsigc++-2.2.9.tar.bz2 | 3 --- libsigc++2.changes | 8 ++++++++ libsigc++2.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 libsigc++-2.2.10.tar.bz2 delete mode 100644 libsigc++-2.2.9.tar.bz2 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 64ab0b3..4655fee 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -21,13 +21,13 @@ 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