Thu, 04 Jul 2024 17:59:57 UTC | login

Information for build libsigc++30-3.0.6-1.fc33

ID189779
Package Namelibsigc++30
Version3.0.6
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libsigc++30.git#b08f7c0a7a30582ca3d516c43a010299eb3af2db
SummaryTypesafe signal framework for C++
Descriptionlibsigc++ 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. libsigc++ is used by gtkmm to wrap the GTK+ signal system. It does not depend on GTK+ or gtkmm.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 02 Dec 2020 11:13:57 UTC
CompletedWed, 02 Dec 2020 11:46:13 UTC
Taskbuild (f33, /rpms/libsigc++30.git:b08f7c0a7a30582ca3d516c43a010299eb3af2db)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libsigc++30.git#b08f7c0a7a30582ca3d516c43a010299eb3af2db'}}
Tags
f33
f37
f38
RPMs
src
libsigc++30-3.0.6-1.fc33.src.rpm (info) (download)
noarch
libsigc++30-doc-3.0.6-1.fc33.noarch.rpm (info) (download)
riscv64
libsigc++30-3.0.6-1.fc33.riscv64.rpm (info) (download)
libsigc++30-devel-3.0.6-1.fc33.riscv64.rpm (info) (download)
libsigc++30-debuginfo-3.0.6-1.fc33.riscv64.rpm (info) (download)
libsigc++30-debugsource-3.0.6-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Wed Nov 25 2020 Kalev Lember <klember@redhat.com> - 3.0.6-1 - Update to 3.0.6 * Mon Sep 28 2020 Kalev Lember <klember@redhat.com> - 3.0.4-1 - Update to 3.0.4 - Switch to meson build system - Update upstream URL - Tighten soname globs * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Mar 27 2020 Kalev Lember <klember@redhat.com> - 3.0.3-1 - Update to 3.0.3 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 07 2020 Kalev Lember <klember@redhat.com> - 3.0.2-1 - Update to 3.0.2 * Thu Sep 05 2019 Kalev Lember <klember@redhat.com> - 3.0.0-1 - Initial Fedora packaging, based on libsigc++20