Accepting request 429150 from GNOME:Factory
Update to 2.10.0 (forwarded request 428953 from dimstar) OBS-URL: https://build.opensuse.org/request/show/429150 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++2?expand=0&rev=39
This commit is contained in:
commit
cbe298ae19
3
libsigc++-2.10.0.tar.xz
Normal file
3
libsigc++-2.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81
|
||||
size 3794612
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:774980d027c52947cb9ee4fac6ffe2ca60cc2f753068a89dfd281c83dbff9651
|
||||
size 3464220
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 20 10:24:32 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.10.0:
|
||||
+ Fix silent builds (bgo#768797).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 10:24:53 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.9.3:
|
||||
+ signal:
|
||||
- Deprecate slots().
|
||||
- Deprecate emit_reverse().
|
||||
+ Benchmark: Update it and use boost::timer, and actually build
|
||||
it, but not built by default.
|
||||
+ Build: Fix the build on MSVC++ 2013 and 2015 (bgo#767777).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 19:19:19 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.9.2:
|
||||
+ Minor documentation improvements.
|
||||
+ Some more minor uses of C++11 syntax.
|
||||
- Changes from version 2.9.1:
|
||||
+ slot: Allow sigc::slot<R(Args...)> syntax, like std::function,
|
||||
deprecating the sigc::slot<R, Args...> syntax (bgo#763393).
|
||||
+ signal: Allow sigc::signal<R(Args...)> syntax, like
|
||||
std::function, deprecating the sigc::signal<R, Args...> syntax
|
||||
(bgo#763393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 19:19:09 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
Name: libsigc++2
|
||||
%define _name libsigc++
|
||||
Version: 2.8.0
|
||||
Version: 2.10.0
|
||||
Release: 0
|
||||
Summary: Typesafe Signal Framework for C++
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Url: http://libsigc.sourceforge.net/
|
||||
Source: http://download.gnome.org/sources/libsigc++/2.8/%{_name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/libsigc++/2.10/%{_name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-OPENSUSE libsigc++-std-c11.patch dimstar@opensuse.org -- Add -std=c11 to CFLAGS when using libsigc++ to build. This is not upstreamable in this form as the used CXX macro should handle that, so needs more work (and entry points in mm-common)
|
||||
Patch0: libsigc++-std-c11.patch
|
||||
|
Loading…
Reference in New Issue
Block a user