Sun, 16 Jun 2024 13:11:16 UTC | login

Information for build golang-github-willf-bitset-1.1.10-3.fc31

ID115450
Package Namegolang-github-willf-bitset
Version1.1.10
Release3.fc31
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
StartedWed, 31 Jul 2019 19:28:41 UTC
CompletedWed, 31 Jul 2019 19:28:41 UTC
Tags
f31
f32
f33
RPMs
src
golang-github-willf-bitset-1.1.10-3.fc31.src.rpm (info) (download)
noarch
golang-github-willf-bitset-devel-1.1.10-3.fc31.noarch.rpm (info) (download)
Changelog * 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