Accepting request 657852 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/657852 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++2?expand=0&rev=43
This commit is contained in:
commit
ee8f5bc3f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81
|
||||
size 3794612
|
3
libsigc++-2.10.1.tar.xz
Normal file
3
libsigc++-2.10.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9a25f26178c6cbb147f9904d8c533b5a5c5111a41ac2eb781eb734eea446003
|
||||
size 4062388
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 30 18:26:50 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 2.10.1:
|
||||
+ signal_impl::clear(): Don't clear the slot list during signal
|
||||
emission, to prevent a segfault. And add a test for this.
|
||||
+ slot_base::set_parent(): Create a dummy slot_rep if necessary.
|
||||
+ Avoid compiler warnings from function pointer conversions.
|
||||
+ Build:
|
||||
- Make --disable-benchmark work.
|
||||
- Replace the Visual Studio project files with MSVC NMake
|
||||
project files.
|
||||
- Add MSVC_NMake/README.txt for Visual Studio builds.
|
||||
+ Documentation:
|
||||
- signal_base: Warn against deletion during emission.
|
||||
- Update links in README, configure.ac, libsigcplusplus.doap.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:36:21 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _name libsigc++
|
||||
Name: libsigc++2
|
||||
Version: 2.10.0
|
||||
Version: 2.10.1
|
||||
Release: 0
|
||||
Summary: Typesafe Signal Framework for C++
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user