From 4c66deb1e2d4864beb56231ffdd744345c122e59f86b0d318790b49e43a53bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 18 Mar 2022 10:22:26 +0000 Subject: [PATCH] Accepting request 962491 from GNOME:Next - Update to version 2.10.8: + Build: - Meson build: Perl is not required by new versions of mm-common - NMake Makefiles: Support building with VS2022 + Documentation: Upgrade the manual from DocBook 4.1 to DocBook 5.0 OBS-URL: https://build.opensuse.org/request/show/962491 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=69 --- libsigc++-2.10.7.tar.xz | 3 --- libsigc++-2.10.8.tar.xz | 3 +++ libsigc++2.changes | 11 +++++++++++ libsigc++2.spec | 7 +++++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 libsigc++-2.10.7.tar.xz create mode 100644 libsigc++-2.10.8.tar.xz diff --git a/libsigc++-2.10.7.tar.xz b/libsigc++-2.10.7.tar.xz deleted file mode 100644 index 0dae41d..0000000 --- a/libsigc++-2.10.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d082a2ce72c750f66b1a415abe3e852df2eae1e8af53010f4ac2ea261a478832 -size 4791304 diff --git a/libsigc++-2.10.8.tar.xz b/libsigc++-2.10.8.tar.xz new file mode 100644 index 0000000..7e0732d --- /dev/null +++ b/libsigc++-2.10.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235a40bec7346c7b82b6a8caae0456353dc06e71f14bc414bcc858af1838719a +size 4998876 diff --git a/libsigc++2.changes b/libsigc++2.changes index 9ce9a99..47b4709 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Feb 11 17:11:58 UTC 2022 - Bjørn Lie + +- Update to version 2.10.8: + + Build: + - Meson build: Perl is not required by new versions of + mm-common + - NMake Makefiles: Support building with VS2022 + + Documentation: Upgrade the manual from DocBook 4.1 to DocBook + 5.0 + ------------------------------------------------------------------- Fri May 21 12:03:50 UTC 2021 - Dominique Leuenberger diff --git a/libsigc++2.spec b/libsigc++2.spec index 54acc47..e1d1b29 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -1,7 +1,7 @@ # # spec file for package libsigc++2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.7 +Version: 2.10.8 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-2.1-or-later @@ -70,6 +70,9 @@ of use unmatched by other C++ callback libraries. %prep %setup -q -n %{_name}-%{version} +# Remove executable bit in NEWS... +chmod -x NEWS + %build %meson %meson_build