update to 3.8.0 [release 3.8.0-1mamba;Wed Dec 17 2025]

This commit is contained in:
2026-01-10 22:31:52 +01:00
parent 1a0e9fc39b
commit 382014bfa3

View File

@@ -2,15 +2,15 @@
%define apiver %(echo %version | cut -d. -f 1).0
Name: libsigc++
Version: 3.6.0
Version: 3.8.0
Release: 1mamba
Summary: The Typesafe Signal Framework for C++
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
Packager: Silvan Calarco <silvan@openmamba.org>
URL: https://libsigcplusplus.github.io/libsigcplusplus/
Source: http://ftp.acc.umu.se/pub/GNOME/sources/libsigc++/%{majversion}/libsigc++-%{version}.tar.xz
Source: https://github.com/libsigcplusplus/libsigcplusplus.git/%{version}/libsigcplusplus-%{version}.tar.bz2
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@@ -40,17 +40,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
Libsigc++ implements a typesafe callback system for standard C++.
It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual.
It also contains adaptor classes for connection of dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q
%setup -q -n libsigcplusplus-%{version}
%build
%meson \
-Dmaintainer-mode=true \
-Dbuild-documentation=true
%meson_build
@@ -62,8 +59,6 @@ This package contains static libraries and header files needed for development.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
@@ -84,6 +79,9 @@ This package contains static libraries and header files needed for development.
%doc ChangeLog README.md NEWS
%changelog
* Wed Dec 17 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8.0-1mamba
- update to 3.8.0
* Sun Oct 08 2023 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
- automatic version update by autodist