From c2a081ad8af9b194572a1e6bb9ef386b936062e8 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Aug 03 2016 12:52:54 +0000 Subject: Bump to upstream 02fca896ff5f50c6bbbee0860345a49344b37a03 - related: #1250461 --- diff --git a/.gitignore b/.gitignore index 8104338..7210db6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/grpc-go-e78224b.tar.gz +/grpc-go-02fca89.tar.gz diff --git a/golang-github-grpc-grpc-go.spec b/golang-github-grpc-grpc-go.spec index cf6e617..5b270d4 100644 --- a/golang-github-grpc-grpc-go.spec +++ b/golang-github-grpc-grpc-go.spec @@ -25,12 +25,12 @@ # https://github.com/grpc/grpc-go %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path google.golang.org/grpc -%global commit e78224b060cf3215247b7be455f80ea22e469b66 +%global commit 02fca896ff5f50c6bbbee0860345a49344b37a03 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: golang-%{provider}-%{project}-%{repo} Version: 0 -Release: 0.9.git%{shortcommit}%{?dist} +Release: 0.10.git%{shortcommit}%{?dist} Summary: The Go language implementation of gRPC. HTTP/2 based RPC License: BSD URL: https://%{provider_prefix} @@ -52,6 +52,7 @@ BuildArch: noarch %if 0%{?with_check} BuildRequires: golang(github.com/golang/glog) BuildRequires: golang(github.com/golang/protobuf/proto) +BuildRequires: golang(github.com/golang/protobuf/protoc-gen-go/descriptor) BuildRequires: golang(golang.org/x/net/context) BuildRequires: golang(golang.org/x/net/http2) BuildRequires: golang(golang.org/x/net/http2/hpack) @@ -63,6 +64,7 @@ BuildRequires: golang(golang.org/x/oauth2/jwt) Requires: golang(github.com/golang/glog) Requires: golang(github.com/golang/protobuf/proto) +Requires: golang(github.com/golang/protobuf/protoc-gen-go/descriptor) Requires: golang(golang.org/x/net/context) Requires: golang(golang.org/x/net/http2) Requires: golang(golang.org/x/net/http2/hpack) @@ -78,8 +80,6 @@ Provides: golang(%{import_path}/benchmark/stats) = %{version}-%{release} Provides: golang(%{import_path}/codes) = %{version}-%{release} Provides: golang(%{import_path}/credentials) = %{version}-%{release} Provides: golang(%{import_path}/credentials/oauth) = %{version}-%{release} -Provides: golang(%{import_path}/examples/helloworld/helloworld) = %{version}-%{release} -Provides: golang(%{import_path}/examples/route_guide/routeguide) = %{version}-%{release} Provides: golang(%{import_path}/grpclog) = %{version}-%{release} Provides: golang(%{import_path}/grpclog/glogger) = %{version}-%{release} Provides: golang(%{import_path}/health) = %{version}-%{release} @@ -89,6 +89,9 @@ Provides: golang(%{import_path}/interop/grpc_testing) = %{version}-%{releas Provides: golang(%{import_path}/metadata) = %{version}-%{release} Provides: golang(%{import_path}/naming) = %{version}-%{release} Provides: golang(%{import_path}/peer) = %{version}-%{release} +Provides: golang(%{import_path}/reflection) = %{version}-%{release} +Provides: golang(%{import_path}/reflection/grpc_reflection_v1alpha) = %{version}-%{release} +Provides: golang(%{import_path}/reflection/grpc_testing) = %{version}-%{release} Provides: golang(%{import_path}/stress/grpc_testing) = %{version}-%{release} Provides: golang(%{import_path}/test/codec_perf) = %{version}-%{release} Provides: golang(%{import_path}/test/grpc_testing) = %{version}-%{release} @@ -198,6 +201,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Wed Aug 03 2016 jchaloup - 0-0.10.git02fca89 +- Bump to upstream 02fca896ff5f50c6bbbee0860345a49344b37a03 + related: #1250461 + * Mon Aug 01 2016 jchaloup - 0-0.9.gite78224b - Bump to upstream e78224b060cf3215247b7be455f80ea22e469b66 related: #1250461 diff --git a/sources b/sources index cd9820c..654287d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f48f7fd43ef1947af9ad4e18eb494c71 grpc-go-e78224b.tar.gz +668cb7ef274e16601fa91617b9aac557 grpc-go-02fca89.tar.gz