From 072194c56f8bd07b5ad0e28c49683e84238aa7656ff523c25abdd9bc75f445ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 30 Mar 2020 11:46:15 +0000 Subject: [PATCH] Accepting request 789327 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/789327 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=61 --- libsigc++-2.10.2.tar.xz | 3 --- libsigc++-2.10.3.tar.xz | 3 +++ libsigc++2.changes | 11 +++++++++++ libsigc++2.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 libsigc++-2.10.2.tar.xz create mode 100644 libsigc++-2.10.3.tar.xz diff --git a/libsigc++-2.10.2.tar.xz b/libsigc++-2.10.2.tar.xz deleted file mode 100644 index b43c6e3..0000000 --- a/libsigc++-2.10.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1ca0253379596f9c19f070c83d362b12dfd39c0a3ea1dd813e8e21c1a097a98 -size 3948080 diff --git a/libsigc++-2.10.3.tar.xz b/libsigc++-2.10.3.tar.xz new file mode 100644 index 0000000..87fd053 --- /dev/null +++ b/libsigc++-2.10.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b68dfc6313c6cc90ac989c6d722a1bf0585ad13846e79746aa87cb265904786 +size 4558428 diff --git a/libsigc++2.changes b/libsigc++2.changes index a034914..61d8730 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Mar 25 19:45:38 UTC 2020 - Bjørn Lie + +- Update to version 2.10.3: + + Add Meson build, alongside the existing Autotools build. + + Improve MSVC builds on Windows. + + meson.build: Check if .git is a directory or file. + + docs/reference/meson.build: Check if perl is found. + + README: Describe building with Meson and Autotools. + + Tests: Make test_track_obj.cc compile with clang++. + ------------------------------------------------------------------- Sat Sep 7 17:58:29 UTC 2019 - Bjørn Lie diff --git a/libsigc++2.spec b/libsigc++2.spec index 3a34b14..d40ffda 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -18,7 +18,7 @@ %define _name libsigc++ Name: libsigc++2 -Version: 2.10.2 +Version: 2.10.3 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-2.1-or-later