Accepting request 425032 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/425032 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=46
This commit is contained in:
parent
465b83b3e0
commit
08dbfe7650
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:774980d027c52947cb9ee4fac6ffe2ca60cc2f753068a89dfd281c83dbff9651
|
|
||||||
size 3464220
|
|
3
libsigc++-2.9.3.tar.xz
Normal file
3
libsigc++-2.9.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0bf9b301ad6198c550986c51150a646df198e8d1d235270c16486b0dda30097f
|
||||||
|
size 3792184
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Jun 16 19:19:09 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
Name: libsigc++2
|
Name: libsigc++2
|
||||||
%define _name libsigc++
|
%define _name libsigc++
|
||||||
Version: 2.8.0
|
Version: 2.9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Typesafe Signal Framework for C++
|
Summary: Typesafe Signal Framework for C++
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://libsigc.sourceforge.net/
|
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.9/%{_name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
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)
|
# 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
|
Patch0: libsigc++-std-c11.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user