From 283fadd392abfc0a44405db940dd2676e3235ed3748e0f872052b768de2d805f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Mar 2023 12:50:24 +0000 Subject: [PATCH] Accepting request 1073121 from GNOME:Next - Update to version 2.12.0: + Add track_object(), deprecate track_obj(). + Examples, tests: - examples/member_method: Make on_print() non-virtual. - test_limit_reference.cc: Don't use auto where a slot is required. + Build: - Meson: . Avoid configuration warnings. . Detect if we build from a git subtree. . Simplify lookup of python command. . Add build_tests option. - Meson, MSVC: Compensate for the lack of msvc_recommended_pragmas.h. - Fix build with -Dbuild-deprecated-api=false. OBS-URL: https://build.opensuse.org/request/show/1073121 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=71 --- libsigc++-2.10.8.tar.xz | 3 --- libsigc++-2.12.0.tar.xz | 3 +++ libsigc++2.changes | 19 +++++++++++++++++++ libsigc++2.spec | 8 ++++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 libsigc++-2.10.8.tar.xz create mode 100644 libsigc++-2.12.0.tar.xz diff --git a/libsigc++-2.10.8.tar.xz b/libsigc++-2.10.8.tar.xz deleted file mode 100644 index 7e0732d..0000000 --- a/libsigc++-2.10.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:235a40bec7346c7b82b6a8caae0456353dc06e71f14bc414bcc858af1838719a -size 4998876 diff --git a/libsigc++-2.12.0.tar.xz b/libsigc++-2.12.0.tar.xz new file mode 100644 index 0000000..21c44ee --- /dev/null +++ b/libsigc++-2.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c466d2e64b34f9b118976eb21b138c37ed124d0f61497df2a90ce6c3d9fa3b5 +size 5002560 diff --git a/libsigc++2.changes b/libsigc++2.changes index 47b4709..37c95e2 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Feb 27 18:07:38 UTC 2023 - Dominique Leuenberger + +- Update to version 2.12.0: + + Add track_object(), deprecate track_obj(). + + Examples, tests: + - examples/member_method: Make on_print() non-virtual. + - test_limit_reference.cc: Don't use auto where a slot is + required. + + Build: + - Meson: + . Avoid configuration warnings. + . Detect if we build from a git subtree. + . Simplify lookup of python command. + . Add build_tests option. + - Meson, MSVC: Compensate for the lack of + msvc_recommended_pragmas.h. + - Fix build with -Dbuild-deprecated-api=false. + ------------------------------------------------------------------- Fri Feb 11 17:11:58 UTC 2022 - Bjørn Lie diff --git a/libsigc++2.spec b/libsigc++2.spec index e1d1b29..43f6b35 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -1,7 +1,7 @@ # # spec file for package libsigc++2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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++2 -Version: 2.10.8 +Version: 2.12.0 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: http://libsigc.sourceforge.net/ -Source0: https://download.gnome.org/sources/libsigc++/2.10/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/libsigc++/2.12/%{_name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: gcc-c++ @@ -90,7 +90,7 @@ unset MALLOC_CHECK_ MALLOC_PERTURB_ %files -n libsigc-2_0-0 %license COPYING -%doc AUTHORS ChangeLog NEWS README +%doc AUTHORS ChangeLog NEWS %{_libdir}/libsigc-2.0.so.* %files devel