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-03-18 22:54:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack (Old)
and
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mojolicious-Plugin-AssetPack"
Thu Mar 18 22:54:41 2021 rev:47 rq:879445 version:2.13
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack/perl-Mojolicious-Plugin-AssetPack.changes
2021-02-19 23:45:53.919400648 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new.2401/perl-Mojolicious-Plugin-AssetPack.changes
2021-03-18 22:54:45.699519239 +0100
@@ -1,0 +2,6 @@
+Sun Mar 14 03:09:39 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 2.13
+ see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+-------------------------------------------------------------------
Old:
----
Mojolicious-Plugin-AssetPack-2.11.tar.gz
New:
----
Mojolicious-Plugin-AssetPack-2.13.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Mojolicious-Plugin-AssetPack.spec ++++++
--- /var/tmp/diff_new_pack.dUtGxH/_old 2021-03-18 22:54:46.207519788 +0100
+++ /var/tmp/diff_new_pack.dUtGxH/_new 2021-03-18 22:54:46.211519792 +0100
@@ -18,30 +18,38 @@
%define cpan_name Mojolicious-Plugin-AssetPack
Name: perl-Mojolicious-Plugin-AssetPack
-Version: 2.11
+Version: 2.13
Release: 0
-Summary: Compress and convert css, less, sass, javascript and
coffeescript files
+Summary: Compress and convert CSS, Less, Sass, JavaScript and
CoffeeScript files
License: Artistic-2.0
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/J/JH/JHTHORSEN/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Which) >= 1.21
BuildRequires: perl(IPC::Run3) >= 0.048
-BuildRequires: perl(Mojolicious) >= 7.17
+BuildRequires: perl(Mojolicious) >= 9.0
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(File::Which) >= 1.21
Requires: perl(IPC::Run3) >= 0.048
-Requires: perl(Mojolicious) >= 7.17
+Requires: perl(Mojolicious) >= 9.0
%{perl_requires}
%description
-Mojolicious::Plugin::AssetPack has a very limited feature set, especially
-when it comes to processing JavaScript. It is recommended that you switch
-to Mojolicious::Plugin::Webpack if you want to write modern JavaScript
-code.
+Mojolicious::Plugin::AssetPack is a Mojolicious plugin for processing
+static assets. The idea is that JavaScript and CSS files should be served
+as one minified file to save bandwidth and roundtrip time to the server.
+
+There are many external tools for doing this, but integrating them with
+Mojolicious can be a struggle: You want to serve the source files directly
+while developing, but a minified version in production. This assetpack
+plugin will handle all of that automatically for you.
+
+Your application creates and refers to an asset by its topic (virtual asset
+name). The process of building actual assets from their components is
+delegated to "pipe objects".
%prep
%autosetup -n %{cpan_name}-%{version}
@@ -61,5 +69,6 @@
%files -f %{name}.files
%doc Changes examples README.md
+%license LICENSE
%changelog
++++++ Mojolicious-Plugin-AssetPack-2.11.tar.gz ->
Mojolicious-Plugin-AssetPack-2.13.tar.gz ++++++
++++ 1916 lines of diff (skipped)