Accepting request 895801 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/895801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++2?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2021-06-01 08:33:02 +00:00 committed by Git OBS Bridge
commit af14e7dacb
4 changed files with 18 additions and 6 deletions

View File

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

3
libsigc++-2.10.7.tar.xz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri May 21 12:03:50 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- 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.
-------------------------------------------------------------------
Wed Nov 25 21:03:48 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

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