Thu, 04 Jul 2024 18:08:30 UTC | login

Information for build golang-github-alexflint-filemutex-1.0.0-2.fc32

ID140592
Package Namegolang-github-alexflint-filemutex
Version1.0.0
Release2.fc32
Epoch
SummarySync.Mutex working across processes
Description FileMutex is similar to sync.RWMutex, but also synchronizes across processes. On Linux, OSX, and other POSIX systems it uses the flock system call. On windows it uses the LockFileEx and UnlockFileEx system calls.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Mar 2020 09:51:14 UTC
CompletedFri, 27 Mar 2020 09:51:14 UTC
Tags
f33
RPMs
src
golang-github-alexflint-filemutex-1.0.0-2.fc32.src.rpm (info) (download)
noarch
golang-github-alexflint-filemutex-devel-1.0.0-2.fc32.noarch.rpm (info) (download)
Changelog * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Jan 26 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1 - Update to 1.0.0 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat May 04 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190627gitd358565 - Initial package