#1 Update to version 2.0.1
Closed 3 years ago by oturpe. Opened 3 years ago by oturpe.
rpms/ oturpe/rubygem-tomlrb update-2.0.1  into  rawhide

file modified
+5 -3
@@ -1,6 +1,8 @@ 

  /results_*

  /*.src.rpm

  

- /tomlrb-1.2.8.gem

- /tomlrb-1.2.8-test.tar.gz

- /tomlrb-1.2.8.tar.gz

+ /tomlrb-2.0.1.gem

+ /tomlrb-2.0.1.tar.gz

+ # Generated by 'fedpkg local'

+ /tomlrb-2.0.1.gemspec

+ /tomlrb-2.0.1/ 

\ No newline at end of file

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

  %global gem_name tomlrb

  

  Name:           rubygem-%{gem_name}

- Version:        1.2.8

- Release:        7%{?dist}

+ Version:        2.0.1

+ Release:        1%{?dist}

  Summary:        TOML parser based on racc

  License:        MIT

  
@@ -86,6 +86,9 @@ 

  

  

  %changelog

+ * Wed Jan 27 2021 Otto Urpelainen <oturpe@iki.fi> - 2.0.1-1

+ - Update to version 2.0.1.

+ 

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

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

  

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

- SHA512 (tomlrb-1.2.8.gem) = c6c93318fb2ec3e09943df58af06329b43066fce4a1e00550096360a00962adcc2ad585cdabc598fa6b6697be4197e6ac5baaee1e511d2d752cad78c9728c756

- SHA512 (tomlrb-1.2.8.tar.gz) = a6f8a7ae5db02a8efca8ae75fc1a680d26016d221ec238e4f5ecd59bead4efff7cfe14f541a0be17ea6790699aeb7621d9a4d1b7e38a40828f8f66424fc9fb94

+ SHA512 (tomlrb-2.0.1.gem) = cbbc4965291a2cc8d75b302e8be6e8740583cc4b3b2273c5efb412bc98561a5946f793e2df755660208ca8c9f7efed9ea07a942bb3bc34bbc122330c327420b0

+ SHA512 (tomlrb-2.0.1.tar.gz) = 9690b5689d37cc4634e65a906b1c0bb3692afa96fd92e2dd0d487f2f16dacc64e992e114822edcff270b3ddb8bacd2c6e20e2d12112cd8641c5190ea6ee4e4db

Update to version 2.0.1

Version update is required to build rubygem-jekyll in Rawhide since existing version 1.2.8 does not work with Ruby 3.0. See rpms/rubygem-jekyll#4

I've run few tests for this:

Koji scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=60750350

Copr build:
https://copr.fedorainfracloud.org/coprs/build/1914702

  • Syntax check: ok
  • Reverse dependencies: ok
  • Smoke test: ok
  • rpmlint: ok

Test log: https://git.io/JtltQ

Pull-Request has been closed by oturpe

3 years ago

Closing in favor of #2. Both are have the same changes.