diff --git a/rubygem-faraday.spec b/rubygem-faraday.spec index 9c4abc8..02efd04 100644 --- a/rubygem-faraday.spec +++ b/rubygem-faraday.spec @@ -3,7 +3,7 @@ Name: rubygem-%{gem_name} Version: 1.0.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: HTTP/REST API client library License: MIT URL: https://lostisland.github.io/faraday @@ -110,6 +110,9 @@ popd %{gem_instdir}/spec %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 1.0.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Sep 22 2023 Mamoru TASAKA - 1.0.1-10 - Backport upstream patch for testsuite with ruby3.3 undefined method message change