Wed, 22 May 2024 14:41:43 UTC | login

Information for build libfullock-1.0.36-1.fc33.4

ID179485
Package Namelibfullock
Version1.0.36
Release1.fc33.4
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libfullock.git#bb6059794e090c9d80dc663c4594d3e86745bf2c
SummaryFast User Level LOCK (FULLOCK) library for C/C++
Descriptionfullock is an open-source software for user level lock library sup- ported by Yahoo! JAPAN. It runs on user level and provides two types lock. One is a shared reader/writer lock which has the same function- ality with pthread_rwlock. Another is a shared mutex lock which also has the same functionality with pthread_mutex. Here is primary fullock features: 1. fullock is a thread safety library which can be used for multi- processing as well as for multi-threading. 2. fullock releases a mutex lock safely even if a lock owner process exit with 0 in which case OS doesn't release the lock. 3. fullock provides a shared reader/writer lock. A lock owner thread can get another lock again without deadlock. Please visit our website and get more details at: https://github.com/yahoojapan/fullock
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 22:51:52 UTC
CompletedThu, 13 Aug 2020 23:31:51 UTC
Taskbuild (f33, /rpms/libfullock.git:bb6059794e090c9d80dc663c4594d3e86745bf2c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libfullock.git#bb6059794e090c9d80dc663c4594d3e86745bf2c'}}
Tags
f33
f37
f38
RPMs
src
libfullock-1.0.36-1.fc33.4.src.rpm (info) (download)
riscv64
libfullock-1.0.36-1.fc33.4.riscv64.rpm (info) (download)
libfullock-devel-1.0.36-1.fc33.4.riscv64.rpm (info) (download)
libfullock-debuginfo-1.0.36-1.fc33.4.riscv64.rpm (info) (download)
libfullock-debugsource-1.0.36-1.fc33.4.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.36-1.4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.36-1.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.36-1.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.36-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Apr 15 2019 Hirotaka Wakabayashi <hiwkby@yahoo.com> 1.0.36-1 - Update to libfullock-1.0.36 * Tue Dec 04 2018 Takeshi Nakatani <ggtakec@gmail.com> 1.0.32-1 - Fixed RPM packaging about configure.ac and spec file - Updated some scripts related to packaging * Tue Nov 27 2018 Takeshi Nakatani <ggtakec@gmail.com> 1.0.31 - Changed to strict packaging and changed documents * Wed Oct 17 2018 Takeshi Nakatani <ggtakec@gmail.com> 1.0.30 - Fixed lintian error in man page about wrong word(2) * Wed Oct 17 2018 Takeshi Nakatani <ggtakec@gmail.com> 1.0.29 - Fixed lintian error in man page about wrong word