From cd92e1d307dc11dbf84ed5c8f3e6aa34ea117598 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Mon, 8 Aug 2016 01:51:03 +0200 Subject: [PATCH] Update to 1.18 --- .gitignore | 1 + perl-Mojolicious-Plugin-AssetPack.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fcb0468..d7ae4ff 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /Mojolicious-Plugin-AssetPack-1.15.tar.gz /Mojolicious-Plugin-AssetPack-1.16.tar.gz /Mojolicious-Plugin-AssetPack-1.17.tar.gz +/Mojolicious-Plugin-AssetPack-1.18.tar.gz diff --git a/perl-Mojolicious-Plugin-AssetPack.spec b/perl-Mojolicious-Plugin-AssetPack.spec index 0e8f7c7..1e6d303 100644 --- a/perl-Mojolicious-Plugin-AssetPack.spec +++ b/perl-Mojolicious-Plugin-AssetPack.spec @@ -1,5 +1,5 @@ Name: perl-Mojolicious-Plugin-AssetPack -Version: 1.17 +Version: 1.18 Release: 1%{?dist} Summary: Compress and convert CSS, Less, Sass, JavaScript and CoffeeScript files License: Artistic 2.0 @@ -64,7 +64,8 @@ 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 +sed -i -e '1s,#!.*perl,#!%{__perl},' examples/sprites.pl examples/reloader.pl +sed -i -e '1s,#!.*node,#!/usr/bin/node,' lib/Mojolicious/Plugin/AssetPack/Pipe/riot.js %build %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 @@ -83,6 +84,9 @@ make test %{_mandir}/man3/Mojolicious* %changelog +* Sun Aug 07 2016 Emmanuel Seyman - 1.18-1 +- Update to 1.18 + * Sat Jul 23 2016 Emmanuel Seyman - 1.17-1 - Update to 1.17 diff --git a/sources b/sources index 76a0c8d..749d95b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -257c96ab6162bcf33d2866288ec9627c Mojolicious-Plugin-AssetPack-1.17.tar.gz +d918ea073d2304baa2673e604cdc97d6 Mojolicious-Plugin-AssetPack-1.18.tar.gz