Accepting request 571849 from GNOME:Next

Update to 2.99.10

OBS-URL: https://build.opensuse.org/request/show/571849
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++3?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2018-02-02 16:33:43 +00:00 committed by Git OBS Bridge
parent 3bab7f9ed0
commit 2cba92fb94
4 changed files with 22 additions and 11 deletions

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

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 11 01:37:44 UTC 2018 - luc14n0@linuxmail.org
- Update to version 2.99.10:
+ slot_base::set_parent(): Create a dummy slot_rep if necessary
(bgo#167714).
- Adopt the use of %make_build macro rather than raw make command,
following the best practices.
-------------------------------------------------------------------
Mon Aug 7 12:14:55 UTC 2017 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libsigc++3
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@ -16,9 +16,10 @@
#
Name: libsigc++3
%define _name libsigc++
Version: 2.99.9
Name: libsigc++3
Version: 2.99.10
Release: 0
Summary: Typesafe Signal Framework for C++
License: LGPL-3.0+
@ -71,11 +72,11 @@ of use unmatched by other C++ callback libraries.
%build
%configure --disable-static
make %{?_smp_mflags}
%make_build
%install
%make_install
rm -f %{buildroot}%{_libdir}/*.la
find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
%check
export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256))
@ -88,18 +89,19 @@ unset MALLOC_CHECK_ MALLOC_PERTURB_
%files -n libsigc-3_0-0
%defattr (-, root, root)
%doc COPYING
%license COPYING
%doc NEWS README
%{_libdir}/libsigc-3.0.so.*
%files devel
%defattr (-, root, root)
%doc AUTHORS ChangeLog NEWS README
%doc AUTHORS ChangeLog
%doc %{_datadir}/doc/%{_name}-3.0
%{_libdir}/libsigc-3.0.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/sigc++-3.0
%{_includedir}/sigc++-3.0/
%{_datadir}/devhelp/books/%{_name}-3.0
%doc %{_datadir}/doc/%{_name}-3.0
# Avoid BuildRequires on devhelp
%dir %{_datadir}/devhelp
%dir %{_datadir}/devhelp/books