Accepting request 962640 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/962640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++2?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2022-03-20 19:54:35 +00:00 committed by Git OBS Bridge
commit dc1fa5e523
4 changed files with 19 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 11 17:11:58 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <dimstar@opensuse.org> Fri May 21 12:03:50 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libsigc++2 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define _name libsigc++ %define _name libsigc++
Name: libsigc++2 Name: libsigc++2
Version: 2.10.7 Version: 2.10.8
Release: 0 Release: 0
Summary: Typesafe Signal Framework for C++ Summary: Typesafe Signal Framework for C++
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -70,6 +70,9 @@ of use unmatched by other C++ callback libraries.
%prep %prep
%setup -q -n %{_name}-%{version} %setup -q -n %{_name}-%{version}
# Remove executable bit in NEWS...
chmod -x NEWS
%build %build
%meson %meson
%meson_build %meson_build