#1 Update to formatador 1.1.0.
Opened 6 months ago by pvalena. Modified 4 months ago
rpms/ pvalena/rubygem-formatador rebase  into  rawhide

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

- /formatador-0.1.4.gem

- /formatador-0.2.1.gem

- /formatador-0.2.4.gem

- /formatador-0.2.5.gem

+ /formatador-*.gem

file modified
+12 -6
@@ -3,11 +3,11 @@ 

  %{!?_with_bootstrap: %global bootstrap 0}

  

  Name: rubygem-%{gem_name}

- Version: 0.2.5

- Release: 16%{?dist}

+ Version: 1.1.0

+ Release: 1%{?dist}

  Summary: Ruby STDOUT text formatting

  License: MIT

- URL: http://github.com/geemus/formatador

+ URL: https://github.com/geemus/formatador

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

  BuildRequires: ruby(release)

  BuildRequires: rubygems-devel
@@ -29,10 +29,12 @@ 

  Documentation for %{name}.

  

  %prep

- %setup -q -c -T

- %gem_install -n %{SOURCE0}

+ %setup -q -n %{gem_name}-%{version}

  

  %build

+ gem build ../%{gem_name}-%{version}.gemspec

+ %gem_install

+ 

  

  %install

  mkdir -p %{buildroot}%{gem_dir}
@@ -59,14 +61,18 @@ 

  %doc %{gem_docdir}

  %doc %{gem_instdir}/CONTRIBUTING.md

  %doc %{gem_instdir}/CONTRIBUTORS.md

+ %doc %{gem_instdir}/README.md

  %{gem_instdir}/Gemfile

- %doc %{gem_instdir}/README.rdoc

  %{gem_instdir}/Rakefile

  %doc %{gem_instdir}/changelog.txt

  %{gem_instdir}/formatador.gemspec

  %{gem_instdir}/tests

  

  %changelog

+ * Wed Nov 15 2023 Pavel Valena <pvalena@redhat.com> - 1.1.0-1

+ - Update to formatador 1.1.0.

+   Resolves: rhbz#1973265

+ 

  * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-16

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

  

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

- f2d7213efd6a327ec6c34262185f6e2e  formatador-0.2.5.gem

+ SHA512 (formatador-1.1.0.gem) = 4f0056954b997b29c6a03500840c6047f2f4b61c9e70d7620ba33d0efa97be75e4918ca0e66b8b72e96106b145cd318c266f5d7a0b9ba7617d64a9d002b52abc

To have latest formatador gem in Fedora.

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

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

Checks:

  • Tests: ok
  • Syntax check: ok
  • Reverse dependencies: needs inspection
rubygem-fog-core: (rubygem(formatador) >= 0.2 with rubygem(formatador) < 2.0)
  • Smoke test: ok
  • rpmlint: ok
  • patches: ok

Test log: https://gist.github.com/pvalena/eb60370f07a0a67109ef1618b55c4181
gem2rpm diff: https://gist.github.com/pvalena/34ed6a701534aec2bf68f7f43446f024


Update log: https://gist.github.com/pvalena/b2defa49d19efb1db96e1821cd169fd0

Not sure if this does not break rubygem-guard.

Tests: failed

This is false positive, the tests are executed by Shindo though.

Thanks for checking!

Will investigate.

1 new commit added

  • Enahnce .spec file.
5 months ago

rebased onto e59f935

4 months ago