Tue, 14 May 2024 12:38:29 UTC | login

Information for build golang-github-tdewolff-minify-2.9.13-1.fc33

ID193416
Package Namegolang-github-tdewolff-minify
Version2.9.13
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/golang-github-tdewolff-minify.git#054adacd83d844076dd9c0765ce73a896f92bbea
SummaryGo minifiers for web formats
Description Minify is a minifier package written in Go. It provides HTML5, CSS3, JS, JSON, SVG and XML minifiers and an interface to implement any other minifier. Minification is the process of removing bytes from a file (such as whitespace) without changing its output and therefore shrinking its size and speeding up transmission over the internet and possibly parsing. The implemented minifiers are designed for high performance. The core functionality associates mimetypes with minification functions, allowing embedded resources (like CSS or JS within HTML files) to be minified as well. Users can add new implementations that are triggered based on a mimetype (or pattern), or redirect to an external command (like ClosureCompiler, UglifyCSS, ...).
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 27 Feb 2021 14:27:45 UTC
CompletedSat, 27 Feb 2021 15:03:49 UTC
Taskbuild (f33, /rpms/golang-github-tdewolff-minify.git:054adacd83d844076dd9c0765ce73a896f92bbea)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/golang-github-tdewolff-minify.git#054adacd83d844076dd9c0765ce73a896f92bbea'}}
Tags
f33
RPMs
src
golang-github-tdewolff-minify-2.9.13-1.fc33.src.rpm (info) (download)
noarch
compat-golang-github-tdewolff-minify-2-devel-2.9.13-1.fc33.noarch.rpm (info) (download)
golang-github-tdewolff-minify-devel-2.9.13-1.fc33.noarch.rpm (info) (download)
riscv64
golang-github-tdewolff-minify-2.9.13-1.fc33.riscv64.rpm (info) (download)
golang-github-tdewolff-minify-debuginfo-2.9.13-1.fc33.riscv64.rpm (info) (download)
golang-github-tdewolff-minify-debugsource-2.9.13-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Tue Feb 16 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.9.13-1 - Update to latest version (#1928945) * Sun Feb 07 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.9.12-1 - Update to latest version * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 22 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.9.11-2 - Correct minimum version of parse dependency