#1 Update to rake-compiler 1.1.8.
Closed 2 years ago by mtasaka. Opened 2 years ago by pvalena.
rpms/ pvalena/rubygem-rake-compiler rebase  into  rawhide

file modified
+1 -33
@@ -1,33 +1,1 @@ 

- rake-compiler-0.7.0.gem

- rake-compiler-0.7.1.gem

- /rake-compiler-0.7.5.gem

- /rake-compiler-0.7.6.gem

- /rake-compiler-0.7.7.gem

- /rake-compiler-0.7.8.gem

- /rake-compiler-0.7.9.gem

- /rake-compiler-0.8.0.gem

- /rake-compiler-0.8.1.gem

- /rake-compiler-0.8.2.gem

- /rake-compiler-0.8.3.gem

- /rake-compiler-0.9.1.gem

- /rake-compiler-0.9.2.gem

- /rake-compiler-0.9.3.gem

- /rake-compiler-0.9.4.gem

- /rake-compiler-0.9.5.gem

- /rake-compiler-0.9.6.gem

- /rake-compiler-0.9.7.gem

- /rake-compiler-0.9.8.gem

- /rake-compiler-0.9.9.gem

- /rake-compiler-1.0.1.gem

- /rake-compiler-1.0.3.gem

- /rake-compiler-1.0.4.gem

- /rake-compiler-1.0.5.gem

- /rake-compiler-1.0.6.gem

- /rake-compiler-1.0.7.gem

- /rake-compiler-1.0.8.gem

- /rake-compiler-1.0.9.gem

- /rake-compiler-1.1.0.gem

- /rake-compiler-1.1.1.gem

- /rake-compiler-1.1.3.gem

- /rake-compiler-1.1.6.gem

- /rake-compiler-1.1.7.gem

+ /rake-compiler-*.gem

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

  

  Summary:	Rake-based Ruby C Extension task generator

  Name:		rubygem-%{gem_name}

- Version:	1.1.7

- Release:	2%{?dist}

+ Version:	1.1.8

+ Release:	1%{?dist}

  License:	MIT

  URL:		http://rake-compiler.rubyforge.org/

  Source0:	https://rubygems.org/gems/%{gem_name}-%{version}.gem
@@ -116,6 +116,9 @@ 

  

  

  %changelog

+ * Tue Jan 18 2022 Pavel Valena <pvalena@redhat.com> - 1.1.8-1

+ - Update to rake-compiler 1.1.8.

+ 

  * Fri Jan 14 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.7-2

  - Fix for cucumber 7 syntax change

  

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

- SHA512 (rake-compiler-1.1.7.gem) = fa54470bfb13756933e987359a8245847ec64250bec89228852185e71307a4f9ad35fe1b54d66065bcc36c0e265df608073f225f2e8bcd3675034226aeb2ee07

+ SHA512 (rake-compiler-1.1.8.gem) = 64b1e33a85b88f1685b57bb9aa22f0d332d2d97aef7142cd8c1ebbff34a5c5e092505bebf741ff1f4c8ec8314494c1d24ccff9fa1b83bbf49bb71742cdba27b7

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 the build status checked). For that I'd ask you to add the package into @ruby-packagers-sig group (if it isn't yet).


To have latest rake-compiler gem in Fedora.

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

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

Checks:

  • Koji build: ok
  • Tests: ok
  • Syntax check: ok
  • Reverse dependencies: ok
  • Smoke test: failed (ruby -e "require '\''rake-compiler'\''" || ruby -e "require '\''rake/compiler'\''")
  • rpmlint: failed

    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/licenses.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
    /usr/lib/python3.10/site-packages/rpmlint/configdefaults.toml
    3 packages and 1 specfiles checked; 1 errors, 4 warnings, 1 badness; has taken 0.4 s
    ============================ rpmlint session starts ============================
    checks: 31, packages: 4
    configuration:
    rpmlint: 2.1.0
    rubygem-rake-compiler.noarch: E: useless-provides rubygem(rake-compiler)
    rubygem-rake-compiler.noarch: W: no-manual-page-for-binary rake-compiler


Update log: https://gist.github.com/0aecef8c0b9407fb76c5e32d6206af15
Test log: https://gist.github.com/2f5ef732c148d5757383820756941f06
gem2rpm diff: https://gist.github.com/d8810f1a66ca1d2b6c23cf6a9305f56d

Merged manually, thank you.

Pull-Request has been closed by mtasaka

2 years ago