From b37646d929068f3d7dc95e2ef4ca3fb0cffd091c9e7ac415722cfe5a218e9bc2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 27 May 2021 16:09:38 +0000 Subject: [PATCH] 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 --- libsigc++-2.10.6.tar.xz | 3 --- libsigc++-2.10.7.tar.xz | 3 +++ libsigc++2.changes | 12 ++++++++++++ libsigc++2.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 libsigc++-2.10.6.tar.xz create mode 100644 libsigc++-2.10.7.tar.xz diff --git a/libsigc++-2.10.6.tar.xz b/libsigc++-2.10.6.tar.xz deleted file mode 100644 index 60a2d16..0000000 --- a/libsigc++-2.10.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dda176dc4681bda9d5a2ac1bc55273bdd381662b7a6d49e918267d13e8774e1b -size 4791016 diff --git a/libsigc++-2.10.7.tar.xz b/libsigc++-2.10.7.tar.xz new file mode 100644 index 0000000..0dae41d --- /dev/null +++ b/libsigc++-2.10.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d082a2ce72c750f66b1a415abe3e852df2eae1e8af53010f4ac2ea261a478832 +size 4791304 diff --git a/libsigc++2.changes b/libsigc++2.changes index 1bc8e4a..9ce9a99 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri May 21 12:03:50 UTC 2021 - Dominique Leuenberger + +- 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 diff --git a/libsigc++2.spec b/libsigc++2.spec index 1208bd2..54acc47 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -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