From 2cba92fb942d0aee2f5500f78ad11bf8dd0abac5778add2857a62b936bb129e6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 2 Feb 2018 16:33:43 +0000 Subject: [PATCH] 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 --- libsigc++-2.99.10.tar.xz | 3 +++ libsigc++-2.99.9.tar.xz | 3 --- libsigc++3.changes | 9 +++++++++ libsigc++3.spec | 18 ++++++++++-------- 4 files changed, 22 insertions(+), 11 deletions(-) create mode 100644 libsigc++-2.99.10.tar.xz delete mode 100644 libsigc++-2.99.9.tar.xz diff --git a/libsigc++-2.99.10.tar.xz b/libsigc++-2.99.10.tar.xz new file mode 100644 index 0000000..931b093 --- /dev/null +++ b/libsigc++-2.99.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cdb00e39d6b913d22b0ac362312447c8b4014146b8efd2a9299d9916c72260 +size 950836 diff --git a/libsigc++-2.99.9.tar.xz b/libsigc++-2.99.9.tar.xz deleted file mode 100644 index 4a57e14..0000000 --- a/libsigc++-2.99.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7628072c0afe5e3d7375877356c6009a9e4933800c1728424b1f2853aa35571c -size 924580 diff --git a/libsigc++3.changes b/libsigc++3.changes index 063d248..043bcf2 100644 --- a/libsigc++3.changes +++ b/libsigc++3.changes @@ -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 diff --git a/libsigc++3.spec b/libsigc++3.spec index 18b6bfb..4a09f20 100644 --- a/libsigc++3.spec +++ b/libsigc++3.spec @@ -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