Sun, 06 Oct 2024 00:57:36 UTC | login

Information for build golang-github-ryanuber-glob-1.0.0-6.fc33

ID167256
Package Namegolang-github-ryanuber-glob
Version1.0.0
Release6.fc33
Epoch
SummaryBasic string globs in Go
Description Go-glob is a single-function library implementing basic string glob support. Globs are an extremely user-friendly way of supporting string matching without requiring knowledge of regular expressions or Go's particular regex engine. Most people understand that if you put a * character somewhere in a string, it is treated as a wildcard. Surprisingly, this functionality isn't found in Go's standard library, except for path.Match, which is intended to be used while comparing paths (not arbitrary strings), and contains specialized logic for this use case. A better solution might be a POSIX basic (non-ERE) regular expression engine for Go, which doesn't exist currently.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 10:21:59 UTC
CompletedThu, 13 Aug 2020 10:21:59 UTC
Tags
f33
f37
f38
RPMs
src
golang-github-ryanuber-glob-1.0.0-6.fc33.src.rpm (info) (download)
noarch
golang-github-ryanuber-glob-devel-1.0.0-6.fc33.noarch.rpm (info) (download)
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jul 09 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.0-3 - Add Obsoletes for old name * Fri May 24 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-2 - Update to new macros * Tue Feb 19 2019 Ed Marshall <esm@logic.net> - 1.0.0-1 - Switch to forge-specific packaging. - Update to 1.0.0 release. * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild