Tue, 14 May 2024 17:43:23 UTC | login

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

ID154027
Package Namegolang-github-tdewolff-minify
Version2.7.3
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/golang-github-tdewolff-minify.git#804859d67468cb758a24ad0182d05ddba8f86e5e
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
StartedSun, 29 Mar 2020 00:25:14 UTC
CompletedSun, 29 Mar 2020 00:53:57 UTC
Taskbuild (f33, /rpms/golang-github-tdewolff-minify.git:804859d67468cb758a24ad0182d05ddba8f86e5e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/golang-github-tdewolff-minify.git#804859d67468cb758a24ad0182d05ddba8f86e5e'}}
Tags
f33
RPMs
src
golang-github-tdewolff-minify-2.7.3-1.fc33.src.rpm (info) (download)
noarch
golang-github-tdewolff-minify-devel-2.7.3-1.fc33.noarch.rpm (info) (download)
riscv64
golang-github-tdewolff-minify-2.7.3-1.fc33.riscv64.rpm (info) (download)
golang-github-tdewolff-minify-debuginfo-2.7.3-1.fc33.riscv64.rpm (info) (download)
golang-github-tdewolff-minify-debugsource-2.7.3-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * 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