|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 0.6.0
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
Summary: Simple callback-based HTTP request/response parser
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: MIT
|
|
|
|
@ -98,6 +98,9 @@ popd
|
|
|
|
|
%{gem_instdir}/tasks
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 0.6.0-10
|
|
|
|
|
- Rebuilt for switch to libxcrypt
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2018 Vít Ondruch <vondruch@redhat.com> - 0.6.0-9
|
|
|
|
|
- Keep the 'gem.build_complete', otherwise RubyGems tries to recompile
|
|
|
|
|
the binary extension.
|
|
|
|
|