Fri, 21 Jun 2024 01:20:12 UTC | login

Information for build golang-github-willf-bitset-1.1.10-4.fc32

ID147614
Package Namegolang-github-willf-bitset
Version1.1.10
Release4.fc32
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
StartedFri, 27 Mar 2020 15:26:29 UTC
CompletedFri, 27 Mar 2020 15:26:29 UTC
Tags
f33
RPMs
src
golang-github-willf-bitset-1.1.10-4.fc32.src.rpm (info) (download)
noarch
golang-github-willf-bitset-devel-1.1.10-4.fc32.noarch.rpm (info) (download)
Changelog * 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 * Sun Aug 12 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.4-1 - First package for Fedora