Update to 1.46

f38
Emmanuel Seyman 7 years ago
parent e6d1cad1ef
commit e5fd1a39fc

1
.gitignore vendored

@ -21,3 +21,4 @@
/Mojolicious-Plugin-AssetPack-1.43.tar.gz
/Mojolicious-Plugin-AssetPack-1.44.tar.gz
/Mojolicious-Plugin-AssetPack-1.45.tar.gz
/Mojolicious-Plugin-AssetPack-1.46.tar.gz

@ -1,6 +1,6 @@
Name: perl-Mojolicious-Plugin-AssetPack
Version: 1.45
Release: 2%{?dist}
Version: 1.46
Release: 1%{?dist}
Summary: Compress and convert CSS, Less, Sass, JavaScript and CoffeeScript files
License: Artistic 2.0
@ -64,7 +64,9 @@ meaning you can save bandwidth and browser parsing time.
%prep
%setup -q -n Mojolicious-Plugin-AssetPack-%{version}
sed -i -e '1s,#!.*perl,#!%{__perl},' examples/sprites.pl examples/reloader.pl
for PL in sprites.pl reloader.pl rollup.pl; do
sed -i -e '1s,#!.*perl,#!%{__perl},' examples/"$PL"
done
sed -i -e '1s,#!.*node,,' lib/Mojolicious/Plugin/AssetPack/Pipe/*.js
%build
@ -84,6 +86,9 @@ make test
%{_mandir}/man3/Mojolicious*
%changelog
* Sun Oct 01 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 1.46-1
- Update to 1.46
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

@ -1 +1 @@
SHA512 (Mojolicious-Plugin-AssetPack-1.45.tar.gz) = 9d96b2c2f78508b0d7112ba9fe6ff370907d8d0ada24a313db00e926a80654fda09f1ce621c159bdf4ea8c4b5b9b599bc299c67b8c79caec5d1e93121b7ff062
SHA512 (Mojolicious-Plugin-AssetPack-1.46.tar.gz) = da6e58910e2cfbc03d10ca1a12cb76a18769b79d9b5483069517cdff41b3791e3de5a70137b12bd0b04e5c49801c65fac0f844a4dab656bf064ce3932fa38605

Loading…
Cancel
Save