diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec index 2221553..b0516d8 100644 --- a/rubygem-actionpack.spec +++ b/rubygem-actionpack.spec @@ -3,12 +3,11 @@ # Circular dependency with rubygem-railties. %{?_with_bootstrap: %global bootstrap 1} -%global bootstrap 1 Name: rubygem-%{gem_name} Epoch: 1 Version: 5.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Web-flow and rendering framework putting the VC in MVC (part of Rails) License: MIT URL: http://rubyonrails.org @@ -89,6 +88,9 @@ popd %doc %{gem_instdir}/README.rdoc %changelog +* Thu Mar 28 2019 Pavel Valena - 1:5.2.3-2 +- Enable tests. + * Thu Mar 28 2019 Pavel Valena - 1:5.2.3-1 - Update to Action Pack 5.2.3.