Accepting request 459877 from GNOME:Next
scripted push OBS-URL: https://build.opensuse.org/request/show/459877 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++3?expand=0&rev=17
This commit is contained in:
parent
bcfd99d1cc
commit
c07e6b61bc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e819884fec16ee20f97773361258b9a911580d5b64fd9da981ef0c80356ff5f9
|
|
||||||
size 918276
|
|
3
libsigc++-2.99.8.tar.xz
Normal file
3
libsigc++-2.99.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d053813a455bd9157b01312d015f74fa39f33466961a66e844daeaee658f0f1
|
||||||
|
size 923976
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 14 23:01:42 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.99.8:
|
||||||
|
+ signal_impl:
|
||||||
|
- Use std::weak_ptr<signal_impl> in connected slots, to avoid a
|
||||||
|
memory leak (bgo#775871).
|
||||||
|
- clear(): Really avoid erasing the slots prematurely.
|
||||||
|
+ slot_rep: Make destructor, destroy, and clone() virtual,
|
||||||
|
instead of using function pointers that do the same thing
|
||||||
|
(bgo#777618).
|
||||||
|
+ Build:
|
||||||
|
- Visual Studio builds: Require Visual Studio 2017.
|
||||||
|
- Add tests/memleakcheck.sh, to run the tests under valgrind
|
||||||
|
(bgo#775871).
|
||||||
|
+ Make --disable-benchmark work (bgo#774732).
|
||||||
|
+ Make silent builds really silent (bgo#768797).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 5 14:23:11 UTC 2016 - jengelh@inai.de
|
Mon Dec 5 14:23:11 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsigc++3
|
# spec file for package libsigc++3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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 @@
|
|||||||
|
|
||||||
Name: libsigc++3
|
Name: libsigc++3
|
||||||
%define _name libsigc++
|
%define _name libsigc++
|
||||||
Version: 2.99.7
|
Version: 2.99.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Typesafe Signal Framework for C++
|
Summary: Typesafe Signal Framework for C++
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user