Accepting request 864560 from home:mschnitzer:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/864560 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-i18n?expand=0&rev=59
This commit is contained in:
parent
9f3adc71c1
commit
ca0f17bf67
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3bb7c9e89804cde8264b89f47f4746527f7293e7b5e4c74e66a9b70cfe97a94
|
||||
size 42496
|
3
i18n-1.8.7.gem
Normal file
3
i18n-1.8.7.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3be7ddd6069e7b8c939a87290349d28bf13a0bf01a526bb42fdb0d31525f20cf
|
||||
size 42496
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 07:35:40 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
|
||||
|
||||
- updated to version 1.8.7
|
||||
|
||||
* Fixed a regression with fallback logic: see issues #547, #546 and #542.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 12:46:18 UTC 2020 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-i18n
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,26 +16,28 @@
|
||||
#
|
||||
|
||||
|
||||
%define mod_name i18n
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
#
|
||||
# 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-i18n
|
||||
Version: 1.8.5
|
||||
Version: 1.8.7
|
||||
Release: 0
|
||||
Summary: New wave Internationalization support for Ruby
|
||||
License: MIT
|
||||
Group: Development/Languages/Ruby
|
||||
URL: https://github.com/ruby-i18n/i18n
|
||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: gem2rpm.yml
|
||||
%define mod_name i18n
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: %{ruby >= 2.3.0}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
URL: https://github.com/ruby-i18n/i18n
|
||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: gem2rpm.yml
|
||||
Summary: New wave Internationalization support for Ruby
|
||||
License: MIT
|
||||
Group: Development/Languages/Ruby
|
||||
|
||||
%description
|
||||
New wave Internationalization support for Ruby.
|
||||
|
Loading…
x
Reference in New Issue
Block a user