diff --git a/ruby-mustache.spec b/ruby-mustache.spec index 54dc39c..a54c9db 100644 --- a/ruby-mustache.spec +++ b/ruby-mustache.spec @@ -1,17 +1,17 @@ Name: ruby-mustache Version: 1.1.1 -Release: 1mamba +Release: 2mamba Summary: Mustache is a framework-agnostic way to render logic-free views Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://github.com/defunkt/mustache +URL: https://github.com/mustache/mustache Source: https://rubygems.org/downloads/mustache-%{version}.gem License: MIT ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END -BuildRequires: ruby-devel +BuildRequires: ruby-devel >= 3.2.4 Requires: ruby %description @@ -42,5 +42,8 @@ rm -rf %{buildroot}${gemdir}/cache %doc mustache-%{version}/LICENSE %changelog +* Fri Jun 07 2024 Silvan Calarco 1.1.1-2mamba +- rebuilt with ruby 3.2.4 + * Sat Apr 23 2022 Silvan Calarco 1.1.1-1mamba - package created using the webbuild interface