Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Mojolicious-Plugin-Webpack for
openSUSE:Factory checked in at 2021-06-02 22:11:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-Webpack (Old)
and /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-Webpack.new.1898
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mojolicious-Plugin-Webpack"
Wed Jun 2 22:11:47 2021 rev:3 rq:896694 version:1.01
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-Webpack/perl-Mojolicious-Plugin-Webpack.changes
2021-01-04 19:09:56.435423863 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-Webpack.new.1898/perl-Mojolicious-Plugin-Webpack.changes
2021-06-02 22:12:14.492152899 +0200
@@ -1,0 +2,22 @@
+Tue May 25 03:08:00 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.01
+ see /usr/share/doc/packages/perl-Mojolicious-Plugin-Webpack/Changes
+
+ 1.01 2021-05-25T07:36:24+0900
+ - Removed need for assets/asset_map.mode.json
+ - Add support for mojo webpack --build
+
+ 1.00 2021-05-24T15:17:08+0900
+ - Add Mojo::Alien::npm
+ - Add Mojo::Alien::rollup
+ - Add Mojo::Alien::webpack
+ - Made Mojo::Alien::npm compatible with https://pnpm.io/
+ - Improved dependency tracking in ./node_modules
+ - Rewrote Plugin::Webpack using new Mojo::Alien:: modules
+ - Updated examples to match "alien" modules
+ - Fix being able to include images and other processed assets #7
+ - Fix vulnerabilities reported by GitHub #12
+ - Fix CI Ubuntu workflow
+
+-------------------------------------------------------------------
Old:
----
Mojolicious-Plugin-Webpack-0.14.tar.gz
New:
----
Mojolicious-Plugin-Webpack-1.01.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Mojolicious-Plugin-Webpack.spec ++++++
--- /var/tmp/diff_new_pack.XHFerY/_old 2021-06-02 22:12:14.956151751 +0200
+++ /var/tmp/diff_new_pack.XHFerY/_new 2021-06-02 22:12:14.960151741 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Mojolicious-Plugin-Webpack
#
-# 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,44 +16,45 @@
#
+%define cpan_name Mojolicious-Plugin-Webpack
Name: perl-Mojolicious-Plugin-Webpack
-Version: 0.14
+Version: 1.01
Release: 0
-%define cpan_name Mojolicious-Plugin-Webpack
Summary: Mojolicious ??? Webpack
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::chdir) >= 0.10
BuildRequires: perl(Mojolicious) >= 8.00
BuildRequires: perl(Test::More) >= 0.88
+Requires: perl(File::chdir) >= 0.10
Requires: perl(Mojolicious) >= 8.00
%{perl_requires}
%description
Mojolicious::Plugin::Webpack is a Mojolicious plugin to make it easier to
-work with https://webpack.js.org/. This plugin will...
+work with https://webpack.js.org/ or https://rollupjs.org/. This plugin
+will...
* 1.
-Generate a minimal 'package.json' and a Webpack config file. Doing this
-manually is possible, but it can be quite time consuming to figure out all
-the bits and pieces if you are not already familiar with Webpack.
+Generate a minimal 'package.json' and a Webpack or Rollup config file.
+Doing this manually is possible, but it can be quite time consuming to
+figure out all the bits and pieces if you are not already familiar with
+Webpack.
- ./package.json
- ./webpack.config.js
+* 2.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -64,7 +65,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes example
%changelog
++++++ Mojolicious-Plugin-Webpack-0.14.tar.gz ->
Mojolicious-Plugin-Webpack-1.01.tar.gz ++++++
++++ 48965 lines of diff (skipped)