diff --git a/libsigc++-3.0.6.tar.xz b/libsigc++-3.0.6.tar.xz deleted file mode 100644 index 7e65588..0000000 --- a/libsigc++-3.0.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b70edcf4611651c54a426e109b17196e1fa17da090592a5000e2d134c03ac5ce -size 789916 diff --git a/libsigc++-3.2.0.tar.xz b/libsigc++-3.2.0.tar.xz new file mode 100644 index 0000000..5e43bab --- /dev/null +++ b/libsigc++-3.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdcb986e3f0a7c5b4474aa3c833d676e62469509f4899110ddf118f04082651 +size 785900 diff --git a/libsigc++3.changes b/libsigc++3.changes index 3791159..16b1a5e 100644 --- a/libsigc++3.changes +++ b/libsigc++3.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Feb 11 17:14:39 UTC 2022 - Bjørn Lie + +- Update to version 3.2.0: + + Allow slots with rvalue reference parameters + + Build: + - Meson build: Perl is not required by new versions of + mm-common + - NMake Makefiles: Support building with VS2022 + + Documentation: + - Upgrade the manual from DocBook 4.1 to DocBook 5.0 + - ptr_fun(), mem_fun() docs: Remove left-overs from sigc++-2.0 + - Fix links to sigc::slot and sigc::signal + ------------------------------------------------------------------- Wed Nov 25 21:27:33 UTC 2020 - Bjørn Lie diff --git a/libsigc++3.spec b/libsigc++3.spec index 2b40d4f..70e90fa 100644 --- a/libsigc++3.spec +++ b/libsigc++3.spec @@ -1,7 +1,7 @@ # # spec file for package libsigc++3 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %define _name libsigc++ Name: libsigc++3 -Version: 3.0.6 +Version: 3.2.0 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ URL: http://libsigc.sourceforge.net/ -Source0: https://download.gnome.org/sources/libsigc++/3.0/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/libsigc++/3.2/%{_name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: gcc-c++ @@ -70,6 +70,9 @@ of use unmatched by other C++ callback libraries. %prep %setup -q -n %{_name}-%{version} +# Remove executable bit in NEWS... +chmod -x NEWS + %build %meson %meson_build