Accepting request 393298 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/393298 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++3?expand=0&rev=4
This commit is contained in:
commit
ae6098f297
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1329daac8aea313236fa98b80d12271c69c4337e93694a872b66d812af5f9940
|
|
||||||
size 966236
|
|
3
libsigc++-2.99.6.tar.xz
Normal file
3
libsigc++-2.99.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6d744673f75bb96eb28fbda3a705ba8ecba82e66fbcf250ad7e9fb3ff84321cf
|
||||||
|
size 969924
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 30 18:47:06 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.99.6:
|
||||||
|
+ signal:
|
||||||
|
- Remove slots() and the container that it returns, and the
|
||||||
|
iterator for that container.
|
||||||
|
- connect(): Return a connection, instead of an iterator that
|
||||||
|
can be implicitly converted to a connection.
|
||||||
|
+ Use std::shared_ptr<> for signal_impl reference-counting.
|
||||||
|
Instead of manual reference-counting (bgo#764935).
|
||||||
|
+ slot: Use unique_ptr<> to avoid direct call of destructor
|
||||||
|
(bgo#764935).
|
||||||
|
+ Add optional benchmark code, using boost::timer.
|
||||||
|
+ Make some single-item constructors explicit.
|
||||||
|
+ Make some member variables and methods private.
|
||||||
|
+ Remove _ and __ prefixes on variables and parameters.
|
||||||
|
+ Header guards: Remove leading underscores (and trailing
|
||||||
|
underscores).
|
||||||
|
+ limit_derived_target<T_Target>: Rename to
|
||||||
|
limit_trackable_target<> and visit_each_type<T_Type>() to
|
||||||
|
visit_each_trackable() to make their purpose more obvious.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 15:24:48 UTC 2016 - zaitor@opensuse.org
|
Thu Apr 14 15:24:48 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libsigc++3
|
Name: libsigc++3
|
||||||
%define _name libsigc++
|
%define _name libsigc++
|
||||||
Version: 2.99.5
|
Version: 2.99.6
|
||||||
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