From e3b31c306ca25025b302eccf43c3ae389de076fe73bcdd8445bdaee6b0c44bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 15 Apr 2016 09:46:48 +0000 Subject: [PATCH] Accepting request 390137 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/390137 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++3?expand=0&rev=7 --- libsigc++-2.99.4.tar.xz | 3 --- libsigc++-2.99.5.tar.xz | 3 +++ libsigc++3.changes | 12 ++++++++++++ libsigc++3.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 libsigc++-2.99.4.tar.xz create mode 100644 libsigc++-2.99.5.tar.xz 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+