!11 update to 0.8.0

From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-07-21 06:04:06 +00:00 committed by Gitee
commit cae0295a95
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
http_parser.rb-0.8.0.gem Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
%global gem_name http_parser.rb %global gem_name http_parser.rb
Name: rubygem-http_parser Name: rubygem-http_parser
Version: 0.7.0 Version: 0.8.0
Release: 2 Release: 1
Summary: Simple callback-based HTTP request/response parser Summary: Simple callback-based HTTP request/response parser
License: MIT License: MIT
URL: https://github.com/tmm1/http_parser.rb URL: https://github.com/tmm1/http_parser.rb
Source0: https://rubygems.org/gems/http_parser.rb-0.7.0.gem Source0: https://rubygems.org/gems/http_parser.rb-%{version}.gem
BuildRequires: ruby BuildRequires: ruby
BuildRequires: ruby-devel BuildRequires: ruby-devel
@ -28,7 +28,7 @@ BuildArch: noarch
Ruby bindings to https://github.com/joyent/http-parser and https://github.com/http-parser/http-parser.java Ruby bindings to https://github.com/joyent/http-parser and https://github.com/http-parser/http-parser.java
%prep %prep
%autosetup -n http_parser.rb-0.7.0 %autosetup -n http_parser.rb-%{version}
gem spec %{SOURCE0} -l --ruby > http_parser.rb.gemspec gem spec %{SOURCE0} -l --ruby > http_parser.rb.gemspec
%build %build
@ -73,6 +73,9 @@ mv %{buildroot}/filelist.lst .
%{gem_docdir}/* %{gem_docdir}/*
%changelog %changelog
* Fri Jul 14 2023 liyanan <thistleslyn@163.com> - 0.8.0-1
- Update to 0.8.0
* Wed Aug 25 2021 wutao <wutao61@huawei.com> - 0.7.0-2 * Wed Aug 25 2021 wutao <wutao61@huawei.com> - 0.7.0-2
- Move .so file from /usr/lib64/gems/ruby/http_parser.rb-0.7.0/http_parser.rb/ to - Move .so file from /usr/lib64/gems/ruby/http_parser.rb-0.7.0/http_parser.rb/ to
/usr/lib64/gems/ruby/http_parser.rb-0.7.0/ to solve fluentd loaderror problem /usr/lib64/gems/ruby/http_parser.rb-0.7.0/ to solve fluentd loaderror problem