Accepting request 595371 from home:iznogood:branches:GNOME:Factory
- Update to version 2.99.11: + libsigc++-3.0 now requires C++17. Use of C++17: - Use std::apply to simplify implementation. - Use std::invoke to make implementation more generic. - Use constexpr if to simplify implementation. + Build: Require mm-common 0.9.12. - Add mm-common BuildRequires: New dependency. OBS-URL: https://build.opensuse.org/request/show/595371 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++3?expand=0&rev=25
This commit is contained in:
parent
75b29af1c0
commit
a463b92d77
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:68cdb00e39d6b913d22b0ac362312447c8b4014146b8efd2a9299d9916c72260
|
|
||||||
size 950836
|
|
3
libsigc++-2.99.11.tar.xz
Normal file
3
libsigc++-2.99.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:177fb08df33da71780eef2ce4c5991a2b3b6d07d4ad1efbf6ad38f7964e4bb55
|
||||||
|
size 951848
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 10 21:07:35 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.99.11:
|
||||||
|
+ libsigc++-3.0 now requires C++17. Use of C++17:
|
||||||
|
- Use std::apply to simplify implementation.
|
||||||
|
- Use std::invoke to make implementation more generic.
|
||||||
|
- Use constexpr if to simplify implementation.
|
||||||
|
+ Build: Require mm-common 0.9.12.
|
||||||
|
- Add mm-common BuildRequires: New dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 28 16:36:25 UTC 2018 - dimstar@opensuse.org
|
Wed Feb 28 16:36:25 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _name libsigc++
|
%define _name libsigc++
|
||||||
Name: libsigc++3
|
Name: libsigc++3
|
||||||
Version: 2.99.10
|
Version: 2.99.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Typesafe Signal Framework for C++
|
Summary: Typesafe Signal Framework for C++
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -27,6 +27,7 @@ URL: http://libsigc.sourceforge.net/
|
|||||||
Source: http://download.gnome.org/sources/libsigc++/2.99/%{_name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/libsigc++/2.99/%{_name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: mm-common >= 0.9.12
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user