diff --git a/i18n-1.2.0.gem b/i18n-1.2.0.gem deleted file mode 100644 index afdc30d..0000000 --- a/i18n-1.2.0.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9c75c9f4e808270830be75e112f2d2768e270857a7f6fdad0b82230a1c63a1d -size 41472 diff --git a/i18n-1.5.2.gem b/i18n-1.5.2.gem new file mode 100644 index 0000000..ab4433c --- /dev/null +++ b/i18n-1.5.2.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9796ba83d6be0d6c64af3a08ce68e065590e5c6af3a42ec2002c313afb51d21 +size 41472 diff --git a/rubygem-i18n.changes b/rubygem-i18n.changes index acda392..05296d9 100644 --- a/rubygem-i18n.changes +++ b/rubygem-i18n.changes @@ -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 diff --git a/rubygem-i18n.spec b/rubygem-i18n.spec index 5e20288..675f9c0 100644 --- a/rubygem-i18n.spec +++ b/rubygem-i18n.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 -Version: 1.2.0 +Version: 1.5.2 Release: 0 %define mod_name i18n %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{ruby >= 2.0.0} +BuildRequires: %{ruby >= 2.3.0} BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 Url: http://github.com/svenfuchs/i18n