From 164dc9e4b15110ba2371f8bbc6623436c89cbb68 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Mon, 15 Jul 2019 13:09:12 -0400 Subject: Upgrade google-cloud-cpp to v0.11.0. (#7134) --- 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 6c1b23391..0adc8a16b 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,4 +1,4 @@ Source: google-cloud-cpp -Version: 0.10.0 +Version: 0.11.0 Build-Depends: grpc, curl[ssl], crc32c Description: C++ Client Libraries for Google Cloud Platform APIs. -- cgit v1.2.3 From 65cb5cd00cba333e3a41433058e42a114f61fb78 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Wed, 7 Aug 2019 19:43:35 -0400 Subject: Update google-cloud-cpp to 0.12.0. (#7557) * Add googleapis proto libraries port. Compile protos from github.com/googleapis/googleapis into C++ libraries. * Updated google-cloud-cpp to 0.12.0 * [google-cloud-cpp] Fix flaky build --- ports/google-cloud-cpp/CONTROL | 5 +++-- 1 file changed, 3 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 0adc8a16b..a844f9749 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,4 +1,5 @@ Source: google-cloud-cpp -Version: 0.11.0 -Build-Depends: grpc, curl[ssl], crc32c +Version: 0.12.0 +Build-Depends: grpc, curl[ssl], crc32c, googleapis Description: C++ Client Libraries for Google Cloud Platform APIs. +Homepage: https://github.com/googleapis/google-cloud-cpp -- cgit v1.2.3 From a854988d140e3870ad64379dc2b92c2286833172 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Tue, 10 Sep 2019 14:48:28 -0400 Subject: Update google-cloud-cpp and googleapis. (#8077) --- 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 a844f9749..a2bbef68d 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,5 +1,5 @@ Source: google-cloud-cpp -Version: 0.12.0 +Version: 0.13.0 Build-Depends: grpc, curl[ssl], crc32c, googleapis Description: C++ Client Libraries for Google Cloud Platform APIs. Homepage: https://github.com/googleapis/google-cloud-cpp -- cgit v1.2.3 From e1686e1a8374f68c6dbab4d33ed4ad071372f686 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Thu, 3 Oct 2019 19:03:51 -0400 Subject: [google-cloud-cpp] Update to v0.14.0 (#8441) --- 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 a2bbef68d..df2e3c8a3 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,5 +1,5 @@ Source: google-cloud-cpp -Version: 0.13.0 +Version: 0.14.0 Build-Depends: grpc, curl[ssl], crc32c, googleapis Description: C++ Client Libraries for Google Cloud Platform APIs. Homepage: https://github.com/googleapis/google-cloud-cpp -- cgit v1.2.3 From 726c11148105a97aef39bec024fdb7c140b1b154 Mon Sep 17 00:00:00 2001 From: Stefano Sinigardi Date: Mon, 7 Oct 2019 19:35:13 +0200 Subject: [vcpkg] fatal_error when patch fails to apply (#8087) vcpkg will now fail on failure to apply patches except when using `--head`. --- ports/google-cloud-cpp/CONTROL | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ports/google-cloud-cpp/CONTROL') diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL index df2e3c8a3..2d17390ee 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,5 +1,5 @@ -Source: google-cloud-cpp -Version: 0.14.0 -Build-Depends: grpc, curl[ssl], crc32c, googleapis -Description: C++ Client Libraries for Google Cloud Platform APIs. -Homepage: https://github.com/googleapis/google-cloud-cpp +Source: google-cloud-cpp +Version: 0.14.0-1 +Build-Depends: grpc, curl[ssl], crc32c, googleapis +Description: C++ Client Libraries for Google Cloud Platform APIs. +Homepage: https://github.com/googleapis/google-cloud-cpp -- cgit v1.2.3 From 0887012a3f399079b9ca8fc1378ec7b3cd005e4e Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Tue, 19 Nov 2019 18:57:48 -0500 Subject: [google-cloud-cpp*]Upgrade to latest release (#8986) --- 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 2d17390ee..c593a3d6b 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,5 +1,5 @@ Source: google-cloud-cpp -Version: 0.14.0-1 -Build-Depends: grpc, curl[ssl], crc32c, googleapis +Version: 0.15.0 +Build-Depends: grpc, curl[ssl], crc32c, googleapis, google-cloud-cpp-common Description: C++ Client Libraries for Google Cloud Platform APIs. Homepage: https://github.com/googleapis/google-cloud-cpp -- cgit v1.2.3