From 08dbfe765058b24e2fdd76f9cefc6d3927edd3733b64bfe31f81d6de44e1e868 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 8 Sep 2016 21:23:39 +0000 Subject: [PATCH 1/2] Accepting request 425032 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/425032 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=46 --- libsigc++-2.8.0.tar.xz | 3 --- libsigc++-2.9.3.tar.xz | 3 +++ libsigc++2.changes | 24 ++++++++++++++++++++++++ libsigc++2.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 libsigc++-2.8.0.tar.xz create mode 100644 libsigc++-2.9.3.tar.xz diff --git a/libsigc++-2.8.0.tar.xz b/libsigc++-2.8.0.tar.xz deleted file mode 100644 index 8b9af9a..0000000 --- a/libsigc++-2.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:774980d027c52947cb9ee4fac6ffe2ca60cc2f753068a89dfd281c83dbff9651 -size 3464220 diff --git a/libsigc++-2.9.3.tar.xz b/libsigc++-2.9.3.tar.xz new file mode 100644 index 0000000..d204e15 --- /dev/null +++ b/libsigc++-2.9.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf9b301ad6198c550986c51150a646df198e8d1d235270c16486b0dda30097f +size 3792184 diff --git a/libsigc++2.changes b/libsigc++2.changes index a32f17b..84696a3 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Jul 6 10:24:53 UTC 2016 - zaitor@opensuse.org + +- Update to version 2.9.3: + + signal: + - Deprecate slots(). + - Deprecate emit_reverse(). + + Benchmark: Update it and use boost::timer, and actually build + it, but not built by default. + + Build: Fix the build on MSVC++ 2013 and 2015 (bgo#767777). + +------------------------------------------------------------------- +Thu Jun 16 19:19:19 UTC 2016 - zaitor@opensuse.org + +- Update to version 2.9.2: + + Minor documentation improvements. + + Some more minor uses of C++11 syntax. +- Changes from version 2.9.1: + + slot: Allow sigc::slot syntax, like std::function, + deprecating the sigc::slot syntax (bgo#763393). + + signal: Allow sigc::signal syntax, like + std::function, deprecating the sigc::signal syntax + (bgo#763393). + ------------------------------------------------------------------- Thu Jun 16 19:19:09 UTC 2016 - zaitor@opensuse.org diff --git a/libsigc++2.spec b/libsigc++2.spec index 25da6f1..b8fc0ca 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -18,13 +18,13 @@ Name: libsigc++2 %define _name libsigc++ -Version: 2.8.0 +Version: 2.9.3 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-2.1+ Group: System/Libraries Url: http://libsigc.sourceforge.net/ -Source: http://download.gnome.org/sources/libsigc++/2.8/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/libsigc++/2.9/%{_name}-%{version}.tar.xz Source99: baselibs.conf # PATCH-FIX-OPENSUSE libsigc++-std-c11.patch dimstar@opensuse.org -- Add -std=c11 to CFLAGS when using libsigc++ to build. This is not upstreamable in this form as the used CXX macro should handle that, so needs more work (and entry points in mm-common) Patch0: libsigc++-std-c11.patch From 77496b91470d33b1090041c1abe823ca914da037872fe4c2131c62f5c47a96db Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 20 Sep 2016 18:35:06 +0000 Subject: [PATCH 2/2] Accepting request 428953 from GNOME:Next Update to 2.10.0 OBS-URL: https://build.opensuse.org/request/show/428953 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=47 --- libsigc++-2.10.0.tar.xz | 3 +++ libsigc++-2.9.3.tar.xz | 3 --- libsigc++2.changes | 6 ++++++ libsigc++2.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 libsigc++-2.10.0.tar.xz delete mode 100644 libsigc++-2.9.3.tar.xz diff --git a/libsigc++-2.10.0.tar.xz b/libsigc++-2.10.0.tar.xz new file mode 100644 index 0000000..69e1347 --- /dev/null +++ b/libsigc++-2.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81 +size 3794612 diff --git a/libsigc++-2.9.3.tar.xz b/libsigc++-2.9.3.tar.xz deleted file mode 100644 index d204e15..0000000 --- a/libsigc++-2.9.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bf9b301ad6198c550986c51150a646df198e8d1d235270c16486b0dda30097f -size 3792184 diff --git a/libsigc++2.changes b/libsigc++2.changes index 84696a3..47ffe00 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 20 10:24:32 UTC 2016 - dimstar@opensuse.org + +- Update to version 2.10.0: + + Fix silent builds (bgo#768797). + ------------------------------------------------------------------- Wed Jul 6 10:24:53 UTC 2016 - zaitor@opensuse.org diff --git a/libsigc++2.spec b/libsigc++2.spec index b8fc0ca..672a859 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -18,13 +18,13 @@ Name: libsigc++2 %define _name libsigc++ -Version: 2.9.3 +Version: 2.10.0 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-2.1+ Group: System/Libraries Url: http://libsigc.sourceforge.net/ -Source: http://download.gnome.org/sources/libsigc++/2.9/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/libsigc++/2.10/%{_name}-%{version}.tar.xz Source99: baselibs.conf # PATCH-FIX-OPENSUSE libsigc++-std-c11.patch dimstar@opensuse.org -- Add -std=c11 to CFLAGS when using libsigc++ to build. This is not upstreamable in this form as the used CXX macro should handle that, so needs more work (and entry points in mm-common) Patch0: libsigc++-std-c11.patch