diff --git a/libsigc++-2.99.4.tar.xz b/libsigc++-2.99.4.tar.xz deleted file mode 100644 index 2a75227..0000000 --- a/libsigc++-2.99.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffe34c0729106e4132e0f5f3bec29306e60f333681653eff28c5e86b7e2106ef -size 1098864 diff --git a/libsigc++-2.99.5.tar.xz b/libsigc++-2.99.5.tar.xz new file mode 100644 index 0000000..23c2ad1 --- /dev/null +++ b/libsigc++-2.99.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1329daac8aea313236fa98b80d12271c69c4337e93694a872b66d812af5f9940 +size 966236 diff --git a/libsigc++3.changes b/libsigc++3.changes index 489b44a..cef260d 100644 --- a/libsigc++3.changes +++ b/libsigc++3.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Apr 14 15:24:48 UTC 2016 - zaitor@opensuse.org + +- Update to version 2.99.5: + + Functors (mem_functor, ptr_functor) no longer need to derive + from a common functor_base base class, and functors no longer + need to have a result_type typedef or alias. + + Emitters and accumulators no longer need to have a result_type + typedef or alias. + + Remove now-unnecessary adaptor_type type aliases. + + Remove some more unused and unnecessary public type aliases. + ------------------------------------------------------------------- Fri Apr 8 14:18:58 UTC 2016 - dimstar@opensuse.org diff --git a/libsigc++3.spec b/libsigc++3.spec index 9f1f5f0..00ea122 100644 --- a/libsigc++3.spec +++ b/libsigc++3.spec @@ -18,7 +18,7 @@ Name: libsigc++3 %define _name libsigc++ -Version: 2.99.4 +Version: 2.99.5 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-3.0+