diff --git a/http_parser.rb-0.7.0.gem b/http_parser.rb-0.7.0.gem deleted file mode 100644 index d2b800b..0000000 Binary files a/http_parser.rb-0.7.0.gem and /dev/null differ diff --git a/http_parser.rb-0.8.0.gem b/http_parser.rb-0.8.0.gem new file mode 100644 index 0000000..b7e137f Binary files /dev/null and b/http_parser.rb-0.8.0.gem differ diff --git a/rubygem-http_parser.spec b/rubygem-http_parser.spec index 2e57efa..0146386 100644 --- a/rubygem-http_parser.spec +++ b/rubygem-http_parser.spec @@ -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 - 0.8.0-1 +- Update to 0.8.0 + * Wed Aug 25 2021 wutao - 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