Tue, 14 May 2024 22:09:20 UTC | login

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

ID157525
Package Namegolang-github-tdewolff-minify
Version2.7.4
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/golang-github-tdewolff-minify.git#ac6c81aef0b7b5107ccec92538f870c8742f45d0
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
StartedThu, 07 May 2020 12:54:10 UTC
CompletedThu, 07 May 2020 13:54:38 UTC
Taskbuild (f33, /rpms/golang-github-tdewolff-minify.git:ac6c81aef0b7b5107ccec92538f870c8742f45d0)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/golang-github-tdewolff-minify.git#ac6c81aef0b7b5107ccec92538f870c8742f45d0'}}
Tags
f33
RPMs
src
golang-github-tdewolff-minify-2.7.4-1.fc33.src.rpm (info) (download)
noarch
golang-github-tdewolff-minify-devel-2.7.4-1.fc33.noarch.rpm (info) (download)
riscv64
golang-github-tdewolff-minify-2.7.4-1.fc33.riscv64.rpm (info) (download)
golang-github-tdewolff-minify-debuginfo-2.7.4-1.fc33.riscv64.rpm (info) (download)
golang-github-tdewolff-minify-debugsource-2.7.4-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Sat Apr 25 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.7.4-1 - Update to latest version * Sun Mar 15 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.7.3-1 - Update to latest version * Sat Feb 15 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.7.2-1 - Update to latest version * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jan 02 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.6.2-1 - Update to latest version * Tue Nov 26 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.6.0-1 - Update to latest version * Fri Sep 06 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.5.2-1 - Update to latest version * Sun Aug 18 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.5.1-1 - Update to latest version * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jul 03 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.5.0-2 - Update to new macros * Fri May 17 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.5.0-1 - Update to latest version * Tue Apr 23 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.4.0-1 - Update to latest version * Sat Mar 02 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.8-2 - Uncomment test BRs - Depend on unversioned tdewolff/parse until Go modules are supported in Fedora * Sun Feb 10 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.8-1 - First package for Fedora