Hello community,

here is the log from the commit of package rubygem-sprockets for 
openSUSE:Factory checked in at 2015-04-13 20:31:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sprockets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sprockets"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sprockets/rubygem-sprockets.changes      
2015-02-16 21:09:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sprockets.new/rubygem-sprockets.changes 
2015-04-13 20:31:16.000000000 +0200
@@ -1,0 +2,24 @@
+Mon Apr 13 05:21:37 UTC 2015 - co...@suse.com
+
+- updated to version 3.0.0
+ * New processor API. Tilt interface is deprecated.
+ * Improved file store caching backend.
+ * MIME Types now accept charset custom charset detecters. Improves support 
for UTF-16/32 files.
+ * Environment#version no longer affects asset digests. Only used for busting 
the asset cache.
+ * Removed builtin support for LESS.
+ * Removed `//= include` directive support.
+ * Deprecated `BundledAsset#to_a`. Use `BundledAsset#included` to access 
debugging subcomponents.
+ * Support circular dependencies. For parity with ES6 modules.
+ * Manifest compilation will no longer generate .gz files by default. [Mixing
+   Content-Encoding and ETags is just a bad
+   idea](https://issues.apache.org/bugzilla/show_bug.cgi?id=39727)
+ * Added linked or referenced assets. When an asset is compiled, any of its 
links will be compiled as well.
+ * Introduce some limitations around enumerating all logical paths. 4.x will 
deprecate it and favor linked manifests for compliation.
+ * Add Asset integrity attribute for Subresource Integrity
+ * Default digest changed to SHA256. Configuring `digest_class` is deprecated.
+ * Rename `Asset#digest` to `Asset#hexdigest`. `Asset#digest` is deprecated 
and will
+   return a raw byte String in 4.x.
+ * Added transitional compatibility flag to `Environment#resolve(path, compat: 
true)`. 2.x mode operates with `compat: true` and 4.x with `compat: false`
+ * `manifest-abc123.json` renamed to `.sprockets-abc123.json`
+
+-------------------------------------------------------------------

Old:
----
  sprockets-2.12.3.gem

New:
----
  sprockets-3.0.0.gem

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

Other differences:
------------------
++++++ rubygem-sprockets.spec ++++++
--- /var/tmp/diff_new_pack.zFgplI/_old  2015-04-13 20:31:17.000000000 +0200
+++ /var/tmp/diff_new_pack.zFgplI/_new  2015-04-13 20:31:17.000000000 +0200
@@ -24,16 +24,16 @@
 #
 
 Name:           rubygem-sprockets
-Version:        2.12.3
+Version:        3.0.0
 Release:        0
 %define mod_name sprockets
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:            http://getsprockets.org/
+Url:            https://github.com/rails/sprockets
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        Rack-based asset packaging system

++++++ sprockets-2.12.3.gem -> sprockets-3.0.0.gem ++++++
++++ 10157 lines of diff (skipped)


Reply via email to