diff --git a/libsigc++-2.10.0.tar.xz b/libsigc++-2.10.0.tar.xz new file mode 100644 index 0000000..69e1347 --- /dev/null +++ b/libsigc++-2.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81 +size 3794612 diff --git a/libsigc++-2.8.0.tar.xz b/libsigc++-2.8.0.tar.xz deleted file mode 100644 index 8b9af9a..0000000 --- a/libsigc++-2.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:774980d027c52947cb9ee4fac6ffe2ca60cc2f753068a89dfd281c83dbff9651 -size 3464220 diff --git a/libsigc++2.changes b/libsigc++2.changes index a32f17b..47ffe00 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Sep 20 10:24:32 UTC 2016 - dimstar@opensuse.org + +- Update to version 2.10.0: + + Fix silent builds (bgo#768797). + +------------------------------------------------------------------- +Wed Jul 6 10:24:53 UTC 2016 - zaitor@opensuse.org + +- Update to version 2.9.3: + + signal: + - Deprecate slots(). + - Deprecate emit_reverse(). + + Benchmark: Update it and use boost::timer, and actually build + it, but not built by default. + + Build: Fix the build on MSVC++ 2013 and 2015 (bgo#767777). + +------------------------------------------------------------------- +Thu Jun 16 19:19:19 UTC 2016 - zaitor@opensuse.org + +- Update to version 2.9.2: + + Minor documentation improvements. + + Some more minor uses of C++11 syntax. +- Changes from version 2.9.1: + + slot: Allow sigc::slot syntax, like std::function, + deprecating the sigc::slot syntax (bgo#763393). + + signal: Allow sigc::signal syntax, like + std::function, deprecating the sigc::signal syntax + (bgo#763393). + ------------------------------------------------------------------- Thu Jun 16 19:19:09 UTC 2016 - zaitor@opensuse.org diff --git a/libsigc++2.spec b/libsigc++2.spec index 25da6f1..672a859 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -18,13 +18,13 @@ Name: libsigc++2 %define _name libsigc++ -Version: 2.8.0 +Version: 2.10.0 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-2.1+ Group: System/Libraries Url: http://libsigc.sourceforge.net/ -Source: http://download.gnome.org/sources/libsigc++/2.8/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/libsigc++/2.10/%{_name}-%{version}.tar.xz Source99: baselibs.conf # PATCH-FIX-OPENSUSE libsigc++-std-c11.patch dimstar@opensuse.org -- Add -std=c11 to CFLAGS when using libsigc++ to build. This is not upstreamable in this form as the used CXX macro should handle that, so needs more work (and entry points in mm-common) Patch0: libsigc++-std-c11.patch