Update to i18n 0.6.9.

- Fix CVE-2013-4491.
f38
Vít Ondruch 11 years ago
parent f156f41847
commit 6fa55da8a3

1
.gitignore vendored

@ -3,3 +3,4 @@
/i18n-0.6.0.gem
/i18n-0.6.1.gem
/i18n-0.6.4.gem
/i18n-0.6.9.gem

@ -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 <vondruch@redhat.com> - 0.6.9-1
- Update to i18n 0.6.9.
- Fix CVE-2013-4491.
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

@ -1 +1 @@
fa372c5d537e6db56866506900062cb6 i18n-0.6.4.gem
2ee80a0d22ccddf868e1437d9e3dfc00 i18n-0.6.9.gem

Loading…
Cancel
Save