Wed, 24 Apr 2024 05:46:10 UTC | login

Information for build golang-github-tchap-go-patricia-1.0.1-4.el7.centos

ID40
Package Namegolang-github-tchap-go-patricia
Version1.0.1
Release4.el7.centos
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 bylsm5
State complete
Volume DEFAULT
StartedFri, 12 Sep 2014 02:46:11 UTC
CompletedFri, 12 Sep 2014 02:50:27 UTC
Taskbuild (bananas7-el7.centos, golang-github-tchap-go-patricia-1.0.1-4.el7.centos.src.rpm)
Tags
bananas7-testing
RPMs
src
golang-github-tchap-go-patricia-1.0.1-4.el7.centos.src.rpm (info) (download)
noarch
golang-github-tchap-go-patricia-devel-1.0.1-4.el7.centos.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * 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