Accepting request 948707 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/948707 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-fast_gettext?expand=0&rev=57
This commit is contained in:
committed by
Git OBS Bridge
parent
5e8460b886
commit
d2bc4784ba
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-fast_gettext
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,12 +24,12 @@
|
||||
#
|
||||
|
||||
Name: rubygem-fast_gettext
|
||||
Version: 2.0.3
|
||||
Version: 2.2.0
|
||||
Release: 0
|
||||
%define mod_name fast_gettext
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: %{ruby >= 2.4.0}
|
||||
BuildRequires: %{ruby >= 2.5.0}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
URL: https://github.com/grosser/fast_gettext
|
||||
@@ -48,7 +48,7 @@ A simple, fast, memory-efficient and threadsafe implementation of GetText.
|
||||
|
||||
%install
|
||||
%gem_install \
|
||||
--doc-files="CHANGELOG Readme.md" \
|
||||
--doc-files="CHANGELOG LICENSE Readme.md" \
|
||||
-f
|
||||
|
||||
%gem_packages
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user