From ce2e441950dd9aba6a596fd9cea68ba0499d09b6a7412476b327d4939deb61ed Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 10 Dec 2020 13:26:39 +0000 Subject: [PATCH] Accepting request 854496 from GNOME:Next - Update to version 3.0.6: + Build: Meson build: Fix versioning on macOS. + Documentation: - sigc++/sigc++.h: Describe how to use libsigc++ with Meson. - Update links to the web page, now at libsigcplusplus.github.io/libsigcplusplus - Remove mm-common BuildRequires: no longer needed after the switch to meson. + No longer ship the htmldoc as part of the devel package. OBS-URL: https://build.opensuse.org/request/show/854496 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++3?expand=0&rev=38 --- libsigc++-3.0.4.tar.xz | 3 --- libsigc++-3.0.6.tar.xz | 3 +++ libsigc++3.changes | 13 +++++++++++++ libsigc++3.spec | 3 +-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 libsigc++-3.0.4.tar.xz create mode 100644 libsigc++-3.0.6.tar.xz diff --git a/libsigc++-3.0.4.tar.xz b/libsigc++-3.0.4.tar.xz deleted file mode 100644 index f0ed929..0000000 --- a/libsigc++-3.0.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3a37410186379df1908957e7aba7519bdcf5bcc8ed70ee8dfea9362c393d545 -size 790108 diff --git a/libsigc++-3.0.6.tar.xz b/libsigc++-3.0.6.tar.xz new file mode 100644 index 0000000..7e65588 --- /dev/null +++ b/libsigc++-3.0.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70edcf4611651c54a426e109b17196e1fa17da090592a5000e2d134c03ac5ce +size 789916 diff --git a/libsigc++3.changes b/libsigc++3.changes index 8300808..3791159 100644 --- a/libsigc++3.changes +++ b/libsigc++3.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 25 21:27:33 UTC 2020 - Bjørn Lie + +- Update to version 3.0.6: + + Build: Meson build: Fix versioning on macOS. + + Documentation: + - sigc++/sigc++.h: Describe how to use libsigc++ with Meson. + - Update links to the web page, now at + libsigcplusplus.github.io/libsigcplusplus +- Remove mm-common BuildRequires: no longer needed after the switch + to meson. + ------------------------------------------------------------------- Mon Nov 23 17:48:01 UTC 2020 - dimstar@opensuse.org @@ -12,6 +24,7 @@ Mon Nov 23 17:48:01 UTC 2020 - dimstar@opensuse.org + Add meson BuildRequires. + Replace configure/make/make_install macros with their meson counterparts. + + No longer ship the htmldoc as part of the devel package. ------------------------------------------------------------------- Wed Mar 25 13:46:32 UTC 2020 - Bjørn Lie diff --git a/libsigc++3.spec b/libsigc++3.spec index 170f2f8..2b40d4f 100644 --- a/libsigc++3.spec +++ b/libsigc++3.spec @@ -18,7 +18,7 @@ %define _name libsigc++ Name: libsigc++3 -Version: 3.0.4 +Version: 3.0.6 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-3.0-or-later @@ -29,7 +29,6 @@ Source99: baselibs.conf BuildRequires: gcc-c++ BuildRequires: meson -BuildRequires: mm-common >= 0.9.12 BuildRequires: pkgconfig %description