From aed3213a261264997c6ede1507f803c8257f8259c0f142fe2d5c9f072285a888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 30 Aug 2019 11:29:30 +0000 Subject: [PATCH] Accepting request 727069 from GNOME:Next Resub tweaked. .changes made me a sad puppy. OBS-URL: https://build.opensuse.org/request/show/727069 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++3?expand=0&rev=29 --- libsigc++-2.99.12.tar.xz | 3 --- libsigc++-2.99.13.tar.xz | 3 +++ libsigc++3.changes | 13 +++++++++++++ libsigc++3.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 libsigc++-2.99.12.tar.xz create mode 100644 libsigc++-2.99.13.tar.xz diff --git a/libsigc++-2.99.12.tar.xz b/libsigc++-2.99.12.tar.xz deleted file mode 100644 index 5856eb3..0000000 --- a/libsigc++-2.99.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d902ae277f5baf2d56025586e2153cc2f158472e382723c67f49049f7c6690a8 -size 948604 diff --git a/libsigc++-2.99.13.tar.xz b/libsigc++-2.99.13.tar.xz new file mode 100644 index 0000000..4cb8b28 --- /dev/null +++ b/libsigc++-2.99.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce40b3d719b6792f145d94511131dd48edaa9c0cd4ec02b0e959d5d1c406621 +size 913688 diff --git a/libsigc++3.changes b/libsigc++3.changes index 28f9b43..1787c00 100644 --- a/libsigc++3.changes +++ b/libsigc++3.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 28 14:31:39 CST 2019 - yfjiang@suse.com + +- Update to version 2.99.13: + + Replace the deprecated std::result_of with std::invoke_result. + + Build: CMake: Supply SIGC_BUILD and use CMAKE_CXX_STANDARD. + + Documentation: + - Remove some obsolete documentation. + - Rename README to README.md and update it. + - Reference docs generated by Doxygen 1.8.11. Hopefully it will + show up at https://developer.gnome.org/libsigc++/unstable/ + + Tests: Add some necessary #include directives. + ------------------------------------------------------------------- Mon Dec 3 18:01:19 UTC 2018 - bjorn.lie@gmail.com diff --git a/libsigc++3.spec b/libsigc++3.spec index a5ac034..a77d53d 100644 --- a/libsigc++3.spec +++ b/libsigc++3.spec @@ -1,7 +1,7 @@ # # spec file for package libsigc++3 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define _name libsigc++ Name: libsigc++3 -Version: 2.99.12 +Version: 2.99.13 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-3.0-or-later @@ -87,7 +87,7 @@ unset MALLOC_CHECK_ MALLOC_PERTURB_ %files -n libsigc-3_0-0 %license COPYING -%doc NEWS README +%doc NEWS README.md %{_libdir}/libsigc-3.0.so.* %files devel