Sync from SUSE:SLFO:Main rubygem-sass-rails revision 45238f672bbc7ee16536665f1f3e0218

This commit is contained in:
Adrian Schröter 2025-02-06 18:28:42 +01:00
commit e1b2d953a5
5 changed files with 295 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

70
gem2rpm.yml Normal file
View File

@ -0,0 +1,70 @@
# ---
# ## 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
#

143
rubygem-sass-rails.changes Normal file
View File

@ -0,0 +1,143 @@
-------------------------------------------------------------------
Sat Aug 17 21:07:07 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 6.0.0
* no changelog found
-------------------------------------------------------------------
Fri Nov 17 08:18:41 UTC 2017 - mschnitzer@suse.com
- updated to version 5.0.7
* Remove ruby warnings
-------------------------------------------------------------------
Sat Jul 23 04:32:53 UTC 2016 - coolo@suse.com
- updated to version 5.0.6
no changelog found
-------------------------------------------------------------------
Fri Jul 1 04:35:24 UTC 2016 - coolo@suse.com
- updated to version 5.0.5
no changelog found
-------------------------------------------------------------------
Fri Sep 4 04:33:02 UTC 2015 - coolo@suse.com
- updated to version 5.0.4
no changelog found
-------------------------------------------------------------------
Thu Apr 9 05:49:26 UTC 2015 - coolo@suse.com
- updated to version 5.0.3, changelog is gone
-------------------------------------------------------------------
Tue Feb 10 08:04:51 UTC 2015 - coolo@suse.com
- updated to version 5.0.1
* Fixed @import glob related caching bug
## 5.0.0 (Dec 12, 2014)
* Register scss and sass extensions for rake notes
* Make possible to use sprockes > 2.8 and < 4
* Make possible to use sass ~> 3.1
* Deprecate .css.scss and .css.sass extentions
* Limit `=require` to .css only files and `@import` to .scss files. Avoid mixing the two.
## 4.0.5 (Nov 25, 2014)
* Make possible to use sprockets 2.12.
## 4.0.4 (Oct 29, 2014)
* Make possible to use any sprockets version in the 2.11 series.
* Require at least sass 3.2.2.
-------------------------------------------------------------------
Tue Nov 11 12:55:10 UTC 2014 - tboerger@suse.com
- Added last missing new macros pieces with gem2rpm call
-------------------------------------------------------------------
Mon Oct 13 06:40:17 UTC 2014 - adrian@suse.de
- adapt to new rubygem packaging style
-------------------------------------------------------------------
Sun Apr 6 05:38:50 UTC 2014 - coolo@suse.com
- updated to version 4.0.3
* Make possible to use sprockets-rails 2.1
-------------------------------------------------------------------
Tue Mar 18 14:57:26 UTC 2014 - coolo@suse.com
- updated to version 4.0.2
* Lock sprockets version to <= 2.11.0. Fixes #191.
-------------------------------------------------------------------
Wed Oct 16 13:04:05 UTC 2013 - coolo@suse.com
- updated to version 4.0.1
* Remove Post Processors from asset evaluation.
- remove sass-rails-4.0.0.diff again
-------------------------------------------------------------------
Wed Jun 26 20:28:45 UTC 2013 - coolo@suse.com
- add sass-rails-4.0.0.diff to avoid beta dependencies
-------------------------------------------------------------------
Wed Jun 26 20:05:31 UTC 2013 - coolo@suse.com
- updated to version 4.0.0
* Add support for importing ERB files.
* Remove `Sass::Rails::Compressor`. Use `Sprockets::SassCompressor` (`:sass` option) instead.
* Remove `tilt` dependency.
* Bump `sprockets-rails` to `2.0.0.rc4`.
* Remove `compress` option from `config.assets`. Instead, turn on
compression for all environments except development.
* Deprecate `asset_path` and `asset_url` with two arguments.
* Add Rails 4 support.
* Drop Ruby 1.8 support.
-------------------------------------------------------------------
Fri Jan 25 06:34:47 UTC 2013 - coolo@suse.com
- updated to version 3.2.6
-------------------------------------------------------------------
Wed Aug 1 06:03:10 UTC 2012 - coolo@suse.com
- updated to version 3.2.5
-------------------------------------------------------------------
Fri Nov 18 14:33:47 UTC 2011 - fcastelli@suse.com
- update to version 3.1.5
-------------------------------------------------------------------
Mon Oct 17 12:34:15 UTC 2011 - fcastelli@suse.com
- update to version 3.1.14
-------------------------------------------------------------------
Wed Aug 31 08:25:08 UTC 2011 - fcastelli@suse.com
- update to version 3.1.0
-------------------------------------------------------------------
Mon Aug 22 12:43:05 UTC 2011 - fcastelli@novell.com
- Package version 3.1.0.rc.6
-------------------------------------------------------------------
Wed Aug 3 12:04:46 UTC 2011 - fcastelli@novell.com
- Package version 3.1.0.rc.5

56
rubygem-sass-rails.spec Normal file
View File

@ -0,0 +1,56 @@
#
# spec file for package rubygem-sass-rails
#
# Copyright (c) 2019 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
# 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 https://bugs.opensuse.org/
#
#
# 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-sass-rails
Version: 6.0.0
Release: 0
%define mod_name sass-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/sass-rails
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Sass adapter for the Rails asset pipeline
License: MIT
Group: Development/Languages/Ruby
%description
Sass adapter for the Rails asset pipeline.
%prep
%build
%install
%gem_install \
--doc-files="MIT-LICENSE README.md" \
-f
%gem_packages
%changelog

BIN
sass-rails-6.0.0.gem (Stored with Git LFS) Normal file

Binary file not shown.