From b726bf90bf6fe6f246fb9591cfddfe7f32b4b95d Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Sun, 10 Mar 2019 14:04:07 -0400 Subject: Upgrade google-cloud-cpp to 0.7.0. (#5619) In this version we can remove the dependency on gtest for the build. Of course there are many other changes, but that is the one relevant for packaging. --- ports/google-cloud-cpp/CONTROL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ports/google-cloud-cpp/CONTROL') diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL index 195d3d6f5..a23a885b4 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,4 +1,4 @@ Source: google-cloud-cpp -Version: 0.6.0 -Build-Depends: grpc, gtest, curl, crc32c +Version: 0.7.0 +Build-Depends: grpc, curl, crc32c Description: C++ Client Libraries for Google Cloud Platform APIs. -- cgit v1.2.3 From bc907b64ee5ccd8e5391c38d8badf076a6b977bb Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Sat, 6 Apr 2019 01:51:32 -0400 Subject: Update google-cloud-cpp to v0.8.0. (#5972) --- ports/google-cloud-cpp/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/google-cloud-cpp/CONTROL') diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL index a23a885b4..2ce59057e 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,4 +1,4 @@ Source: google-cloud-cpp -Version: 0.7.0 +Version: 0.8.0 Build-Depends: grpc, curl, crc32c Description: C++ Client Libraries for Google Cloud Platform APIs. -- cgit v1.2.3 From c2790cd23e75ee4d65772b1ac8f0e5b0f4cf8c04 Mon Sep 17 00:00:00 2001 From: past-due <30942300+past-due@users.noreply.github.com> Date: Tue, 9 Apr 2019 02:54:07 -0400 Subject: [google-cloud-cpp] Fix libcurl linkage (#5968) * [google-cloud-cpp] Fix libcurl linkage * [curl] Fix libcurl exported CMake target config (Windows) --- ports/google-cloud-cpp/CONTROL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ports/google-cloud-cpp/CONTROL') diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL index 2ce59057e..006b8fe2b 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,4 +1,4 @@ Source: google-cloud-cpp -Version: 0.8.0 -Build-Depends: grpc, curl, crc32c +Version: 0.8.0-1 +Build-Depends: grpc, curl[ssl], crc32c Description: C++ Client Libraries for Google Cloud Platform APIs. -- cgit v1.2.3