SHA256
1
0
forked from pool/libsigc__2

Accepting request 894787 from GNOME:Next

- Update to version 2.10.7:
  + Meson build:
    - Make it possible to use sigc++ as a subproject.
    - Fix dependency on files generated from .h.m4 files.
    - No implicit_include_directories.
    - Make quiet installations possible.
    - Fix build as subproject without building documentation.
  + Documentation fixes.

OBS-URL: https://build.opensuse.org/request/show/894787
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=67
This commit is contained in:
2021-05-27 16:09:38 +00:00
committed by Git OBS Bridge
parent b377b0baa1
commit b37646d929
4 changed files with 18 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package libsigc++2
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 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++2
Version: 2.10.6
Version: 2.10.7
Release: 0
Summary: Typesafe Signal Framework for C++
License: LGPL-2.1-or-later
@@ -28,7 +28,7 @@ Source0: https://download.gnome.org/sources/libsigc++/2.10/%{_name}-%{ver
Source99: baselibs.conf
BuildRequires: gcc-c++
BuildRequires: meson
BuildRequires: meson >= 0.54.0
BuildRequires: pkgconfig
%description