Tue, 14 May 2024 16:52:33 UTC | login

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

ID194732
Package Namegolang-github-tdewolff-minify
Version2.9.16
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/golang-github-tdewolff-minify.git#1663e3d6ca772489b75066e6f8ed683348e267d9
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, 24 Apr 2021 04:35:50 UTC
CompletedSat, 24 Apr 2021 05:06:23 UTC
Taskbuild (f33, /rpms/golang-github-tdewolff-minify.git:1663e3d6ca772489b75066e6f8ed683348e267d9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/golang-github-tdewolff-minify.git#1663e3d6ca772489b75066e6f8ed683348e267d9'}}
Tags
f33
f37
f38
RPMs
src
golang-github-tdewolff-minify-2.9.16-1.fc33.src.rpm (info) (download)
noarch
compat-golang-github-tdewolff-minify-2-devel-2.9.16-1.fc33.noarch.rpm (info) (download)
golang-github-tdewolff-minify-devel-2.9.16-1.fc33.noarch.rpm (info) (download)
riscv64
golang-github-tdewolff-minify-2.9.16-1.fc33.riscv64.rpm (info) (download)
golang-github-tdewolff-minify-debuginfo-2.9.16-1.fc33.riscv64.rpm (info) (download)
golang-github-tdewolff-minify-debugsource-2.9.16-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Thu Apr 15 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.9.16-1 - Update to latest version (#1948878) * Tue Mar 16 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.9.15-1 - Update to latest version (#1939296) * 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