Sync from SUSE:SLFO:Main rubygem-fast_gettext revision 79b668c6fdbff64b30247f44292d1903

This commit is contained in:
Adrian Schröter 2024-05-04 00:14:37 +02:00
commit 58e95e49ae
5 changed files with 324 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

BIN
fast_gettext-2.3.0.gem (Stored with Git LFS) Normal file

Binary file not shown.

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
#

View File

@ -0,0 +1,174 @@
-------------------------------------------------------------------
Tue Nov 14 14:58:42 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 2.3.0, see bundled CHANGELOG
-------------------------------------------------------------------
Tue Jan 25 06:54:33 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.2.0
see installed CHANGELOG
2.1.0 -- Remove taint checking https://github.com/grosser/fast_gettext/pull/133
-------------------------------------------------------------------
Fri Sep 25 13:56:14 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 2.0.3
see installed CHANGELOG
-------------------------------------------------------------------
Mon Feb 10 14:33:26 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 2.0.2
see installed CHANGELOG
-------------------------------------------------------------------
Fri Oct 11 12:49:37 UTC 2019 - Frank Schreiner <FSchreiner@suse.com>
- cleanup control character in changelog
-------------------------------------------------------------------
Sun May 5 09:25:21 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.0.1
see installed CHANGELOG
-------------------------------------------------------------------
Mon Jan 14 13:37:10 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.0.0
see installed CHANGELOG
2.0.0 -- Changed p_ separator to ^D https://github.com/grosser/fast_gettext/pull/107 add np and add gettext aliases
-------------------------------------------------------------------
Sat Dec 8 16:21:09 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 1.8.0
see installed CHANGELOG
-------------------------------------------------------------------
Sat Jun 23 00:05:08 UTC 2018 - factory-auto@kulow.org
- updated to version 1.7.0
see installed CHANGELOG
-------------------------------------------------------------------
Sun Dec 3 19:15:45 UTC 2017 - coolo@suse.com
- updated to version 1.6.0
see installed CHANGELOG
1.6.0 -- Remove restrictions around yaml file names
-------------------------------------------------------------------
Sun Sep 3 09:01:30 UTC 2017 - coolo@suse.com
- updated to version 1.5.1
see installed CHANGELOG
-------------------------------------------------------------------
Thu Aug 3 19:13:23 UTC 2017 - coolo@suse.com
- updated to version 1.4.1
see installed CHANGELOG
-------------------------------------------------------------------
Sat Mar 18 05:29:57 UTC 2017 - coolo@suse.com
- updated to version 1.4.0
see installed CHANGELOG
-------------------------------------------------------------------
Thu Oct 20 04:41:36 UTC 2016 - coolo@suse.com
- updated to version 1.3.0
see installed CHANGELOG
-------------------------------------------------------------------
Wed Aug 3 04:31:08 UTC 2016 - coolo@suse.com
- updated to version 1.2.0
see installed CHANGELOG
1.1.0 -- translations are no longer eager loaded for improved startup performance, pass `eager_load: true` to preload for example in preforked web server
-------------------------------------------------------------------
Tue May 31 04:28:56 UTC 2016 - coolo@suse.com
- updated to version 1.1.0
see installed CHANGELOG
-------------------------------------------------------------------
Thu Oct 15 04:29:34 UTC 2015 - coolo@suse.com
- updated to version 1.0.0
see installed CHANGELOG
1.0.0 -- do not enforce attr_accessible unless ProtectedAttributes are loaded
-------------------------------------------------------------------
Tue Feb 10 17:43:28 UTC 2015 - coolo@suse.com
- updated to version 0.9.2
-------------------------------------------------------------------
Tue Oct 21 12:29:20 UTC 2014 - coolo@suse.com
- updated to version 0.9.0
-------------------------------------------------------------------
Sun Oct 12 11:00:12 UTC 2014 - adrian@suse.de
- adapt to new rubygem packaging style
-------------------------------------------------------------------
Fri Nov 29 11:05:08 UTC 2013 - coolo@suse.com
- updated to version 0.8.1, no changelog
-------------------------------------------------------------------
Tue Sep 3 08:10:13 UTC 2013 - coolo@suse.com
- updated to version 0.8.0, no changelog
-------------------------------------------------------------------
Sat Jul 20 11:03:06 UTC 2013 - coolo@suse.com
- updated to version 0.7.1
-------------------------------------------------------------------
Thu Dec 20 06:24:31 UTC 2012 - coolo@suse.com
- updated to version 0.7.0
set_locale resets to default locale if none of the available locales was tried to set
-------------------------------------------------------------------
Mon Oct 29 08:06:20 UTC 2012 - coolo@suse.com
- updated to version 0.6.11, no changelog
-------------------------------------------------------------------
Wed Sep 19 14:51:13 UTC 2012 - coolo@suse.com
- updated to version 0.6.10, no changelog ;(
-------------------------------------------------------------------
Thu Aug 2 13:02:21 UTC 2012 - cfarrell@suse.com
- license update: MIT and Ruby
See the README.rdoc in lib/vendor
-------------------------------------------------------------------
Wed Aug 1 05:04:01 UTC 2012 - coolo@suse.com
- updated to version 0.6.9
-------------------------------------------------------------------
Thu Jan 19 14:47:21 UTC 2012 - lslezak@suse.cz
- initial version
- 0.6.4

54
rubygem-fast_gettext.spec Normal file
View File

@ -0,0 +1,54 @@
#
# spec file for package rubygem-fast_gettext
#
# Copyright (c) 2023 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-fast_gettext
Version: 2.3.0
Release: 0
%define mod_name fast_gettext
%define mod_full_name %{mod_name}-%{version}
BuildRequires: %{ruby >= 2.5.0}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
URL: https://github.com/grosser/fast_gettext
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: A simple, fast, memory-efficient and threadsafe implementation of
License: MIT AND Ruby
%description
A simple, fast, memory-efficient and threadsafe implementation of GetText.
%prep
%build
%install
%gem_install \
--doc-files="CHANGELOG LICENSE Readme.md" \
-f
%gem_packages
%changelog