Accepting request 760968 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/760968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++3?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2020-01-07 22:50:57 +00:00 committed by Git OBS Bridge
commit 3ca550ebef
4 changed files with 23 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 1 19:20:52 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.0.2:
+ Build: Meson build improvements.
- Changes from version 3.0.1:
+ Build:
- Add meson build, alongside the existing autotools and CMake
builds.
- CMake: Fix the MSVC build, enable warnings, and disable
unnecessary warnings, with MVSC.
+ connection: Allow copying of empty connections.
+ sigc++/adaptors/bind.h: Make bind_functor::bound_ public.
+ test_limit_reference: Avoid virtual-move-assign warning.
+ signal: slot_iterator_buf: Remove unused T_result default type.
+ tests: Slight cleanups.
+ Remove unused #ifdefed code.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 7 17:43:38 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> Sat Sep 7 17:43:38 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libsigc++3 # spec file for package libsigc++3
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 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++3 Name: libsigc++3
Version: 3.0.0 Version: 3.0.2
Release: 0 Release: 0
Summary: Typesafe Signal Framework for C++ Summary: Typesafe Signal Framework for C++
License: LGPL-3.0-or-later License: LGPL-3.0-or-later