From f48b54c8e6d8bd1446879f1b8d81bc5c7353420a434ade94d2e122ca0ca45cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 6 Feb 2025 14:15:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96:=20Automatic=20update=20to=204.7.0?= =?UTF-8?q?.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-font-awesome-rails?expand=0&rev=30 --- .gitattributes | 23 +++++ .gitignore | 1 + font-awesome-rails-4.7.0.8.gem | 3 + font-awesome-rails-4.7.0.9.gem | 3 + gem2rpm.yml | 68 ++++++++++++++ rubygem-font-awesome-rails.changes | 143 +++++++++++++++++++++++++++++ rubygem-font-awesome-rails.spec | 55 +++++++++++ 7 files changed, 296 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 font-awesome-rails-4.7.0.8.gem create mode 100644 font-awesome-rails-4.7.0.9.gem create mode 100644 gem2rpm.yml create mode 100644 rubygem-font-awesome-rails.changes create mode 100644 rubygem-font-awesome-rails.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/font-awesome-rails-4.7.0.8.gem b/font-awesome-rails-4.7.0.8.gem new file mode 100644 index 0000000..f6fdaf7 --- /dev/null +++ b/font-awesome-rails-4.7.0.8.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26183d5f902858289692d3a173c3d8d0f769c3b0930259ae4181ddfd74d496c +size 638464 diff --git a/font-awesome-rails-4.7.0.9.gem b/font-awesome-rails-4.7.0.9.gem new file mode 100644 index 0000000..15cfedc --- /dev/null +++ b/font-awesome-rails-4.7.0.9.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45044908fbf3178b8d84fbae415dae4b9bf847612bcb1170d88ed13842c8732 +size 638464 diff --git a/gem2rpm.yml b/gem2rpm.yml new file mode 100644 index 0000000..2e6eaae --- /dev/null +++ b/gem2rpm.yml @@ -0,0 +1,68 @@ +# --- +# ## 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 and OFL-1.1 +# ## 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 +# diff --git a/rubygem-font-awesome-rails.changes b/rubygem-font-awesome-rails.changes new file mode 100644 index 0000000..fbfa35c --- /dev/null +++ b/rubygem-font-awesome-rails.changes @@ -0,0 +1,143 @@ +------------------------------------------------------------------- +Mon Feb 3 09:43:24 UTC 2025 - Dan Čermák + +- New upstream release 4.7.0.9, no changelog found + +------------------------------------------------------------------- +Tue Jan 25 06:56:38 UTC 2022 - Stephan Kulow + +updated to version 4.7.0.8 + no changelog found + +------------------------------------------------------------------- +Thu Jun 24 17:23:09 UTC 2021 - Stephan Kulow + +updated to version 4.7.0.7 + no changelog found + +------------------------------------------------------------------- +Wed Jan 20 12:38:52 UTC 2021 - Stephan Kulow + +updated to version 4.7.0.6 + no changelog found + +------------------------------------------------------------------- +Sun May 5 09:26:12 UTC 2019 - Stephan Kulow + +- updated to version 4.7.0.5 + no changelog found + +------------------------------------------------------------------- +Tue Apr 10 09:45:06 UTC 2018 - enavarro@suse.com + +- updated to version 4.7.0.4: + - added Rails 5.2 support + +------------------------------------------------------------------- +Thu Jan 11 11:38:16 UTC 2018 - rbrown@suse.com + +- updated to version 4.7.0.3 + - more appropriate description provided by upstream + - drop custom description from gem2rpm.yml + +------------------------------------------------------------------- +Tue Jan 9 15:25:17 UTC 2018 - dimstar@opensuse.org + +- Use a more appropriate description for the package. + +------------------------------------------------------------------- +Tue May 23 09:53:22 UTC 2017 - coolo@suse.com + +- updated to version 4.7.0.2 + no changelog found + +------------------------------------------------------------------- +Wed Dec 14 05:34:21 UTC 2016 - coolo@suse.com + +- updated to version 4.7.0.1 + no changelog found + +------------------------------------------------------------------- +Tue Oct 25 04:34:03 UTC 2016 - coolo@suse.com + +- updated to version 4.7.0.0 + no changelog found + +------------------------------------------------------------------- +Fri Jun 24 04:33:36 UTC 2016 - coolo@suse.com + +- updated to version 4.6.3.1 + no changelog found + +------------------------------------------------------------------- +Sat May 21 04:32:17 UTC 2016 - coolo@suse.com + +- updated to version 4.6.3.0 + no changelog found + +------------------------------------------------------------------- +Fri May 6 04:35:31 UTC 2016 - coolo@suse.com + +- updated to version 4.6.2.0 + no changelog found + +------------------------------------------------------------------- +Wed Apr 13 04:29:08 UTC 2016 - coolo@suse.com + +- updated to version 4.6.1.0 + no changelog found + +------------------------------------------------------------------- +Tue Apr 12 04:29:34 UTC 2016 - coolo@suse.com + +- updated to version 4.6.0.0 + no changelog found + +------------------------------------------------------------------- +Wed Feb 10 05:29:30 UTC 2016 - coolo@suse.com + +- updated to version 4.5.0.1 + no changelog found + +------------------------------------------------------------------- +Tue Nov 24 05:29:21 UTC 2015 - coolo@suse.com + +- updated to version 4.5.0.0 + no changelog found + +------------------------------------------------------------------- +Wed Jul 29 04:29:10 UTC 2015 - coolo@suse.com + +- updated to version 4.4.0.0 + no changelog found + +------------------------------------------------------------------- +Fri Feb 6 18:18:13 UTC 2015 - coolo@suse.com + +- updated to version 4.3.0.0, no changelog + +------------------------------------------------------------------- +Wed Oct 15 12:12:06 UTC 2014 - coolo@suse.com + +- updated to version 4.2.0.0, no changelog + +------------------------------------------------------------------- +Sun Oct 12 11:07:34 UTC 2014 - adrian@suse.de + +- adapt to new rubygem packaging style + +------------------------------------------------------------------- +Sun May 18 09:04:38 UTC 2014 - coolo@suse.com + +- updated to version 4.1.0.0, no changelog + +------------------------------------------------------------------- +Sun Jan 5 14:39:45 UTC 2014 - coolo@suse.com + +- updated to version 4.0.3.1, no changelog + +------------------------------------------------------------------- +Fri Nov 15 10:06:30 UTC 2013 - coolo@suse.com + +- initial package for OBS + diff --git a/rubygem-font-awesome-rails.spec b/rubygem-font-awesome-rails.spec new file mode 100644 index 0000000..d9a5600 --- /dev/null +++ b/rubygem-font-awesome-rails.spec @@ -0,0 +1,55 @@ +# +# spec file for package rubygem-font-awesome-rails +# +# Copyright (c) 2025 SUSE LLC +# +# 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-font-awesome-rails +Version: 4.7.0.9 +Release: 0 +%define mod_name font-awesome-rails +%define mod_full_name %{mod_name}-%{version} +BuildRequires: %{ruby >= 1.9.3} +BuildRequires: %{rubygem gem2rpm} +BuildRequires: ruby-macros >= 5 +URL: https://github.com/bokmann/font-awesome-rails +Source: https://rubygems.org/gems/%{mod_full_name}.gem +Source1: gem2rpm.yml +Summary: an asset gemification of the font-awesome icon font library +License: MIT AND OFL-1.1 + +%description +font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a +Rails engine for use with the asset pipeline. + +%prep + +%build + +%install +%gem_install \ + --doc-files="LICENSE README.md" \ + -f + +%gem_packages + +%changelog