Fri, 10 May 2024 03:24:08 UTC | login

Information for build golang-github-tchap-go-patricia-1.0.1-10.fc26

ID31774
Package Namegolang-github-tchap-go-patricia
Version1.0.1
Release10.fc26
Epoch
SummaryA generic patricia trie implemented in Go
DescriptionA generic patricia trie (also called radix tree) implemented in Go (Golang). The patricia trie as implemented in this library enables fast visiting of items in some particular ways: 1. visit all items saved in the tree, 2. visit all items matching particular prefix (visit subtree), or 3. given a string, visit all items matching some prefix of that string.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 03 Jun 2018 22:52:44 UTC
CompletedSun, 03 Jun 2018 22:52:44 UTC
Tags
f29
f30
f31
f32
RPMs
src
golang-github-tchap-go-patricia-1.0.1-10.fc26.src.rpm (info) (download)
noarch
golang-github-tchap-go-patricia-devel-1.0.1-10.fc26.noarch.rpm (info) (download)
golang-github-tchap-go-patricia-unit-test-1.0.1-10.fc26.noarch.rpm (info) (download)
Changelog * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jul 21 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-9 - https://fedoraproject.org/wiki/Changes/golang1.7 * Wed Mar 16 2016 jchaloup <jchaloup@redhat.com> - 1.0.1-8 - Polish the spec file resolves: #1318341 * Mon Feb 22 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-7 - https://fedoraproject.org/wiki/Changes/golang1.6 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jul 30 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.1-4 - Resolves: rhbz#1117562 - package review request - Remove conditional for fedora/rhel (separately deal with el6) * Thu Jul 24 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.1-3 - disable debuginfo * Wed Jul 16 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.1-2 - From: Vincent Batts <vbatts@fedoraproject.org> - use macros from golang >= 1.2.1-3 - preserve timestamps of copied source - do not own directories owned by golang * Tue Jul 08 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.1-1 - Initial fedora package