From f93339307bf0b5ffda0ee43065e7c6f87971f0a67ac96ae7b7b5f5a07a3539d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sat, 9 Apr 2016 11:22:03 +0000 Subject: [PATCH] Accepting request 386310 from GNOME:Next - Update to version 2.99.4: + Minor documentation improvements. + Make some constructors explicit. + Some more minor uses of C++11 syntax. + Remove unused SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE. + Reformat code with clang-format. OBS-URL: https://build.opensuse.org/request/show/386310 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++3?expand=0&rev=5 --- libsigc++-2.99.3.tar.xz | 3 --- libsigc++-2.99.4.tar.xz | 3 +++ libsigc++3.changes | 10 ++++++++++ libsigc++3.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 libsigc++-2.99.3.tar.xz create mode 100644 libsigc++-2.99.4.tar.xz diff --git a/libsigc++-2.99.3.tar.xz b/libsigc++-2.99.3.tar.xz deleted file mode 100644 index a28560b..0000000 --- a/libsigc++-2.99.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fc04bad494e23995aae8ad40118722ac25abaa68833b918e6279aabcec7c0e9 -size 1098296 diff --git a/libsigc++-2.99.4.tar.xz b/libsigc++-2.99.4.tar.xz new file mode 100644 index 0000000..2a75227 --- /dev/null +++ b/libsigc++-2.99.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe34c0729106e4132e0f5f3bec29306e60f333681653eff28c5e86b7e2106ef +size 1098864 diff --git a/libsigc++3.changes b/libsigc++3.changes index b776e9e..489b44a 100644 --- a/libsigc++3.changes +++ b/libsigc++3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 8 14:18:58 UTC 2016 - dimstar@opensuse.org + +- Update to version 2.99.4: + + Minor documentation improvements. + + Make some constructors explicit. + + Some more minor uses of C++11 syntax. + + Remove unused SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE. + + Reformat code with clang-format. + ------------------------------------------------------------------- Fri Mar 18 11:06:07 UTC 2016 - dimstar@opensuse.org diff --git a/libsigc++3.spec b/libsigc++3.spec index 11300f3..9f1f5f0 100644 --- a/libsigc++3.spec +++ b/libsigc++3.spec @@ -18,7 +18,7 @@ Name: libsigc++3 %define _name libsigc++ -Version: 2.99.3 +Version: 2.99.4 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-3.0+