diff --git a/.gitignore b/.gitignore index 9c6fa6c..1ae939b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/perl-Mojolicious-Plugin-AssetPack.spec b/perl-Mojolicious-Plugin-AssetPack.spec index fde927f..422a72d 100644 --- a/perl-Mojolicious-Plugin-AssetPack.spec +++ b/perl-Mojolicious-Plugin-AssetPack.spec @@ -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 - 1.15-1 +- bump to latest upstream release (backwards incompatible) +- obsolete now-deprecated (i.e. broken) Bootstrap3 module + * Mon May 16 2016 Jitka Plesnikova - 0.69-3 - Perl 5.24 rebuild diff --git a/sources b/sources index 059c072..4b9da23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a0656f81139d5fc024015015dc3ee85c Mojolicious-Plugin-AssetPack-0.69.tar.gz +8f2eada9810af9ecfcca962e1de70131 Mojolicious-Plugin-AssetPack-1.15.tar.gz