commit rubygem-sprockets-rails for openSUSE:Factory

2020-09-14 Thread root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2020-09-14 12:31:14

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new.4249 (New)


Package is "rubygem-sprockets-rails"

Mon Sep 14 12:31:14 2020 rev:19 rq:833986 version:3.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2017-09-12 19:55:07.649333195 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new.4249/rubygem-sprockets-rails.changes
2020-09-14 12:32:20.161251991 +0200
@@ -1,0 +2,10 @@
+Sat Sep 12 12:34:28 UTC 2020 - Manuel Schnitzer 
+
+- updated to version 3.2.2
+
+  * Fix extending ActionView::Base instances with Sprockets::Rails::Helper on 
Rails 6.1
+  * Fix deprecation warning on Ruby 2.7 [#454]
+  * action_view/base is no longer required when rake tasks are loaded [#455]
+  * Asset not precompiled error exception renamed to AssetNotPrecompiledError 
[#414]
+
+---

Old:

  sprockets-rails-3.2.1.gem

New:

  sprockets-rails-3.2.2.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.HH6qVZ/_old  2020-09-14 12:32:23.413254065 +0200
+++ /var/tmp/diff_new_pack.HH6qVZ/_new  2020-09-14 12:32:23.417254068 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sprockets-rails
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sprockets-rails
-Version:3.2.1
+Version:3.2.2
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/rails/sprockets-rails
+URL:https://github.com/rails/sprockets-rails
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Sprockets Rails integration

++ sprockets-rails-3.2.1.gem -> sprockets-rails-3.2.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-08-31 22:34:54.0 +0200
+++ new/README.md   2020-09-12 09:37:40.0 +0200
@@ -138,7 +138,7 @@
 * [coffee-rails](https://github.com/rails/coffee-rails)
 * [sass-rails](https://github.com/rails/sass-rails)
 
-**NOTE** That these plugins are optional. The core coffee-script, sass, less, 
uglify, (any many more) features are built into Sprockets itself. Many of these 
plugins only provide generators and extra helpers. You can probably get by 
without them.
+**NOTE** That these plugins are optional. The core coffee-script, sass, less, 
uglify, (and many more) features are built into Sprockets itself. Many of these 
plugins only provide generators and extra helpers. You can probably get by 
without them.
 
 
 ## Changes from Rails 3.x
@@ -150,6 +150,15 @@
 * `config.assets.manifest` (if used) must now include the manifest filename, 
e.g. `Rails.root.join('config/manifest.json')`. It cannot be a directory.
 * Two cleanup tasks: `rake assets:clean` is now a safe cleanup that only 
removes older assets that are no longer used, while `rake assets:clobber` nukes 
the entire `public/assets` directory. The clean task allows for rolling deploys 
that may still be linking to an old asset while the new assets are being built.
 
+### But what if I want sprockets to generate non-digest assets?
+
+You have several options:
+
+* Use the [non-digest-assets gem](https://github.com/mvz/non-digest-assets).
+* Use the [sprockets-redirect 
gem](https://github.com/sikachu/sprockets-redirect).
+* Use the [smart_assets gem](https://github.com/zarqman/smart_assets).
+* Create [a rake 
task](https://github.com/rails/sprockets-rails/issues/49#issuecomment-20535134) 
to pre-generate a non-digest version in `public/`.
+
 ## Experimental
 
 ### [SRI](http://www.w3.org/TR/SRI/) support
@@ -189,4 +198,3 @@
 
 * [![Travis 

commit rubygem-sprockets-rails for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2017-09-12 19:54:33

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is "rubygem-sprockets-rails"

Tue Sep 12 19:54:33 2017 rev:18 rq:523018 version:3.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2016-09-12 13:26:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2017-09-12 19:55:07.649333195 +0200
@@ -1,0 +2,6 @@
+Fri Sep  8 13:11:18 UTC 2017 - enava...@suse.com
+
+- updated to version 3.2.1
+  * Fix load error with ActionView::Helpers. [#383]
+
+---

Old:

  sprockets-rails-3.2.0.gem

New:

  sprockets-rails-3.2.1.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.rhonlq/_old  2017-09-12 19:55:08.417225224 +0200
+++ /var/tmp/diff_new_pack.rhonlq/_new  2017-09-12 19:55:08.421224662 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sprockets-rails
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sprockets-rails
-Version:3.2.0
+Version:3.2.1
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/rails/sprockets-rails
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Sprockets Rails integration
 License:MIT

++ sprockets-rails-3.2.0.gem -> sprockets-rails-3.2.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-09-01 17:14:04.0 +0200
+++ new/README.md   2017-08-31 22:34:54.0 +0200
@@ -187,6 +187,6 @@
 
 ## Code Status
 
-* [![Travis 
CI](https://api.travis-ci.org/rails/sprockets-rails.svg)](http://travis-ci.org/rails/sprockets-rails)
+* [![Travis 
CI](https://travis-ci.org/rails/sprockets-rails.svg?branch=master)](http://travis-ci.org/rails/sprockets-rails)
 * [![Gem 
Version](https://badge.fury.io/rb/sprockets-rails.svg)](http://badge.fury.io/rb/sprockets-rails)
 * 
[![Dependencies](https://gemnasium.com/rails/sprockets-rails.svg)](https://gemnasium.com/rails/sprockets-rails)
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/context.rb 
new/lib/sprockets/rails/context.rb
--- old/lib/sprockets/rails/context.rb  2016-09-01 17:14:04.0 +0200
+++ new/lib/sprockets/rails/context.rb  2017-08-31 22:34:54.0 +0200
@@ -1,4 +1,4 @@
-require 'action_view'
+require 'action_view/helpers'
 require 'sprockets'
 
 module Sprockets
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/helper.rb 
new/lib/sprockets/rails/helper.rb
--- old/lib/sprockets/rails/helper.rb   2016-09-01 17:14:04.0 +0200
+++ new/lib/sprockets/rails/helper.rb   2017-08-31 22:34:54.0 +0200
@@ -88,7 +88,7 @@
 message << "To bypass the asset pipeline and preserve this 
behavior,\n"
 message << "use the `skip_pipeline: true` option.\n"
 
-call_stack = respond_to?(:caller_locations) ? caller_locations : 
caller
+call_stack = Kernel.respond_to?(:caller_locations) && 
::Rails::VERSION::MAJOR >= 5 ? caller_locations : caller
 ActiveSupport::Deprecation.warn(message, call_stack)
   end
   super
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/version.rb 
new/lib/sprockets/rails/version.rb
--- old/lib/sprockets/rails/version.rb  2016-09-01 17:14:04.0 +0200
+++ new/lib/sprockets/rails/version.rb  2017-08-31 22:34:54.0 +0200
@@ -1,5 +1,5 @@
 module Sprockets
   module Rails
-VERSION = "3.2.0"
+VERSION = "3.2.1"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-09-01 

commit rubygem-sprockets-rails for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2016-09-12 13:26:17

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is "rubygem-sprockets-rails"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2016-07-21 07:57:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2016-09-12 13:26:19.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  2 04:52:40 UTC 2016 - co...@suse.com
+
+- updated to version 3.2.0
+  no changelog found
+
+---

Old:

  sprockets-rails-3.1.1.gem

New:

  sprockets-rails-3.2.0.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.ezLKrQ/_old  2016-09-12 13:26:20.0 +0200
+++ /var/tmp/diff_new_pack.ezLKrQ/_new  2016-09-12 13:26:20.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sprockets-rails
-Version:3.1.1
+Version:3.2.0
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}

++ sprockets-rails-3.1.1.gem -> sprockets-rails-3.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-06-29 05:24:33.0 +0200
+++ new/README.md   2016-09-01 17:14:04.0 +0200
@@ -48,9 +48,12 @@
 
 Also see 
[Sprockets::Rails::Task](https://github.com/rails/sprockets-rails/blob/master/lib/sprockets/rails/task.rb)
 and 
[Rake::SprocketsTask](https://github.com/rails/sprockets/blob/master/lib/rake/sprocketstask.rb).
 
-
 ### Initializer options
 
+**`config.assets.unknown_asset_fallback`**
+
+When set to a truthy value, a result will be returned even if the requested 
asset is not found in the asset pipeline. When set to a falsey value it will 
raise an error when no asset is found in the pipeline. Defaults to `true`.
+
 **`config.assets.precompile`**
 
 Add additional assets to compile on deploy. Defaults to `application.js`, 
`application.css` and any other non-js/css file under `app/assets`.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/helper.rb 
new/lib/sprockets/rails/helper.rb
--- old/lib/sprockets/rails/helper.rb   2016-06-29 05:24:33.0 +0200
+++ new/lib/sprockets/rails/helper.rb   2016-09-01 17:14:04.0 +0200
@@ -6,6 +6,8 @@
 module Sprockets
   module Rails
 module Helper
+  class AssetNotFound < StandardError; end
+
   class AssetNotPrecompiled < StandardError
 include Sprockets::Rails::Utils
 def initialize(source)
@@ -33,7 +35,8 @@
 :assets_environment, :assets_manifest,
 :assets_precompile, :precompiled_asset_checker,
 :assets_prefix, :digest_assets, :debug_assets,
-:resolve_assets_with, :check_precompiled_asset
+:resolve_assets_with, :check_precompiled_asset,
+:unknown_asset_fallback
   ]
 
   def self.included(klass)
@@ -68,12 +71,26 @@
 end
   end
 
+  # Writes over the built in 
ActionView::Helpers::AssetUrlHelper#compute_asset_path
+  # to use the asset pipeline.
   def compute_asset_path(path, options = {})
 debug = options[:debug]
 
 if asset_path = resolve_asset_path(path, debug)
   File.join(assets_prefix || "/", legacy_debug_path(asset_path, debug))
 else
+  message =  "The asset #{ path.inspect } is not present in the asset 
pipeline."
+  raise AssetNotFound, message unless unknown_asset_fallback
+
+  if respond_to?(:public_compute_asset_path)
+message << "Falling back to an asset that may be in the public 
folder.\n"
+message << "This behavior is deprecated and will be removed.\n"
+message << "To bypass the asset pipeline and preserve this 
behavior,\n"
+message << "use the `skip_pipeline: true` option.\n"
+
+call_stack = respond_to?(:caller_locations) ? caller_locations : 
caller
+ActiveSupport::Deprecation.warn(message, call_stack)
+  end
   super
 end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/version.rb 
new/lib/sprockets/rails/version.rb
--- old/lib/sprockets/rails/version.rb  2016-06-29 05:24:33.0 +0200
+++ new/lib/sprockets/rails/version.rb  2016-09-01 

commit rubygem-sprockets-rails for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2016-07-21 07:57:21

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is "rubygem-sprockets-rails"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2016-07-01 09:59:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2016-07-21 07:57:24.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 29 04:33:34 UTC 2016 - co...@suse.com
+
+- updated to version 3.1.1
+  no changelog found
+
+---

Old:

  sprockets-rails-3.1.0.gem

New:

  sprockets-rails-3.1.1.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.ZodAb6/_old  2016-07-21 07:57:26.0 +0200
+++ /var/tmp/diff_new_pack.ZodAb6/_new  2016-07-21 07:57:26.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sprockets-rails
-Version:3.1.0
+Version:3.1.1
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}

++ sprockets-rails-3.1.0.gem -> sprockets-rails-3.1.1.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/version.rb 
new/lib/sprockets/rails/version.rb
--- old/lib/sprockets/rails/version.rb  2016-06-28 03:25:48.0 +0200
+++ new/lib/sprockets/rails/version.rb  2016-06-29 05:24:33.0 +0200
@@ -1,5 +1,5 @@
 module Sprockets
   module Rails
-VERSION = "3.1.0"
+VERSION = "3.1.1"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/railtie.rb new/lib/sprockets/railtie.rb
--- old/lib/sprockets/railtie.rb2016-06-28 03:25:48.0 +0200
+++ new/lib/sprockets/railtie.rb2016-06-29 05:24:33.0 +0200
@@ -155,7 +155,7 @@
 end
 
 config.assets.configure do |env|
-  env.gzip = config.assets.gzip
+  env.gzip = config.assets.gzip if env.respond_to?(:gzip=)
 end
 
 rake_tasks do |app|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-06-28 03:25:48.0 +0200
+++ new/metadata2016-06-29 05:24:33.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: sprockets-rails
 version: !ruby/object:Gem::Version
-  version: 3.1.0
+  version: 3.1.1
 platform: ruby
 authors:
 - Joshua Peek
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-06-28 00:00:00.0 Z
+date: 2016-06-29 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: sprockets




commit rubygem-sprockets-rails for openSUSE:Factory

2016-07-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2016-07-01 09:59:12

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is "rubygem-sprockets-rails"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2016-04-28 16:53:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2016-07-01 09:59:14.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 28 04:38:04 UTC 2016 - co...@suse.com
+
+- updated to version 3.1.0
+  no changelog found
+
+---

Old:

  sprockets-rails-3.0.4.gem

New:

  sprockets-rails-3.1.0.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.C3slMX/_old  2016-07-01 09:59:15.0 +0200
+++ /var/tmp/diff_new_pack.C3slMX/_new  2016-07-01 09:59:15.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sprockets-rails
-Version:3.0.4
+Version:3.1.0
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}

++ sprockets-rails-3.0.4.gem -> sprockets-rails-3.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-03-02 18:18:46.0 +0100
+++ new/README.md   2016-06-28 03:25:48.0 +0200
@@ -59,6 +59,9 @@
 
 Add additional load paths to this Array. Rails includes `app/assets`, 
`lib/assets` and `vendor/assets` for you already. Plugins might want to add 
their custom paths to this.
 
+**`config.assets.quiet`**
+
+Suppresses logger output for asset requests. Uses the `config.assets.prefix` 
path to match asset requests. Defaults to `false`.
 
 **`config.assets.version`**
 
@@ -121,6 +124,10 @@
 ```
 If the resolver list is empty (e.g. if debug is true and compile is false), 
the standard rails public path resolution will be used.
 
+**`config.assets.check_precompiled_asset`**
+
+When enabled, an exception is raised for missing assets. This option is 
enabled by default.
+
 ## Complementary plugins
 
 The following plugins provide some extras for the Sprockets Asset Pipeline.
@@ -138,7 +145,7 @@
 * JS and CSS compressors must be explicitly set. Magic detection has been 
removed to avoid loading compressors in environments where you want to avoid 
loading any of the asset libraries. Assign `config.assets.js_compressor = 
:uglifier` or `config.assets.css_compressor = :sass` for the standard 
compressors.
 * The manifest file is now in a JSON format. Since it lives in public/ by 
default, the initial filename is also randomized to obfuscate public access to 
the resource.
 * `config.assets.manifest` (if used) must now include the manifest filename, 
e.g. `Rails.root.join('config/manifest.json')`. It cannot be a directory.
-* Two cleanup tasks. `rake assets:clean` is now a safe cleanup that only 
removes older assets that are no longer used. While `rake assets:clobber` nukes 
the entire `public/assets` directory and clears your filesystem cache. The 
clean task allows for rolling deploys that may still be linking to an old asset 
while the new assets are being built.
+* Two cleanup tasks: `rake assets:clean` is now a safe cleanup that only 
removes older assets that are no longer used, while `rake assets:clobber` nukes 
the entire `public/assets` directory. The clean task allows for rolling deploys 
that may still be linking to an old asset while the new assets are being built.
 
 ## Experimental
 
@@ -151,6 +158,8 @@
 # => ""
 ```
 
+Note that sprockets-rails only adds integrity hashes to assets when served in 
a secure context (over an HTTPS connection or localhost).
+
 
 ## Contributing to Sprockets Rails
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/helper.rb 
new/lib/sprockets/rails/helper.rb
--- old/lib/sprockets/rails/helper.rb   2016-03-02 18:18:46.0 +0100
+++ new/lib/sprockets/rails/helper.rb   2016-06-28 03:25:48.0 +0200
@@ -11,14 +11,10 @@
 def initialize(source)
   msg =
   if using_sprockets4?
-"Asset `#{source}` was not declared to be precompiled in 
production.\n" +
-"Declare links to your assets in `assets/config/manifest.js`.\n" +
-"Examples:\n" +
-"`//= link ../javascripts/application.js`\n" +
-"`//= link_directory ../javascripts .js`\n" +
-

commit rubygem-sprockets-rails for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2016-04-28 16:52:53

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is "rubygem-sprockets-rails"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2015-09-19 09:54:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2016-04-28 16:53:03.0 +0200
@@ -1,0 +2,30 @@
+Thu Mar  3 05:30:36 UTC 2016 - co...@suse.com
+
+- updated to version 3.0.4
+  no changelog found
+
+---
+Wed Mar  2 05:38:23 UTC 2016 - co...@suse.com
+
+- updated to version 3.0.3
+  no changelog found
+
+---
+Wed Feb 24 05:44:53 UTC 2016 - co...@suse.com
+
+- updated to version 3.0.2
+  no changelog found
+
+---
+Fri Jan 29 05:35:07 UTC 2016 - co...@suse.com
+
+- updated to version 3.0.1
+  no changelog found
+
+---
+Fri Dec 18 05:39:37 UTC 2015 - co...@suse.com
+
+- updated to version 3.0.0
+  no changelog found
+
+---

Old:

  sprockets-rails-2.3.3.gem

New:

  sprockets-rails-3.0.4.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.7K2CNK/_old  2016-04-28 16:53:04.0 +0200
+++ /var/tmp/diff_new_pack.7K2CNK/_new  2016-04-28 16:53:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sprockets-rails
 #
-# 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
@@ -24,13 +24,13 @@
 #
 
 Name:   rubygem-sprockets-rails
-Version:2.3.3
+Version:3.0.4
 Release:0
 %define mod_name sprockets-rails
 %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
 Url:https://github.com/rails/sprockets-rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -48,7 +48,7 @@
 
 %install
 %gem_install \
-  --doc-files="LICENSE README.md" \
+  --doc-files="MIT-LICENSE README.md" \
   -f
 
 %gem_packages

++ sprockets-rails-2.3.3.gem -> sprockets-rails-3.0.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE new/LICENSE
--- old/LICENSE 2015-09-08 03:29:27.0 +0200
+++ new/LICENSE 1970-01-01 01:00:00.0 +0100
@@ -1,20 +0,0 @@
-Copyright (c) 2014 Joshua Peek
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIT-LICENSE new/MIT-LICENSE
--- old/MIT-LICENSE 1970-01-01 01:00:00.0 +0100
+++ new/MIT-LICENSE 2016-03-02 18:18:46.0 +0100
@@ -0,0 +1,20 @@
+Copyright (c) 2014-2016 Joshua Peek
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of 

commit rubygem-sprockets-rails for openSUSE:Factory

2015-09-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2015-09-19 09:54:44

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is "rubygem-sprockets-rails"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2015-07-08 06:59:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2015-09-19 09:54:45.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  8 04:32:33 UTC 2015 - co...@suse.com
+
+- updated to version 2.3.3
+  no changelog found
+
+---

Old:

  sprockets-rails-2.3.2.gem

New:

  sprockets-rails-2.3.3.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.ki4LFW/_old  2015-09-19 09:54:46.0 +0200
+++ /var/tmp/diff_new_pack.ki4LFW/_new  2015-09-19 09:54:46.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sprockets-rails
-Version:2.3.2
+Version:2.3.3
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}

++ sprockets-rails-2.3.2.gem -> sprockets-rails-2.3.3.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/version.rb 
new/lib/sprockets/rails/version.rb
--- old/lib/sprockets/rails/version.rb  1970-01-01 01:00:00.0 +0100
+++ new/lib/sprockets/rails/version.rb  2015-09-08 03:29:27.0 +0200
@@ -1,5 +1,5 @@
 module Sprockets
   module Rails
-VERSION = "2.3.2"
+VERSION = "2.3.3"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/railtie.rb new/lib/sprockets/railtie.rb
--- old/lib/sprockets/railtie.rb1970-01-01 01:00:00.0 +0100
+++ new/lib/sprockets/railtie.rb2015-09-08 03:29:27.0 +0200
@@ -101,14 +101,16 @@
 app.assets.append_path path
   end
 
-  app.assets.js_compressor  = config.assets.js_compressor
-  app.assets.css_compressor = config.assets.css_compressor
-
   # Run app.assets.configure blocks
   config.assets._blocks.each do |block|
 block.call app.assets
   end
 
+  # Set compressors after the configure blocks since they can
+  # define new compressors and we only accept existent compressors.
+  app.assets.js_compressor  = config.assets.js_compressor
+  app.assets.css_compressor = config.assets.css_compressor
+
   # No more configuration changes at this point.
   # With cache classes on, Sprockets won't check the FS when files
   # change. Preferable in production when the FS only changes on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata1970-01-01 01:00:00.0 +0100
+++ new/metadata2015-09-08 03:29:27.0 +0200
@@ -1,117 +1,117 @@
 --- !ruby/object:Gem::Specification
 name: sprockets-rails
 version: !ruby/object:Gem::Version
-  version: 2.3.2
+  version: 2.3.3
 platform: ruby
 authors:
 - Joshua Peek
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-06-23 00:00:00.0 Z
+date: 2015-09-08 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: sprockets
   requirement: !ruby/object:Gem::Requirement
 requirements:
-- - '>='
+- - ">="
   - !ruby/object:Gem::Version
 version: '2.8'
-- - <
+- - "<"
   - !ruby/object:Gem::Version
 version: '4.0'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
-- - '>='
+- - ">="
   - !ruby/object:Gem::Version
 version: '2.8'
-- - <
+- - "<"
   - !ruby/object:Gem::Version
 version: '4.0'
 - !ruby/object:Gem::Dependency
   name: actionpack
   requirement: !ruby/object:Gem::Requirement
 requirements:
-- - '>='
+- - ">="
   - !ruby/object:Gem::Version
 version: '3.0'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
-- - '>='
+- - ">="
   - !ruby/object:Gem::Version
 version: '3.0'
 - !ruby/object:Gem::Dependency
   name: activesupport
   requirement: !ruby/object:Gem::Requirement
 requirements:
-- - '>='
+- - ">="
   - !ruby/object:Gem::Version
 version: '3.0'
   type: :runtime
   prerelease: false
   version_requirements: 

commit rubygem-sprockets-rails for openSUSE:Factory

2015-07-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2015-07-08 06:59:03

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is rubygem-sprockets-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2015-05-15 07:44:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2015-07-08 06:59:05.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 24 04:32:09 UTC 2015 - co...@suse.com
+
+- updated to version 2.3.2
+  no changelog found
+
+---

Old:

  sprockets-rails-2.3.1.gem

New:

  sprockets-rails-2.3.2.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.0R680r/_old  2015-07-08 06:59:05.0 +0200
+++ /var/tmp/diff_new_pack.0R680r/_new  2015-07-08 06:59:05.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sprockets-rails
-Version:2.3.1
+Version:2.3.2
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}

++ sprockets-rails-2.3.1.gem - sprockets-rails-2.3.2.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/helper.rb 
new/lib/sprockets/rails/helper.rb
--- old/lib/sprockets/rails/helper.rb   2015-05-12 21:53:51.0 +0200
+++ new/lib/sprockets/rails/helper.rb   1970-01-01 01:00:00.0 +0100
@@ -38,15 +38,6 @@
 end
   end
 
-  class AssetAliasUsed  StandardError
-def initialize(actual, expected)
-  msg = Asset was linked to from an alias rather than its exact path. 
 +
-Alias resolving may not be available in production.\n +
-Use #{expected.inspect} instead of #{actual.inspect}
-  super(msg)
-end
-  end
-
   if defined? ActionView::Helpers::AssetUrlHelper
 include ActionView::Helpers::AssetUrlHelper
 include ActionView::Helpers::AssetTagHelper
@@ -130,10 +121,6 @@
 
 if environment = assets_environment
   if asset = environment[path]
-if self.is_a?(ActionView::Base)  self.raise_runtime_errors  
path != asset.logical_path
-  raise AssetAliasUsed.new(path, asset.logical_path)
-end
-
 return asset.digest_path
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/version.rb 
new/lib/sprockets/rails/version.rb
--- old/lib/sprockets/rails/version.rb  2015-05-12 21:53:51.0 +0200
+++ new/lib/sprockets/rails/version.rb  1970-01-01 01:00:00.0 +0100
@@ -1,5 +1,5 @@
 module Sprockets
   module Rails
-VERSION = 2.3.1
+VERSION = 2.3.2
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-05-12 21:53:51.0 +0200
+++ new/metadata1970-01-01 01:00:00.0 +0100
@@ -1,117 +1,117 @@
 --- !ruby/object:Gem::Specification
 name: sprockets-rails
 version: !ruby/object:Gem::Version
-  version: 2.3.1
+  version: 2.3.2
 platform: ruby
 authors:
 - Joshua Peek
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-05-12 00:00:00.0 Z
+date: 2015-06-23 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: sprockets
   requirement: !ruby/object:Gem::Requirement
 requirements:
-- - =
+- - '='
   - !ruby/object:Gem::Version
 version: '2.8'
-- - 
+- - 
   - !ruby/object:Gem::Version
 version: '4.0'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
-- - =
+- - '='
   - !ruby/object:Gem::Version
 version: '2.8'
-- - 
+- - 
   - !ruby/object:Gem::Version
 version: '4.0'
 - !ruby/object:Gem::Dependency
   name: actionpack
   requirement: !ruby/object:Gem::Requirement
 requirements:
-- - =
+- - '='
   - !ruby/object:Gem::Version
 version: '3.0'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
-- - =
+- - '='
   - !ruby/object:Gem::Version
 version: '3.0'
 - !ruby/object:Gem::Dependency
   name: activesupport
   requirement: !ruby/object:Gem::Requirement
 requirements:
-- - =
+- - '='
   - !ruby/object:Gem::Version

commit rubygem-sprockets-rails for openSUSE:Factory

2015-05-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2015-05-15 07:44:00

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is rubygem-sprockets-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2015-05-10 10:47:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2015-05-15 07:44:27.0 +0200
@@ -1,0 +2,6 @@
+Wed May 13 04:30:57 UTC 2015 - co...@suse.com
+
+- updated to version 2.3.1
+  no changelog found
+
+---

Old:

  sprockets-rails-2.3.0.gem

New:

  sprockets-rails-2.3.1.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.HkSBAA/_old  2015-05-15 07:44:27.0 +0200
+++ /var/tmp/diff_new_pack.HkSBAA/_new  2015-05-15 07:44:27.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sprockets-rails
-Version:2.3.0
+Version:2.3.1
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}

++ sprockets-rails-2.3.0.gem - sprockets-rails-2.3.1.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/helper.rb 
new/lib/sprockets/rails/helper.rb
--- old/lib/sprockets/rails/helper.rb   2015-05-07 20:18:21.0 +0200
+++ new/lib/sprockets/rails/helper.rb   2015-05-12 21:53:51.0 +0200
@@ -130,7 +130,7 @@
 
 if environment = assets_environment
   if asset = environment[path]
-if self.raise_runtime_errors  path != asset.logical_path
+if self.is_a?(ActionView::Base)  self.raise_runtime_errors  
path != asset.logical_path
   raise AssetAliasUsed.new(path, asset.logical_path)
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/version.rb 
new/lib/sprockets/rails/version.rb
--- old/lib/sprockets/rails/version.rb  2015-05-07 20:18:21.0 +0200
+++ new/lib/sprockets/rails/version.rb  2015-05-12 21:53:51.0 +0200
@@ -1,5 +1,5 @@
 module Sprockets
   module Rails
-VERSION = 2.3.0
+VERSION = 2.3.1
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-05-07 20:18:21.0 +0200
+++ new/metadata2015-05-12 21:53:51.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: sprockets-rails
 version: !ruby/object:Gem::Version
-  version: 2.3.0
+  version: 2.3.1
 platform: ruby
 authors:
 - Joshua Peek
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-05-07 00:00:00.0 Z
+date: 2015-05-12 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: sprockets




commit rubygem-sprockets-rails for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2015-05-10 10:47:05

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is rubygem-sprockets-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2015-02-10 20:23:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2015-05-10 10:47:06.0 +0200
@@ -1,0 +2,6 @@
+Fri May  8 04:31:15 UTC 2015 - co...@suse.com
+
+- updated to version 2.3.0
+  no changelog found
+
+---

Old:

  sprockets-rails-2.2.4.gem

New:

  gem2rpm.yml
  sprockets-rails-2.3.0.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.AdV4t2/_old  2015-05-10 10:47:06.0 +0200
+++ /var/tmp/diff_new_pack.AdV4t2/_new  2015-05-10 10:47:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sprockets-rails
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-sprockets-rails
-Version:2.2.4
+Version:2.3.0
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}
@@ -27,6 +34,7 @@
 BuildRequires:  ruby-macros = 5
 Url:https://github.com/rails/sprockets-rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Sprockets Rails integration
 License:MIT
 Group:  Development/Languages/Ruby

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
++ sprockets-rails-2.2.4.gem - sprockets-rails-2.3.0.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/helper.rb 
new/lib/sprockets/rails/helper.rb
--- old/lib/sprockets/rails/helper.rb   2015-01-22 20:04:24.0 +0100
+++ new/lib/sprockets/rails/helper.rb   2015-05-07 20:18:21.0 +0200
@@ -38,6 +38,15 @@
 end
   end
 
+  class AssetAliasUsed  StandardError
+def initialize(actual, expected)
+  msg = Asset was linked to from an alias rather than its exact path. 
 +
+Alias resolving may not be available in production.\n +
+Use #{expected.inspect} instead of #{actual.inspect}
+  super(msg)
+end
+  end
+
   if defined? 

commit rubygem-sprockets-rails for openSUSE:Factory

2015-02-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2015-02-10 20:23:10

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is rubygem-sprockets-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2014-11-12 00:22:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2015-02-10 20:23:11.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb  9 13:17:58 UTC 2015 - tboer...@suse.com
+
+- Updated to 2.2.4
+  For changelog look at 
https://github.com/rails/sprockets-rails/blob/master/CHANGELOG.md
+
+---

Old:

  sprockets-rails-2.1.3.gem

New:

  sprockets-rails-2.2.4.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.zgAlxs/_old  2015-02-10 20:23:11.0 +0100
+++ /var/tmp/diff_new_pack.zgAlxs/_new  2015-02-10 20:23:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sprockets-rails
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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:   rubygem-sprockets-rails
-Version:2.1.3
+Version:2.2.4
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}

++ sprockets-rails-2.1.3.gem - sprockets-rails-2.2.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE new/LICENSE
--- old/LICENSE 2014-04-11 22:07:18.0 +0200
+++ new/LICENSE 2015-01-22 20:04:24.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2014 Joshua Peek
+Copyright (c) 2014 Joshua Peek
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2014-04-11 22:07:18.0 +0200
+++ new/README.md   2015-01-22 20:04:24.0 +0100
@@ -51,7 +51,7 @@
 
 Each asset task will invoke `assets:environment` first. By default this loads 
the Rails environment. You can override this task to add or remove dependencies 
for your specific compilation environment.
 
-Also see 
[Sprockets::Rails::Task](https://github.com/josh/sprockets-rails/blob/master/lib/sprockets/rails/task.rb)
 and 
[Rake::SprocketsTask](https://github.com/sstephenson/sprockets/blob/master/lib/rake/sprocketstask.rb).
+Also see 
[Sprockets::Rails::Task](https://github.com/rails/sprockets-rails/blob/master/lib/sprockets/rails/task.rb)
 and 
[Rake::SprocketsTask](https://github.com/sstephenson/sprockets/blob/master/lib/rake/sprocketstask.rb).
 
 
 ### Initializer options
@@ -85,7 +85,7 @@
 
 **`config.assets.manifest`**
 
-Defines the full path to be used for the asset precompiler's manifest file. 
Defaults to using the `config.assets.prefix` directory within the public folder.
+Defines the full path to be used for the asset precompiler's manifest file. 
Defaults to a randomly-generated filename in the `config.assets.prefix` 
directory within the public folder.
 
 **`config.assets.digest`**
 
@@ -134,6 +134,7 @@
 * Unmanaged asset paths and urls fallback to linking to public/. This should 
make it easier to work with both compiled assets and simple static assets. As a 
side effect, there will never be any asset not precompiled errors when 
linking to missing assets. They will just link to a public file which may or 
may not exist.
 * JS and CSS compressors must be explicitly set. Magic detection has been 
removed to avoid loading compressors in environments where you want to avoid 
loading any of the asset libraries. Assign `config.assets.js_compressor = 
:uglify` or `config.assets.css_compressor = :sass` for the standard compressors.
 * The manifest file is now in a JSON format. Since it lives in public/ by 
default, the initial filename is also randomized to obfuscate public access to 
the resource.
+* `config.assets.manifest` (if used) must now include the manifest filename, 
e.g. `Rails.root.join('config/manifest.json')`. It cannot be a directory.
 * Two cleanup tasks. `rake assets:clean` is now a safe cleanup that only 
removes older assets that are no longer used. While `rake assets:clobber` nukes 
the entire `public/assets` 

commit rubygem-sprockets-rails for openSUSE:Factory

2014-11-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2014-11-12 00:21:38

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is rubygem-sprockets-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2014-10-14 07:12:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2014-11-12 00:22:04.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 10 14:27:40 UTC 2014 - tboer...@suse.com
+
+- Added last missing pieces of new macros with gem2rpm call
+
+---



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.mzfFTY/_old  2014-11-12 00:22:06.0 +0100
+++ /var/tmp/diff_new_pack.mzfFTY/_new  2014-11-12 00:22:06.0 +0100
@@ -21,8 +21,9 @@
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
 Url:https://github.com/rails/sprockets-rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -31,8 +32,7 @@
 Group:  Development/Languages/Ruby
 
 %description
-Sprockets Rails integration
-
+Sprockets Rails integration.
 
 %prep
 
@@ -40,7 +40,6 @@
 
 %install
 %gem_install \
-  --symlink-binaries \
   --doc-files=LICENSE README.md \
   -f
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-sprockets-rails for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2014-10-14 07:11:58

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is rubygem-sprockets-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2014-05-22 06:57:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2014-10-14 07:12:43.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 06:56:29 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.IljNVq/_old  2014-10-14 07:12:44.0 +0200
+++ /var/tmp/diff_new_pack.IljNVq/_new  2014-10-14 07:12:44.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/rails/sprockets-rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Sprockets Rails integration
@@ -33,37 +33,17 @@
 %description
 Sprockets Rails integration
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-sprockets-rails for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2014-05-22 06:57:56

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is rubygem-sprockets-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2014-04-11 13:42:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2014-05-22 06:57:57.0 +0200
@@ -1,0 +2,5 @@
+Sun May 18 09:04:46 UTC 2014 - co...@suse.com
+
+- updated to version 2.1.3, no changelog
+
+---

Old:

  sprockets-rails-2.1.0.gem

New:

  sprockets-rails-2.1.3.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.MUdIKo/_old  2014-05-22 06:57:58.0 +0200
+++ /var/tmp/diff_new_pack.MUdIKo/_new  2014-05-22 06:57:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sprockets-rails
-Version:2.1.0
+Version:2.1.3
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-sprockets-rails for openSUSE:Factory

2014-04-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2014-04-11 13:42:21

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is rubygem-sprockets-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2013-11-07 09:02:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2014-04-11 13:42:22.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr  6 05:38:50 UTC 2014 - co...@suse.com
+
+- updated to version 2.1.0, no changelog
+
+---

Old:

  sprockets-rails-2.0.1.gem

New:

  sprockets-rails-2.1.0.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.ZuhXK1/_old  2014-04-11 13:42:22.0 +0200
+++ /var/tmp/diff_new_pack.ZuhXK1/_new  2014-04-11 13:42:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sprockets-rails
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,13 +17,13 @@
 
 
 Name:   rubygem-sprockets-rails
-Version:2.0.1
+Version:2.1.0
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 3
 Url:https://github.com/rails/sprockets-rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Sprockets Rails integration
@@ -52,18 +52,18 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-sprockets-rails for openSUSE:Factory

2013-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2013-11-07 09:02:18

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is rubygem-sprockets-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2013-06-14 15:48:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2013-11-07 09:02:19.0 +0100
@@ -1,0 +2,5 @@
+Thu Oct 31 05:54:42 UTC 2013 - co...@suse.com
+
+- updated to version 2.0.1
+
+---

Old:

  sprockets-rails-2.0.0.gem

New:

  sprockets-rails-2.0.1.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.sMBygE/_old  2013-11-07 09:02:19.0 +0100
+++ /var/tmp/diff_new_pack.sMBygE/_new  2013-11-07 09:02:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sprockets-rails
-Version:2.0.0
+Version:2.0.1
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}
@@ -53,6 +53,7 @@
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-sprockets-rails for openSUSE:Factory

2013-06-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2013-06-14 15:48:22

Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)


Package is rubygem-sprockets-rails

Changes:

New Changes file:

--- /dev/null   2013-06-12 16:57:03.272031756 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2013-06-14 15:48:23.0 +0200
@@ -0,0 +1,5 @@
+---
+Thu Jun 13 05:19:33 UTC 2013 - co...@suse.com
+
+- initial package
+

New:

  rubygem-sprockets-rails.changes
  rubygem-sprockets-rails.spec
  sprockets-rails-2.0.0.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
#
# spec file for package rubygem-sprockets-rails
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   rubygem-sprockets-rails
Version:2.0.0
Release:0
%define mod_name sprockets-rails
%define mod_full_name %{mod_name}-%{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros = 1
Url:https://github.com/rails/sprockets-rails
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary:Sprockets Rails integration
License:MIT
Group:  Development/Languages/Ruby

%description
Sprockets Rails integration

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build

%install
%gem_install -f
mkdir -p %{buildroot}%{_docdir}/%{name}
ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md

%files
%defattr(-,root,root,-)
%{_docdir}/%{name}
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org