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
This commit is contained in:
Dominique Leuenberger 2023-03-20 12:50:24 +00:00 committed by Git OBS Bridge
parent 4c66deb1e2
commit 283fadd392
4 changed files with 26 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:235a40bec7346c7b82b6a8caae0456353dc06e71f14bc414bcc858af1838719a
size 4998876

BIN
libsigc++-2.12.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Feb 27 18:07:38 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <bjorn.lie@gmail.com>

View File

@ -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