Accepting request 727069 from GNOME:Next
Resub tweaked. .changes made me a sad puppy. OBS-URL: https://build.opensuse.org/request/show/727069 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++3?expand=0&rev=29
This commit is contained in:
parent
516927706b
commit
aed3213a26
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d902ae277f5baf2d56025586e2153cc2f158472e382723c67f49049f7c6690a8
|
||||
size 948604
|
3
libsigc++-2.99.13.tar.xz
Normal file
3
libsigc++-2.99.13.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ce40b3d719b6792f145d94511131dd48edaa9c0cd4ec02b0e959d5d1c406621
|
||||
size 913688
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 14:31:39 CST 2019 - yfjiang@suse.com
|
||||
|
||||
- Update to version 2.99.13:
|
||||
+ Replace the deprecated std::result_of with std::invoke_result.
|
||||
+ Build: CMake: Supply SIGC_BUILD and use CMAKE_CXX_STANDARD.
|
||||
+ Documentation:
|
||||
- Remove some obsolete documentation.
|
||||
- Rename README to README.md and update it.
|
||||
- Reference docs generated by Doxygen 1.8.11. Hopefully it will
|
||||
show up at https://developer.gnome.org/libsigc++/unstable/
|
||||
+ Tests: Add some necessary #include directives.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 3 18:01:19 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsigc++3
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define _name libsigc++
|
||||
Name: libsigc++3
|
||||
Version: 2.99.12
|
||||
Version: 2.99.13
|
||||
Release: 0
|
||||
Summary: Typesafe Signal Framework for C++
|
||||
License: LGPL-3.0-or-later
|
||||
@ -87,7 +87,7 @@ unset MALLOC_CHECK_ MALLOC_PERTURB_
|
||||
|
||||
%files -n libsigc-3_0-0
|
||||
%license COPYING
|
||||
%doc NEWS README
|
||||
%doc NEWS README.md
|
||||
%{_libdir}/libsigc-3.0.so.*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user