Wed, 12 Jun 2024 07:10:19 UTC | login

Information for build libfullock-1.0.36-1.fc31

ID105821
Package Namelibfullock
Version1.0.36
Release1.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libfullock.git#06aec939e6681fe993cf580b8b28c8d95a2f56c7
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
StartedSat, 27 Jul 2019 20:19:37 UTC
CompletedSat, 27 Jul 2019 21:55:43 UTC
Taskbuild (f31-candidate, /rpms/libfullock.git:06aec939e6681fe993cf580b8b28c8d95a2f56c7)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libfullock.git#06aec939e6681fe993cf580b8b28c8d95a2f56c7'}}
Tags
f31
RPMs
src
libfullock-1.0.36-1.fc31.src.rpm (info) (download)
riscv64
libfullock-1.0.36-1.fc31.riscv64.rpm (info) (download)
libfullock-devel-1.0.36-1.fc31.riscv64.rpm (info) (download)
libfullock-debuginfo-1.0.36-1.fc31.riscv64.rpm (info) (download)
libfullock-debugsource-1.0.36-1.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Fri Jun 29 2018 Takeshi Nakatani <ggtakec@gmail.com> 1.0.28 - avoid static object initialization order problem(SIOF) - #4 * Tue May 15 2018 Takeshi Nakatani <ggtakec@gmail.com> 1.0.27 - Updated make discription script for packaging - Fixed a bug about packaging for debian * Tue May 15 2018 Takeshi Nakatani <ggtakec@gmail.com> 1.0.26 - Fixed a bug about packaging for debian * Tue May 15 2018 Takeshi Nakatani <ggtakec@gmail.com> 1.0.25 - Cleanup credit comments in sources - Changed build logic to new for rpm/debian packaging - Updated the man page