Fri, 21 Jun 2024 04:38:45 UTC | login

Information for build golang-github-willf-bitset-1.1.10-5.fc33

ID168369
Package Namegolang-github-willf-bitset
Version1.1.10
Release5.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
StartedThu, 13 Aug 2020 10:45:56 UTC
CompletedThu, 13 Aug 2020 10:45:56 UTC
Tags
f33
RPMs
src
golang-github-willf-bitset-1.1.10-5.fc33.src.rpm (info) (download)
noarch
golang-github-willf-bitset-devel-1.1.10-5.fc33.noarch.rpm (info) (download)
Changelog * 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 * Sun Aug 12 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.4-1 - First package for Fedora