Compare commits

...

No commits in common. 'f38' and 'i9' have entirely different histories.
f38 ... i9

2
.gitignore vendored

@ -1,2 +0,0 @@
/http_parser.rb-0.6.0.gem
/http_parser.rb-0.8.0.gem

Binary file not shown.

@ -1,12 +1,17 @@
# Generated from http_parser.rb-0.6.0.gem by gem2rpm -*- rpm-spec -*-
%global gem_name http_parser.rb
Name: rubygem-%{gem_name}
Version: 0.8.0
Release: 1%{?dist}
Version: 0.6.0
Release: 27%{?dist}
Summary: Simple callback-based HTTP request/response parser
License: MIT
URL: https://github.com/tmm1/http_parser.rb
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# Fedora ships with RSpec 3.0 and the Expectations have a different
# name. Patch aims to update them to the newer Expectations.
Patch0: http_parser.rb-0.6.0-rspec3.patch
Patch1: http_parser.rb-0.6.0-usr_bin_ruby.patch
BuildRequires: gcc
BuildRequires: rubygems-devel
BuildRequires: ruby-devel
@ -49,13 +54,15 @@ cp -ar .%{gem_instdir}/lib/ruby_http_parser.so %{buildroot}%{gem_extdir_mri}/lib
%endif
# Prevent dangling symlink in -debuginfo (rhbz#878863).
rm -rf %{buildroot}%{gem_instdir}/{ext/,.github/}
rm -rf %{buildroot}%{gem_instdir}/ext/
rm -f %{buildroot}%{gem_instdir}/{.gitignore,.gitmodules,Gemfile.lock}
# Run the test suite
%check
pushd .%{gem_instdir}
# Workaround for issue https://github.com/tmm1/http_parser.rb/issues/27
export LC_ALL=en_US.UTF-8
rspec -Ilib -I%{buildroot}%{gem_extdir_mri} spec
popd
@ -79,11 +86,8 @@ popd
%{gem_instdir}/tasks
%changelog
* Sun Jul 30 2023 Ilia Gradina <ilgrad@fedoraproject.org> - 0.8.0-1
- Update to 0.8.0
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Sep 21 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.6.0-27
- Rebuilt for MSVSphere 9.2
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

@ -1 +0,0 @@
SHA512 (http_parser.rb-0.8.0.gem) = 228e8a617154411c43a548f10d2d8d2cae2d97970f621b4ef2955de94ed1943611cff22659cd75d63a09a0a02396993ab646ee29303d99856b46a80253a618c8
Loading…
Cancel
Save