new (backward incompatible) release 1.15

f38
Adam Williamson 9 years ago
parent e39b0ea747
commit d2a574dc2b

1
.gitignore vendored

@ -1,2 +1,3 @@
/Mojolicious-Plugin-AssetPack-0.68.tar.gz
/Mojolicious-Plugin-AssetPack-0.69.tar.gz
/Mojolicious-Plugin-AssetPack-1.15.tar.gz

@ -1,6 +1,6 @@
Name: perl-Mojolicious-Plugin-AssetPack
Version: 0.69
Release: 3%{?dist}
Version: 1.15
Release: 1%{?dist}
Summary: Compress and convert CSS, Less, Sass, JavaScript and CoffeeScript files
License: Artistic 2.0
@ -49,6 +49,9 @@ Requires: perl(Imager::File::PNG)
Requires: perl(Mojo::UserAgent)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# Module no longer works with AssetPack 1.x and is deprecated
Obsoletes: perl-Mojolicious-Plugin-Bootstrap3 < 3.3602
%{?perl_default_filter}
%description
@ -80,6 +83,10 @@ make test
%{_mandir}/man3/Mojolicious*
%changelog
* Mon Jun 27 2016 Adam Williamson <awilliam@redhat.com> - 1.15-1
- bump to latest upstream release (backwards incompatible)
- obsolete now-deprecated (i.e. broken) Bootstrap3 module
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.69-3
- Perl 5.24 rebuild

@ -1 +1 @@
a0656f81139d5fc024015015dc3ee85c Mojolicious-Plugin-AssetPack-0.69.tar.gz
8f2eada9810af9ecfcca962e1de70131 Mojolicious-Plugin-AssetPack-1.15.tar.gz

Loading…
Cancel
Save