From 4839301567c366a1eca661d2b386059764595a9b Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Feb 19 2016 13:00:17 +0000 Subject: Bump to upstream e29d659177655e589850ba7d3d83f7ce12ef23dd - related: #1250461 --- diff --git a/.gitignore b/.gitignore index ee439b2..e8740da 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/grpc-go-d286668.tar.gz +/grpc-go-e29d659.tar.gz diff --git a/golang-github-grpc-grpc-go.spec b/golang-github-grpc-grpc-go.spec index fac278e..4019bba 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 d286668e5153f1143d4181d8dfa47241616d0ceb +%global commit e29d659177655e589850ba7d3d83f7ce12ef23dd %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: golang-%{provider}-%{project}-%{repo} Version: 0 -Release: 0.3.git%{shortcommit}%{?dist} +Release: 0.4.git%{shortcommit}%{?dist} Summary: The Go language implementation of gRPC. HTTP/2 based RPC License: BSD URL: https://%{provider_prefix} @@ -50,22 +50,22 @@ Summary: %{summary} BuildArch: noarch %if 0%{?with_check} -BuildRequires: golang(github.com/bradfitz/http2) -BuildRequires: golang(github.com/bradfitz/http2/hpack) BuildRequires: golang(github.com/golang/glog) BuildRequires: golang(github.com/golang/protobuf/proto) BuildRequires: golang(golang.org/x/net/context) +BuildRequires: golang(golang.org/x/net/http2) +BuildRequires: golang(golang.org/x/net/http2/hpack) BuildRequires: golang(golang.org/x/net/trace) BuildRequires: golang(golang.org/x/oauth2) BuildRequires: golang(golang.org/x/oauth2/google) BuildRequires: golang(golang.org/x/oauth2/jwt) %endif -Requires: golang(github.com/bradfitz/http2) -Requires: golang(github.com/bradfitz/http2/hpack) Requires: golang(github.com/golang/glog) Requires: golang(github.com/golang/protobuf/proto) Requires: golang(golang.org/x/net/context) +Requires: golang(golang.org/x/net/http2) +Requires: golang(golang.org/x/net/http2/hpack) Requires: golang(golang.org/x/net/trace) Requires: golang(golang.org/x/oauth2) Requires: golang(golang.org/x/oauth2/google) @@ -78,12 +78,17 @@ 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} -Provides: golang(%{import_path}/health/grpc_health) = %{version}-%{release} +Provides: golang(%{import_path}/health/grpc_health_v1alpha) = %{version}-%{release} +Provides: golang(%{import_path}/interop) = %{version}-%{release} Provides: golang(%{import_path}/interop/grpc_testing) = %{version}-%{release} 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}/test/codec_perf) = %{version}-%{release} Provides: golang(%{import_path}/test/grpc_testing) = %{version}-%{release} Provides: golang(%{import_path}/transport) = %{version}-%{release} @@ -180,17 +185,21 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %if 0%{?with_devel} %files devel -f devel.file-list %license LICENSE -%doc grpc-auth-support.md README.md CONTRIBUTING.md +%doc README.md CONTRIBUTING.md %dir %{gopath}/src/google.golang.org %endif %if 0%{?with_unit_test} && 0%{?with_devel} %files unit-test -f unit-test.file-list %license LICENSE -%doc grpc-auth-support.md README.md CONTRIBUTING.md +%doc README.md CONTRIBUTING.md %endif %changelog +* Thu Feb 18 2016 jchaloup - 0-0.4.gite29d659 +- Bump to upstream e29d659177655e589850ba7d3d83f7ce12ef23dd + related: #1250461 + * Wed Feb 03 2016 Fedora Release Engineering - 0-0.3.gitd286668 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 72e8eaa..eca2383 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3cf4bb98e992ee4952139acdd75dda2 grpc-go-d286668.tar.gz +bb2f2d280221f6d2fac76028e293ca65 grpc-go-e29d659.tar.gz