File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44Name: rubygem-%{gem_name }
55Version: 3.10.3
6- Release: 1.3 %{?dist }
6+ Release: 1.4 %{?dist }
77Summary: Google Protocol Buffers serialization and RPC implementation for Ruby
88License: MIT
99URL: https://github.com/localshred/protobuf
@@ -12,11 +12,11 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
1212# Add message.from_json: https://github.com/ruby-protobuf/protobuf/pull/411
1313# git clone https://github.com/ruby-protobuf/protobuf && cd protobuf
1414# git fetch origin pull/411/head:pr-411 && git diff v3.10.3 pr-411 > rubygem-protobuf-3.10.3-message-from-json.patch
15- # Patch0: %{name}-%{version}-message-from-json.patch
15+ Patch0: %{name }-%{version }-message-from-json.patch
1616# 64bit integer as json string: https://github.com/ruby-protobuf/protobuf/pull/415
1717# git clone https://github.com/ruby-protobuf/protobuf && cd protobuf
1818# git fetch origin pull/415/head:pr-415 && git diff v3.10.3 pr-415 > rubygem-protobuf-3.10.3-64bit-int-as-json.patch
19- Patch1: %{name }-%{version }-64bit-int-as-json.patch
19+ # Patch1: %{name}-%{version}-64bit-int-as-json.patch
2020BuildRequires: ruby(release)
2121BuildRequires: rubygems-devel
2222BuildRequires: ruby
@@ -49,8 +49,8 @@ Documentation for %{name}.
4949%prep
5050%setup -q -n %{gem_name }-%{version }
5151
52- # %patch0 -p1
53- %patch1 -p1
52+ %patch0 -p1
53+ # %patch1 -p1
5454
5555%build
5656gem build ../%{gem_name }-%{version }.gemspec
You can’t perform that action at this time.
0 commit comments