Accepting request 854567 from GNOME:Factory

- 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. (forwarded request 854496 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/854567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++3?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2020-12-12 19:27:45 +00:00 committed by Git OBS Bridge
commit d60bd11bea
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3a37410186379df1908957e7aba7519bdcf5bcc8ed70ee8dfea9362c393d545
size 790108

3
libsigc++-3.0.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b70edcf4611651c54a426e109b17196e1fa17da090592a5000e2d134c03ac5ce
size 789916

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 25 21:27:33 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -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