diff --git a/libsigc++-2.6.2.tar.xz b/libsigc++-2.6.2.tar.xz deleted file mode 100644 index 348661b..0000000 --- a/libsigc++-2.6.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdace7134c31de792c17570f9049ca0657909b28c4c70ec4882f91a03de54437 -size 3452588 diff --git a/libsigc++-2.8.0.tar.xz b/libsigc++-2.8.0.tar.xz new file mode 100644 index 0000000..8b9af9a --- /dev/null +++ b/libsigc++-2.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774980d027c52947cb9ee4fac6ffe2ca60cc2f753068a89dfd281c83dbff9651 +size 3464220 diff --git a/libsigc++2.changes b/libsigc++2.changes index 5fe2991..dde83f2 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Wed Mar 16 12:59:06 UTC 2016 - dimstar@opensuse.org + +- Update to version 2.8.0: + + Documentation: Mention use with CMake. + +------------------------------------------------------------------- +Sat Mar 12 12:02:59 UTC 2016 - zaitor@opensuse.org + +- Update to version 2.7.2: + + Deprecate sigc::ref() and sigc::reference_wrapper(), adding + support instead for std::ref(), std::cref(), and + std::reference_wrapper(). + + mem_fun(): Deprecate mem_fun(pointer, func). Leaving just + mem_fun(reference, func) (bgo#763215). + + Make all operator bool() explicit. (A C++11 feature). + + Build: + - Remove some now-unnecessary configure checks (bgo#762065). + - Update MSVC project. + + Documentation: Improve the documentation of mem_fun(), making + it clear that mem_fun() does not return a slot. + +------------------------------------------------------------------- +Tue Mar 1 12:36:55 UTC 2016 - zaitor@opensuse.org + +- Update to version 2.7.1: + + signal: Add a moving connect() method, taking an rvalue + reference to a slot (bgo#756484). + + can_deduce_result_type_with_decltype: Rename the check() + methods to checksize(). check() is a preprocessor macro in Mac + OS X (bgo#759315). + + Temporarily undefine the nil macro, if it's defined. nil is a + preprocessor macro in Objective-C++ and Mac OS X (bgo#695235). + + Correct the mem_functor<> declarations. + ------------------------------------------------------------------- Thu Feb 4 23:11:56 UTC 2016 - dimstar@opensuse.org diff --git a/libsigc++2.spec b/libsigc++2.spec index 3068add..80bc3d8 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -18,13 +18,13 @@ Name: libsigc++2 %define _name libsigc++ -Version: 2.6.2 +Version: 2.8.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.6/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/libsigc++/2.8/%{_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