Accepting request 428953 from GNOME:Next

Update to 2.10.0

OBS-URL: https://build.opensuse.org/request/show/428953
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2016-09-20 18:35:06 +00:00 committed by Git OBS Bridge
parent 08dbfe7650
commit 77496b9147
4 changed files with 11 additions and 5 deletions

3
libsigc++-2.10.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81
size 3794612

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0bf9b301ad6198c550986c51150a646df198e8d1d235270c16486b0dda30097f
size 3792184

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

View File

@ -18,13 +18,13 @@
Name: libsigc++2
%define _name libsigc++
Version: 2.9.3
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.9/%{_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