Wed, 02 Oct 2024 12:39:24 UTC | login

Information for build golang-github-alexflint-filemutex-1.1.0-2.fc33

ID170972
Package Namegolang-github-alexflint-filemutex
Version1.1.0
Release2.fc33
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
StartedThu, 13 Aug 2020 11:48:01 UTC
CompletedThu, 13 Aug 2020 11:48:01 UTC
Tags
f33
f37
f38
RPMs
src
golang-github-alexflint-filemutex-1.1.0-2.fc33.src.rpm (info) (download)
noarch
golang-github-alexflint-filemutex-devel-1.1.0-2.fc33.noarch.rpm (info) (download)
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 23 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.0-1 - Update to 1.1.0 * 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