Update to 0.8.0

This commit is contained in:
lyn1001 2023-07-14 10:24:13 +08:00
parent 864392d111
commit 52a6596339
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 gem_name http_parser.rb
Name: rubygem-http_parser
Version: 0.7.0
Release: 2
Version: 0.8.0
Release: 1
Summary: Simple callback-based HTTP request/response parser
License: MIT
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-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
%prep
%autosetup -n http_parser.rb-0.7.0
%autosetup -n http_parser.rb-%{version}
gem spec %{SOURCE0} -l --ruby > http_parser.rb.gemspec
%build
@ -73,6 +73,9 @@ mv %{buildroot}/filelist.lst .
%{gem_docdir}/*
%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
- 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