Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Mojolicious-Plugin-AssetPack for openSUSE:Factory checked in at 2021-02-19 23:45:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack (Old) and /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mojolicious-Plugin-AssetPack" Fri Feb 19 23:45:15 2021 rev:46 rq:873701 version:2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack/perl-Mojolicious-Plugin-AssetPack.changes 2020-12-14 18:10:32.383709941 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new.28504/perl-Mojolicious-Plugin-AssetPack.changes 2021-02-19 23:45:53.919400648 +0100 @@ -1,0 +2,10 @@ +Fri Feb 19 09:38:43 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 2.11 + see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes + + 2.11 2021-02-19T10:23:04+0900 + - Use 'partial(1)->to' instead of 'detour' which was deprecated in Mojolicious 9.0 + Contributor: Marius Kittler + +------------------------------------------------------------------- Old: ---- Mojolicious-Plugin-AssetPack-2.10.tar.gz New: ---- Mojolicious-Plugin-AssetPack-2.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Mojolicious-Plugin-AssetPack.spec ++++++ --- /var/tmp/diff_new_pack.zPNSp2/_old 2021-02-19 23:45:54.387401106 +0100 +++ /var/tmp/diff_new_pack.zPNSp2/_new 2021-02-19 23:45:54.391401111 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Mojolicious-Plugin-AssetPack # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name Mojolicious-Plugin-AssetPack Name: perl-Mojolicious-Plugin-AssetPack -Version: 2.10 +Version: 2.11 Release: 0 -%define cpan_name Mojolicious-Plugin-AssetPack Summary: Compress and convert css, less, sass, javascript and coffeescript files License: Artistic-2.0 -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/J/JH/JHTHORSEN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::Which) >= 1.21 @@ -46,12 +44,12 @@ code. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -62,7 +60,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes examples README.md %changelog ++++++ Mojolicious-Plugin-AssetPack-2.10.tar.gz -> Mojolicious-Plugin-AssetPack-2.11.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-2.10/Changes new/Mojolicious-Plugin-AssetPack-2.11/Changes --- old/Mojolicious-Plugin-AssetPack-2.10/Changes 2020-12-11 03:16:01.000000000 +0100 +++ new/Mojolicious-Plugin-AssetPack-2.11/Changes 2021-02-19 02:23:04.000000000 +0100 @@ -1,5 +1,9 @@ Revision history for perl distribution Mojolicious-Plugin-AssetPack +2.11 2021-02-19T10:23:04+0900 + - Use 'partial(1)->to' instead of 'detour' which was deprecated in Mojolicious 9.0 + Contributor: Marius Kittler + 2.10 2020-12-11T11:16:01+0900 - Fixes warnings issued by latest Mojolicious Contributor: Zoffix Znet diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-2.10/META.json new/Mojolicious-Plugin-AssetPack-2.11/META.json --- old/Mojolicious-Plugin-AssetPack-2.10/META.json 2020-12-11 03:16:03.000000000 +0100 +++ new/Mojolicious-Plugin-AssetPack-2.11/META.json 2021-02-19 02:23:06.000000000 +0100 @@ -1,7 +1,7 @@ { "abstract" : "Compress and convert css, less, sass, javascript and coffeescript files", "author" : [ - "Zoffix Znet <c...@zoffix.com>" + "Marius Kittler <mkitt...@suse.de>" ], "dynamic_config" : 0, "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010", @@ -53,7 +53,7 @@ "web" : "https://github.com/jhthorsen/mojolicious-plugin-assetpack" } }, - "version" : "2.10", + "version" : "2.11", "x_contributors" : [ "Jan Henning Thorsen <jhthor...@cpan.org>", "Alexander Rymasheusky", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-2.10/META.yml new/Mojolicious-Plugin-AssetPack-2.11/META.yml --- old/Mojolicious-Plugin-AssetPack-2.10/META.yml 2020-12-11 03:16:02.000000000 +0100 +++ new/Mojolicious-Plugin-AssetPack-2.11/META.yml 2021-02-19 02:23:05.000000000 +0100 @@ -1,7 +1,7 @@ --- abstract: 'Compress and convert css, less, sass, javascript and coffeescript files' author: - - 'Zoffix Znet <c...@zoffix.com>' + - 'Marius Kittler <mkitt...@suse.de>' build_requires: Test::More: '0.88' configure_requires: @@ -25,7 +25,7 @@ bugtracker: https://github.com/jhthorsen/mojolicious-plugin-assetpack/issues homepage: https://github.com/jhthorsen/mojolicious-plugin-assetpack repository: https://github.com/jhthorsen/mojolicious-plugin-assetpack.git -version: '2.10' +version: '2.11' x_contributors: - 'Jan Henning Thorsen <jhthor...@cpan.org>' - 'Alexander Rymasheusky' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-2.10/Makefile.PL new/Mojolicious-Plugin-AssetPack-2.11/Makefile.PL --- old/Mojolicious-Plugin-AssetPack-2.10/Makefile.PL 2020-12-11 03:16:01.000000000 +0100 +++ new/Mojolicious-Plugin-AssetPack-2.11/Makefile.PL 2021-02-19 02:23:04.000000000 +0100 @@ -3,7 +3,7 @@ use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( NAME => 'Mojolicious::Plugin::AssetPack', - AUTHOR => 'Zoffix Znet <c...@zoffix.com>', + AUTHOR => 'Marius Kittler <mkitt...@suse.de>', LICENSE => 'artistic_2', ABSTRACT_FROM => 'lib/Mojolicious/Plugin/AssetPack.pm', VERSION_FROM => 'lib/Mojolicious/Plugin/AssetPack.pm', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-2.10/lib/Mojolicious/Plugin/AssetPack.pm new/Mojolicious-Plugin-AssetPack-2.11/lib/Mojolicious/Plugin/AssetPack.pm --- old/Mojolicious-Plugin-AssetPack-2.10/lib/Mojolicious/Plugin/AssetPack.pm 2020-12-11 03:16:01.000000000 +0100 +++ new/Mojolicious-Plugin-AssetPack-2.11/lib/Mojolicious/Plugin/AssetPack.pm 2021-02-19 02:23:04.000000000 +0100 @@ -6,7 +6,7 @@ use Mojolicious::Plugin::AssetPack::Store; use Mojolicious::Plugin::AssetPack::Util qw(diag has_ro load_module DEBUG); -our $VERSION = '2.10'; +our $VERSION = '2.11'; has minify => sub { shift->_app->mode eq 'development' ? 0 : 1 }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-2.10/t/mount.t new/Mojolicious-Plugin-AssetPack-2.11/t/mount.t --- old/Mojolicious-Plugin-AssetPack-2.10/t/mount.t 2020-12-11 03:15:33.000000000 +0100 +++ new/Mojolicious-Plugin-AssetPack-2.11/t/mount.t 2021-02-19 02:21:00.000000000 +0100 @@ -10,7 +10,7 @@ $app->routes->get('/' => 'index'); my $t = Test::Mojo->new(Mojolicious->new); -$t->app->routes->any('/mounted')->detour(app => $app); +$t->app->routes->any('/mounted')->partial(1)->to(app => $app); $t->get_ok('/')->status_is(404); $t->get_ok('/mounted')->status_is(200)->element_exists('link[href="/mounted/asset/5524d15cbb/foo.css"]'); $t->get_ok($t->tx->res->dom->at('link')->{href})->status_is(200);