Thu, 20 Jun 2024 20:14:38 UTC | login

Information for build golang-github-willf-bitset-1.1.11-1.fc33

ID192825
Package Namegolang-github-willf-bitset
Version1.1.11
Release1.fc33
Epoch
SummaryGo package implementing bitsets
Description Package bitset implements bitsets, a mapping between non-negative integers and boolean values. It should be more efficient than map[uint] bool. It provides methods for setting, clearing, flipping, and testing individual integers. But it also provides set intersection, union, difference, complement, and symmetric operations, as well as tests to check whether any, all, or no bits are set, and querying a bitset's current length and number of positive bits.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 07 Feb 2021 15:02:42 UTC
CompletedSun, 07 Feb 2021 15:02:42 UTC
Tags
f33
f37
f38
RPMs
src
golang-github-willf-bitset-1.1.11-1.fc33.src.rpm (info) (download)
noarch
golang-github-willf-bitset-devel-1.1.11-1.fc33.noarch.rpm (info) (download)
Changelog * Wed Aug 12 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.11-1 - Update to latest version (#1868189) * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Apr 28 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.10-2 - Update to new macros * Tue Feb 19 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.10-1 - Update to latest version * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject.org> - 1.1.9-2 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Wed Oct 10 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.9-1 - Update to latest version * Wed Aug 15 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.4-2 - rebuilt