Accepting request 514961 from GNOME:Next
I guess we can bump this one in any case OBS-URL: https://build.opensuse.org/request/show/514961 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++3?expand=0&rev=19
This commit is contained in:
parent
c07e6b61bc
commit
3bab7f9ed0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d053813a455bd9157b01312d015f74fa39f33466961a66e844daeaee658f0f1
|
||||
size 923976
|
3
libsigc++-2.99.9.tar.xz
Normal file
3
libsigc++-2.99.9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7628072c0afe5e3d7375877356c6009a9e4933800c1728424b1f2853aa35571c
|
||||
size 924580
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 12:14:55 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.99.9:
|
||||
+ signal_impl::clear(): Don't clear the slot list during signal
|
||||
emission, to prevent a segfault. And add a test for this
|
||||
(bgo#784550).
|
||||
+ Remove signal_base::erase() and signal_impl::erase()
|
||||
(bgo#784550).
|
||||
+ Various minor code cleanups.
|
||||
+ Windows: Update the MS Visual Studio build.
|
||||
- Move AUTHORS, ChangeLog, NEWS, README to devel package, mainly
|
||||
developers would care for those files, silence a rpmlint warning.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 23:01:42 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libsigc++3
|
||||
%define _name libsigc++
|
||||
Version: 2.99.8
|
||||
Version: 2.99.9
|
||||
Release: 0
|
||||
Summary: Typesafe Signal Framework for C++
|
||||
License: LGPL-3.0+
|
||||
@ -88,11 +88,12 @@ unset MALLOC_CHECK_ MALLOC_PERTURB_
|
||||
|
||||
%files -n libsigc-3_0-0
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%doc COPYING
|
||||
%{_libdir}/libsigc-3.0.so.*
|
||||
|
||||
%files devel
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
%{_libdir}/libsigc-3.0.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/sigc++-3.0
|
||||
|
Loading…
Reference in New Issue
Block a user