Accepting request 665648 from home:mschnitzer:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/665648 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-i18n?expand=0&rev=45
This commit is contained in:
parent
26ec0b577d
commit
7673162663
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b9c75c9f4e808270830be75e112f2d2768e270857a7f6fdad0b82230a1c63a1d
|
|
||||||
size 41472
|
|
3
i18n-1.5.2.gem
Normal file
3
i18n-1.5.2.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c9796ba83d6be0d6c64af3a08ce68e065590e5c6af3a42ec2002c313afb51d21
|
||||||
|
size 41472
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 14 08:05:29 UTC 2019 - mschnitzer@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.5.2
|
||||||
|
|
||||||
|
* Fixed a bug where the required_ruby_version was not set
|
||||||
|
correctly in the gemspec - #462
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 19 07:08:54 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
Wed Dec 19 07:08:54 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-i18n
|
# spec file for package rubygem-i18n
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -24,12 +24,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-i18n
|
Name: rubygem-i18n
|
||||||
Version: 1.2.0
|
Version: 1.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name i18n
|
%define mod_name i18n
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: %{ruby >= 2.0.0}
|
BuildRequires: %{ruby >= 2.3.0}
|
||||||
BuildRequires: %{rubygem gem2rpm}
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
BuildRequires: ruby-macros >= 5
|
BuildRequires: ruby-macros >= 5
|
||||||
Url: http://github.com/svenfuchs/i18n
|
Url: http://github.com/svenfuchs/i18n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user