Accepting request 962835 from GNOME:Next
GNOME 42 - here we come OBS-URL: https://build.opensuse.org/request/show/962835 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++3?expand=0&rev=40
This commit is contained in:
parent
ce2e441950
commit
60ba81e03c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b70edcf4611651c54a426e109b17196e1fa17da090592a5000e2d134c03ac5ce
|
||||
size 789916
|
3
libsigc++-3.2.0.tar.xz
Normal file
3
libsigc++-3.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cdcb986e3f0a7c5b4474aa3c833d676e62469509f4899110ddf118f04082651
|
||||
size 785900
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 11 17:14:39 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.2.0:
|
||||
+ Allow slots with rvalue reference parameters
|
||||
+ Build:
|
||||
- Meson build: Perl is not required by new versions of
|
||||
mm-common
|
||||
- NMake Makefiles: Support building with VS2022
|
||||
+ Documentation:
|
||||
- Upgrade the manual from DocBook 4.1 to DocBook 5.0
|
||||
- ptr_fun(), mem_fun() docs: Remove left-overs from sigc++-2.0
|
||||
- Fix links to sigc::slot and sigc::signal
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 21:27:33 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsigc++3
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
%define _name libsigc++
|
||||
Name: libsigc++3
|
||||
Version: 3.0.6
|
||||
Version: 3.2.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/
|
||||
Source0: https://download.gnome.org/sources/libsigc++/3.0/%{_name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/libsigc++/3.2/%{_name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
@ -70,6 +70,9 @@ of use unmatched by other C++ callback libraries.
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
|
||||
# Remove executable bit in NEWS...
|
||||
chmod -x NEWS
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
Loading…
Reference in New Issue
Block a user