diff --git a/libsigc++-3.0.0.tar.xz b/libsigc++-3.0.0.tar.xz deleted file mode 100644 index ba22dce..0000000 --- a/libsigc++-3.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50a0855c1eb26e6044ffe888dbe061938ab4241f96d8f3754ea7ead38ab8ed06 -size 999820 diff --git a/libsigc++-3.0.2.tar.xz b/libsigc++-3.0.2.tar.xz new file mode 100644 index 0000000..cfc14d1 --- /dev/null +++ b/libsigc++-3.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b77676de1e74774ec456bcc6ac6f04a2791a12cc1fe07f8305d4c3c86e2f339 +size 1019208 diff --git a/libsigc++3.changes b/libsigc++3.changes index 7651fb5..3fafe76 100644 --- a/libsigc++3.changes +++ b/libsigc++3.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jan 1 19:20:52 UTC 2020 - Bjørn Lie + +- Update to version 3.0.2: + + Build: Meson build improvements. +- Changes from version 3.0.1: + + Build: + - Add meson build, alongside the existing autotools and CMake + builds. + - CMake: Fix the MSVC build, enable warnings, and disable + unnecessary warnings, with MVSC. + + connection: Allow copying of empty connections. + + sigc++/adaptors/bind.h: Make bind_functor::bound_ public. + + test_limit_reference: Avoid virtual-move-assign warning. + + signal: slot_iterator_buf: Remove unused T_result default type. + + tests: Slight cleanups. + + Remove unused #ifdefed code. + ------------------------------------------------------------------- Sat Sep 7 17:43:38 UTC 2019 - Bjørn Lie diff --git a/libsigc++3.spec b/libsigc++3.spec index 32497ac..342c091 100644 --- a/libsigc++3.spec +++ b/libsigc++3.spec @@ -1,7 +1,7 @@ # # spec file for package libsigc++3 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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: 3.0.0 +Version: 3.0.2 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-3.0-or-later