Fri, 29 Mar 2024 05:22:59 UTC | login

Information for build golang-github-tdewolff-minify-2.8.0-2.fc33

ID186313
Package Namegolang-github-tdewolff-minify
Version2.8.0
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/golang-github-tdewolff-minify.git#62322d98bd76d6fe34d139eebc998013787dc98a
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, 05 Sep 2020 11:49:41 UTC
CompletedSat, 05 Sep 2020 12:23:52 UTC
Taskbuild (f33, /rpms/golang-github-tdewolff-minify.git:62322d98bd76d6fe34d139eebc998013787dc98a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/golang-github-tdewolff-minify.git#62322d98bd76d6fe34d139eebc998013787dc98a'}}
Tags
f33
RPMs
src
golang-github-tdewolff-minify-2.8.0-2.fc33.src.rpm (info) (download)
noarch
compat-golang-github-tdewolff-minify-2-devel-2.8.0-2.fc33.noarch.rpm (info) (download)
golang-github-tdewolff-minify-devel-2.8.0-2.fc33.noarch.rpm (info) (download)
riscv64
golang-github-tdewolff-minify-2.8.0-2.fc33.riscv64.rpm (info) (download)
golang-github-tdewolff-minify-debuginfo-2.8.0-2.fc33.riscv64.rpm (info) (download)
golang-github-tdewolff-minify-debugsource-2.8.0-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Mon Aug 24 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2.8.0-2 - Add alternate import path * Wed Jul 29 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.8.0-1 - Update to latest version - Install bash completion * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Jul 25 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.7.7-1 - Update to latest version * 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