diff --git a/rubygem-mustache.spec b/rubygem-mustache.spec index 34c41c0..90ae75a 100644 --- a/rubygem-mustache.spec +++ b/rubygem-mustache.spec @@ -2,7 +2,7 @@ Name: rubygem-%{gem_name} Version: 1.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mustache is a framework-agnostic way to render logic-free views License: MIT URL: https://github.com/mustache/mustache @@ -102,6 +102,9 @@ popd %{gem_instdir}/test %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Apr 27 2020 Vít Ondruch - 1.1.1-1 - Update to Mustache 1.1.1. Resolves: rhbz#1321203