Sat, 18 May 2024 08:07:15 UTC | login

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

ID139231
Package Namelibfullock
Version1.0.36
Release1.fc33.2
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libfullock.git#ea03eb625f9d31969971655614b85c59f4337c23
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
StartedFri, 27 Mar 2020 09:17:59 UTC
CompletedFri, 27 Mar 2020 09:49:23 UTC
Taskbuild (f33, /rpms/libfullock.git:ea03eb625f9d31969971655614b85c59f4337c23)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libfullock.git#ea03eb625f9d31969971655614b85c59f4337c23'}}
Tags
f33
RPMs
src
libfullock-1.0.36-1.fc33.2.src.rpm (info) (download)
riscv64
libfullock-1.0.36-1.fc33.2.riscv64.rpm (info) (download)
libfullock-devel-1.0.36-1.fc33.2.riscv64.rpm (info) (download)
libfullock-debuginfo-1.0.36-1.fc33.2.riscv64.rpm (info) (download)
libfullock-debugsource-1.0.36-1.fc33.2.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * 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