From 6fa55da8a37b50675d554d6bd0fc9e5d7a635456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Mon, 9 Dec 2013 14:52:14 +0100 Subject: [PATCH] Update to i18n 0.6.9. - Fix CVE-2013-4491. --- .gitignore | 1 + rubygem-i18n.spec | 13 +++++++------ sources | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index aa348bf..ff911ac 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /i18n-0.6.0.gem /i18n-0.6.1.gem /i18n-0.6.4.gem +/i18n-0.6.9.gem diff --git a/rubygem-i18n.spec b/rubygem-i18n.spec index 568801f..338ba5d 100644 --- a/rubygem-i18n.spec +++ b/rubygem-i18n.spec @@ -2,8 +2,8 @@ Summary: New wave Internationalization support for Ruby Name: rubygem-%{gem_name} -Version: 0.6.4 -Release: 2%{?dist} +Version: 0.6.9 +Release: 1%{?dist} Group: Development/Languages License: MIT and (GPLv2 or Ruby) URL: http://github.com/svenfuchs/i18n @@ -34,9 +34,7 @@ Documentation for %{name} %prep %setup -q -c -T -# Avoid some encoding complaints. -# https://github.com/svenfuchs/i18n/issues/176 -LANG=en_US.utf8 %gem_install -n %{SOURCE0} +%gem_install -n %{SOURCE0} %build @@ -62,7 +60,6 @@ popd %{gem_libdir} %doc %{gem_instdir}/README.textile %doc %{gem_instdir}/MIT-LICENSE -%doc %{gem_instdir}/CHANGELOG.textile %{gem_cache} %{gem_spec} @@ -73,6 +70,10 @@ popd %changelog +* Mon Dec 09 2013 Vít Ondruch - 0.6.9-1 +- Update to i18n 0.6.9. + - Fix CVE-2013-4491. + * Sun Aug 04 2013 Fedora Release Engineering - 0.6.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 18af8db..cf9c3b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fa372c5d537e6db56866506900062cb6 i18n-0.6.4.gem +2ee80a0d22ccddf868e1437d9e3dfc00 i18n-0.6.9.gem