Tue, 14 May 2024 01:00:53 UTC | login

Information for build golang-github-tchap-go-patricia-1.0.1-9.fc25

ID4426
Package Namegolang-github-tchap-go-patricia
Version1.0.1
Release9.fc25
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 19:59:15 UTC
CompletedSat, 14 Apr 2018 19:59:15 UTC
Tags
f28
f29
RPMs
src
golang-github-tchap-go-patricia-1.0.1-9.fc25.src.rpm (info) (download)
noarch
golang-github-tchap-go-patricia-devel-1.0.1-9.fc25.noarch.rpm (info) (download)
golang-github-tchap-go-patricia-unit-test-1.0.1-9.fc25.noarch.rpm (info) (download)
Changelog * 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