#6 Update to i18n 1.8.5.
Merged 3 years ago by pvalena. Opened 3 years ago by pvalena.
rpms/ pvalena/rubygem-i18n rebase  into  master

file modified
+7 -3
@@ -3,8 +3,8 @@ 

  %bcond_without tests

  

  Name: rubygem-%{gem_name}

- Version: 1.8.2

- Release: 2%{?dist}

+ Version: 1.8.5

+ Release: 1%{?dist}

  Summary: New wave Internationalization support for Ruby

  # `BSD or Ruby` due to header of lib/i18n/gettext/po_parser.rb

  License: MIT and (BSD or Ruby)
@@ -12,7 +12,7 @@ 

  Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem

  # Since 1.8.2 tests are not shipped with the gem, but can be checked like

  # git clone --no-checkout https://github.com/ruby-i18n/i18n

- # cd i18n && git archive -v -o i18n-1.8.2-tests.txz v1.8.2 test

+ # cd i18n && git archive -v -o i18n-1.8.5-tests.txz v1.8.5 test

  Source1: %{gem_name}-%{version}-tests.txz

  BuildRequires: ruby

  BuildRequires: ruby(release)
@@ -76,6 +76,10 @@ 

  %doc %{gem_instdir}/README.md

  

  %changelog

+ * Fri Oct 30 16:58:04 CET 2020 Pavel Valena <pvalena@redhat.com> - 1.8.5-1

+ - Update to i18n 1.8.5.

+   Resolves: rhbz#1844286

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

file modified
+2 -2
@@ -1,2 +1,2 @@ 

- SHA512 (i18n-1.8.2-tests.txz) = 64f61cf7068bc3631ec6396c4739131560546ae013cb7bf9f7c829f3875ee6f7134e43e25056d17ccc882d1dd4beb47eb2b7732035232f42110c17d90723cf7f

- SHA512 (i18n-1.8.2.gem) = 0da4547d219e33b030a92295c3ee0604b0e6e853c032e68c91116d9ab0fd16d54e27117dfe9612870bdfd265d9e40db2991dc2037c72b72e6a3b5e1a8fe56dc0

+ SHA512 (i18n-1.8.5.gem) = 803eb41f448f410dc941c6f9b792a9feb601de6707c265705b61c509750cdeadcf0176db48cc15dfcd6edd7b821f995dc2245585d957933738b8cbf664faef7b

+ SHA512 (i18n-1.8.5-tests.txz) = f8d272cf85602c58eb67887761b64ba26e05a094f0180cb8bc6324431a34947430c2153f61e28e4351140db28bef3d3e1117dfed98a8c35d9b95b3fa16d264bd

Resolves: rhbz#1844286


Note: this update was created and tested automatically, but it was not checked by anyone. Please check the logs, commits, and comment "LGTM" it if you find it ok. Afterwards it will be merged and built automatically as well (and checked by me).


To have latest i18n gem in Fedora.

Up-to-date Koji scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=54565844

Up-to-date Copr build:
https://copr.fedorainfracloud.org/coprs/build/1728484

Checks:

  • Tests: ok
  • Syntax check: ok
  • Dependent packages: ok
  • Smoke test: ok
  • rpmlint: ok

Update log: https://git.io/JTSXa
Test log: https://git.io/JTSXr
gem2rpm diff: https://git.io/JTSXo

It looks good to me! Thanks!

Pull-Request has been merged by pvalena

3 years ago
Metadata