diff --git a/libsigc++-2.99.5.tar.xz b/libsigc++-2.99.5.tar.xz deleted file mode 100644 index 23c2ad1..0000000 --- a/libsigc++-2.99.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1329daac8aea313236fa98b80d12271c69c4337e93694a872b66d812af5f9940 -size 966236 diff --git a/libsigc++-2.99.6.tar.xz b/libsigc++-2.99.6.tar.xz new file mode 100644 index 0000000..f6c0e0d --- /dev/null +++ b/libsigc++-2.99.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d744673f75bb96eb28fbda3a705ba8ecba82e66fbcf250ad7e9fb3ff84321cf +size 969924 diff --git a/libsigc++3.changes b/libsigc++3.changes index cef260d..b78fe96 100644 --- a/libsigc++3.changes +++ b/libsigc++3.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Apr 30 18:47:06 UTC 2016 - zaitor@opensuse.org + +- Update to version 2.99.6: + + signal: + - Remove slots() and the container that it returns, and the + iterator for that container. + - connect(): Return a connection, instead of an iterator that + can be implicitly converted to a connection. + + Use std::shared_ptr<> for signal_impl reference-counting. + Instead of manual reference-counting (bgo#764935). + + slot: Use unique_ptr<> to avoid direct call of destructor + (bgo#764935). + + Add optional benchmark code, using boost::timer. + + Make some single-item constructors explicit. + + Make some member variables and methods private. + + Remove _ and __ prefixes on variables and parameters. + + Header guards: Remove leading underscores (and trailing + underscores). + + limit_derived_target: Rename to + limit_trackable_target<> and visit_each_type() to + visit_each_trackable() to make their purpose more obvious. + ------------------------------------------------------------------- Thu Apr 14 15:24:48 UTC 2016 - zaitor@opensuse.org diff --git a/libsigc++3.spec b/libsigc++3.spec index 00ea122..85fde65 100644 --- a/libsigc++3.spec +++ b/libsigc++3.spec @@ -18,7 +18,7 @@ Name: libsigc++3 %define _name libsigc++ -Version: 2.99.5 +Version: 2.99.6 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-3.0+