|
|
@ -4,12 +4,12 @@
|
|
|
|
%bcond_with tests
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
|
|
Name: uglify-js
|
|
|
|
Name: uglify-js
|
|
|
|
Version: 3.15.0
|
|
|
|
Version: 3.15.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: JavaScript parser, mangler/compressor and beautifier toolkit
|
|
|
|
Summary: JavaScript parser, mangler/compressor and beautifier toolkit
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: https://github.com/mishoo/UglifyJS
|
|
|
|
URL: https://github.com/mishoo/UglifyJS
|
|
|
|
Source0: http://registry.npmjs.org/%{name}/-/%{name}-%{version}.tgz
|
|
|
|
Source0: https://registry.npmjs.org/%{name}/-/%{name}-%{version}.tgz
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
ExclusiveArch: %{nodejs_arches} noarch
|
|
|
|
ExclusiveArch: %{nodejs_arches} noarch
|
|
|
@ -47,7 +47,7 @@ Obsoletes: js-uglify3 < 3.14.5-2
|
|
|
|
Provides: uglify-js-common = %{version}-%{release}
|
|
|
|
Provides: uglify-js-common = %{version}-%{release}
|
|
|
|
Obsoletes: uglify-js-common < 2.2.5-4
|
|
|
|
Obsoletes: uglify-js-common < 2.2.5-4
|
|
|
|
|
|
|
|
|
|
|
|
Requires: web-assets-filesystem
|
|
|
|
Requires: web-assets-filesystem
|
|
|
|
|
|
|
|
|
|
|
|
%description -n js-uglify
|
|
|
|
%description -n js-uglify
|
|
|
|
JavaScript parser, mangler/compressor and beautifier toolkit.
|
|
|
|
JavaScript parser, mangler/compressor and beautifier toolkit.
|
|
|
@ -132,6 +132,9 @@ end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Feb 07 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.15.1-1
|
|
|
|
|
|
|
|
- Update to 3.15.1
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 26 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.15.0-1
|
|
|
|
* Wed Jan 26 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.15.0-1
|
|
|
|
- Update to 3.15.0
|
|
|
|
- Update to 3.15.0
|
|
|
|
|
|
|
|
|
|
|
|