Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-AssetPack 
for openSUSE:Factory checked in at 2016-06-05 14:20:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mojolicious-Plugin-AssetPack"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack/perl-Mojolicious-Plugin-AssetPack.changes
      2015-12-16 17:42:11.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new/perl-Mojolicious-Plugin-AssetPack.changes
 2016-06-05 14:20:44.000000000 +0200
@@ -1,0 +2,69 @@
+Tue May 31 10:44:05 UTC 2016 - co...@suse.com
+
+- updated to 1.13
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  1.13 2016-05-21T08:11:27+0200
+   - Fix sass-current-app.t after 1.12
+  
+  1.12 2016-05-20T20:59:10+0200
+   - Fix compressing Sass assets with SASS_STYLE_COMPRESSED
+     Contributor: Zoffix Znet
+  
+  1.11 2016-05-17T07:55:56+0200
+   - Fix failing reloader-process.t
+  
+  1.10 2016-05-15T11:50:24+0200
+   - Fix watching the actual input asset files in Pipe::Reloader #86
+     Contributor: Mark Grimes
+  
+  1.09 2016-05-10T21:36:09+0200
+   - Fix to deal with multiple imports of the same Sass file #83
+     Contributor: Mark Grimes
+  
+  1.08 2016-05-09T22:23:42+0200
+   - Add support for minifying jpeg image files
+   - Add support for minifying png image files #81
+     Contributor: Heiko Jansen
+   - Add Mojolicious::Plugin::AssetPack::Asset::tag_helper() to support
+     future "image" assets.
+  
+  1.07 2016-05-03T13:55:45+0200
+   - Fix rendering assets URL in mounted apps
+  
+  1.06 2016-04-17T14:22:08+0200
+   - Fix Fetch with Combine #75
+  
+  1.05 2016-04-17T11:19:29+0200
+   - Need to "use CSS::Sass 3.3.0" to avoid test failures on missing features
+   - Add support for automatic download of fonts #75
+   - Add support for conditions in assetpack.def #78
+   - Fix SCSS files with UTF-8 encoding #70
+   - Fix adding route earlier than on the first request #77
+   - Fix setting url() on asset from db file
+  
+  1.04 2016-04-08T22:40:29+0200
+   - Fix Pipe::Reloader and files from def file
+   - Change default Pipe::Reloader strategy to "document" to make reloading
+     JavaScript more robust.
+  
+  1.03 2016-04-08T20:15:31+0200
+   - Add Pipe::Reloader for instant refresh in browser on asset change #72
+   - Marked old modules as deprecated
+  
+  1.02 2016-04-08T14:30:19+0200
+   - Add support for "sass_functions" #68
+     Contributor: Mark Grimes
+   - Fix 2 naked subroutines
+   - Fix t/sass.t: #919191 != #909090
+   - Skip more old tests by default
+  
+  1.01 2016-04-06T16:10:06+0200
+   - Cannot load CSS::Minifier::XS in old code - The module is optional
+   - Cannot load JavaScript::Minifier::XS in old code - The module is optional
+  
+  1.00 2016-04-02T21:26:35+0200
+   - Rewrote the module. Breaking changes might occur.
+   - Changed from "pre-processors" to "pipes"
+
+-------------------------------------------------------------------

Old:
----
  Mojolicious-Plugin-AssetPack-0.69.tar.gz

New:
----
  Mojolicious-Plugin-AssetPack-1.13.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Mojolicious-Plugin-AssetPack.spec ++++++
--- /var/tmp/diff_new_pack.NAEY3z/_old  2016-06-05 14:20:45.000000000 +0200
+++ /var/tmp/diff_new_pack.NAEY3z/_new  2016-06-05 14:20:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojolicious-Plugin-AssetPack
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Mojolicious-Plugin-AssetPack
-Version:        0.69
+Version:        1.13
 Release:        0
 %define cpan_name Mojolicious-Plugin-AssetPack
 Summary:        Compress and convert css, less, sass, javascript and 
coffeescript files
@@ -30,33 +30,31 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CSS::Minifier::XS) >= 0.01
-BuildRequires:  perl(File::Which) >= 1.00
-BuildRequires:  perl(IPC::Run3) >= 0.04
-BuildRequires:  perl(JavaScript::Minifier::XS) >= 0.11
-BuildRequires:  perl(Mojolicious) >= 5.41
+BuildRequires:  perl(File::Which) >= 1.21
+BuildRequires:  perl(IPC::Run3) >= 0.048
+BuildRequires:  perl(Mojolicious) >= 6.50
 BuildRequires:  perl(Test::More) >= 0.88
-Requires:       perl(CSS::Minifier::XS) >= 0.01
-Requires:       perl(File::Which) >= 1.00
-Requires:       perl(IPC::Run3) >= 0.04
-Requires:       perl(JavaScript::Minifier::XS) >= 0.11
-Requires:       perl(Mojolicious) >= 5.41
+Requires:       perl(File::Which) >= 1.21
+Requires:       perl(IPC::Run3) >= 0.048
+Requires:       perl(Mojolicious) >= 6.50
 %{perl_requires}
 
 %description
-Mojolicious::Plugin::AssetPack is a Mojolicious plugin which can be used to
-cram multiple assets of the same type into one file. This means that if you
-have a lot of CSS files (.css, .less, .sass, ...) as input, the AssetPack
-can make one big CSS file as output. This is good, since it will often
-speed up the rendering of your page. The output file can even be minified,
-meaning you can save bandwidth and browser parsing time.
+Mojolicious::Plugin::AssetPack is 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.
 
-The core preprocessors that are bundled with this module can handle CSS and
-JavaScript files, written in many languages.
+The actual processing is delegated to "pipe objects". Please see
+Mojolicious::Plugin::AssetPack::Guides::Tutorial/Pipes for a complete list.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ Mojolicious-Plugin-AssetPack-0.69.tar.gz -> 
Mojolicious-Plugin-AssetPack-1.13.tar.gz ++++++
++++ 10284 lines of diff (skipped)


Reply via email to