From 52e38ee89eecc4e1466a18df4585cd48ee9e4c5eeb44109062179a5e52ae1919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 9 Sep 2019 10:54:00 +0000 Subject: [PATCH] Accepting request 729111 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/729111 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++3?expand=0&rev=30 --- libsigc++-2.99.13.tar.xz | 3 --- libsigc++-3.0.0.tar.xz | 3 +++ libsigc++3.changes | 10 ++++++++++ libsigc++3.spec | 5 +++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 libsigc++-2.99.13.tar.xz create mode 100644 libsigc++-3.0.0.tar.xz diff --git a/libsigc++-2.99.13.tar.xz b/libsigc++-2.99.13.tar.xz deleted file mode 100644 index 4cb8b28..0000000 --- a/libsigc++-2.99.13.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ce40b3d719b6792f145d94511131dd48edaa9c0cd4ec02b0e959d5d1c406621 -size 913688 diff --git a/libsigc++-3.0.0.tar.xz b/libsigc++-3.0.0.tar.xz new file mode 100644 index 0000000..ba22dce --- /dev/null +++ b/libsigc++-3.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a0855c1eb26e6044ffe888dbe061938ab4241f96d8f3754ea7ead38ab8ed06 +size 999820 diff --git a/libsigc++3.changes b/libsigc++3.changes index 1787c00..7651fb5 100644 --- a/libsigc++3.changes +++ b/libsigc++3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Sep 7 17:43:38 UTC 2019 - Bjørn Lie + +- Update to version 3.0.0: + + Fix tuple_transform_each() for libc++. + + Documentation: Remove some obsolete documentation. + + Tests: + - Make test_track_obj.cc compile with clang++. + - Don't call static method via instance. + ------------------------------------------------------------------- Wed Aug 28 14:31:39 CST 2019 - yfjiang@suse.com diff --git a/libsigc++3.spec b/libsigc++3.spec index a77d53d..32497ac 100644 --- a/libsigc++3.spec +++ b/libsigc++3.spec @@ -18,14 +18,15 @@ %define _name libsigc++ Name: libsigc++3 -Version: 2.99.13 +Version: 3.0.0 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ URL: http://libsigc.sourceforge.net/ -Source: http://download.gnome.org/sources/libsigc++/2.99/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/libsigc++/3.0/%{_name}-%{version}.tar.xz Source99: baselibs.conf + BuildRequires: gcc-c++ BuildRequires: mm-common >= 0.9.12 BuildRequires: pkgconfig