|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 1.1.5
|
|
|
|
Version: 1.1.5
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Summary: EventMachine based, async HTTP Request client
|
|
|
|
Summary: EventMachine based, async HTTP Request client
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: http://github.com/igrigorik/em-http-request
|
|
|
|
URL: http://github.com/igrigorik/em-http-request
|
|
|
@ -77,7 +77,7 @@ sed -i '/it "should keep default http port in redirect url that include it" do/
|
|
|
|
sed -i '/it "should keep default https port in redirect url that include it" do/ ,/^ end$/ s/^/#/' spec/redirect_spec.rb
|
|
|
|
sed -i '/it "should keep default https port in redirect url that include it" do/ ,/^ end$/ s/^/#/' spec/redirect_spec.rb
|
|
|
|
|
|
|
|
|
|
|
|
# One of the tests is expecting UTF-8 encoding enviroment
|
|
|
|
# One of the tests is expecting UTF-8 encoding enviroment
|
|
|
|
LANG=en_US.UTF-8 rspec spec -f d
|
|
|
|
LANG=C.UTF-8 rspec spec -f d
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
@ -99,6 +99,10 @@ popd
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1.5-5
|
|
|
|
|
|
|
|
- Use C.UTF-8 locale
|
|
|
|
|
|
|
|
See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Jaroslav Prokop <jar.prokop@volny.cz> - 1.1.5-4
|
|
|
|
* Sat Jul 14 2018 Jaroslav Prokop <jar.prokop@volny.cz> - 1.1.5-4
|
|
|
|
- Delete "Requires: rubygem(cookiejar)".
|
|
|
|
- Delete "Requires: rubygem(cookiejar)".
|
|
|
|
|
|
|
|
|
|
|
|