From d5b83cd46d2de57990412fd64938f6110bf245d1618cebdef7924ec8143837bb Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Mon, 13 Jan 2020 08:25:00 +0000 Subject: [PATCH 1/3] 6.49 requires go 1.13 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=98 --- cf-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-cli.spec b/cf-cli.spec index 54e2d2f..e51c3cd 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -47,7 +47,7 @@ Source2: cf-cli-rpmlintrc %if 0%{?_test} BuildRequires: %{short_name} = %{version} %else -BuildRequires: go >= 1.12.0 +BuildRequires: go >= 1.13.0 BuildRequires: golang-packaging BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build From 3ce40c18a4564e376addffb14f7ad8f5753daf1b88aa6cca5ec436ec9e7c7bee Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Mon, 13 Jan 2020 08:33:46 +0000 Subject: [PATCH 2/3] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=99 --- cf-cli.changes | 10 ++++++++++ cf-cli.spec | 4 ++-- v6.48.0.tar.gz | 3 --- v6.49.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 v6.48.0.tar.gz create mode 100644 v6.49.0.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index 6225c4b..0a21053 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 13 08:30:51 UTC 2020 - thardeck@suse.com + +- update to version 6.49.0 + ### Bug Fixes + - `--hostname` command line option now overrides random-route specified in manifest. [Story](https://www.pivotaltracker.com/story/show/170171569) + - Commands that modify buildpacks (`update-buildpack`, `rename-buildpack`, `delete-buildpack`) now single-quote the name of the buildpack and stack in the error message when the buildpack is not found. + **Contributors:** Brendan Smith, Abby Chau, Andrew Crump, Alexander Berezovsky, Steve Taylor, Eric Promislow, Jenna Goldstrich, Joseph Palermo, Mukesh Gadiya + **Note**: The minimum version of the CC API this CF CLI release is compatible with is CC API v2.128.0 (3.63.0). See our minimum supported [version policy](https://github.com/cloudfoundry/cli/wiki/Versioning-Policy#cf-cli-minimum-supported-version) for more information. + ------------------------------------------------------------------- Thu Dec 5 22:54:46 UTC 2019 - thardeck@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index e51c3cd..64ad41c 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -1,7 +1,7 @@ # # spec file for package cf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,7 @@ %define short_name cf-cli Name: %{short_name}%{?name_ext} -Version: 6.48.0 +Version: 6.49.0 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 diff --git a/v6.48.0.tar.gz b/v6.48.0.tar.gz deleted file mode 100644 index bd4110e..0000000 --- a/v6.48.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6e2c0c76d914828717f1946f59bf36ea0b42df1fac4253812aa8a36c5b4dedd -size 26783059 diff --git a/v6.49.0.tar.gz b/v6.49.0.tar.gz new file mode 100644 index 0000000..80a868d --- /dev/null +++ b/v6.49.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5953bc00ace7bf1c712732eedaadec14e3b586be7abf461a945c7a15ca408da0 +size 22716568 From ddcb0b5685d0456ea85f273d8a7ea74892f83e52f594ed906b5e0d493796b1d8 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Mon, 13 Jan 2020 08:49:17 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=100 --- cf-cli.changes | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/cf-cli.changes b/cf-cli.changes index 0a21053..e4a7bde 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -2,11 +2,9 @@ Mon Jan 13 08:30:51 UTC 2020 - thardeck@suse.com - update to version 6.49.0 - ### Bug Fixes - - `--hostname` command line option now overrides random-route specified in manifest. [Story](https://www.pivotaltracker.com/story/show/170171569) - - Commands that modify buildpacks (`update-buildpack`, `rename-buildpack`, `delete-buildpack`) now single-quote the name of the buildpack and stack in the error message when the buildpack is not found. - **Contributors:** Brendan Smith, Abby Chau, Andrew Crump, Alexander Berezovsky, Steve Taylor, Eric Promislow, Jenna Goldstrich, Joseph Palermo, Mukesh Gadiya - **Note**: The minimum version of the CC API this CF CLI release is compatible with is CC API v2.128.0 (3.63.0). See our minimum supported [version policy](https://github.com/cloudfoundry/cli/wiki/Versioning-Policy#cf-cli-minimum-supported-version) for more information. + ### Bug Fixes + - `--hostname` command line option now overrides random-route specified in manifest. [Story](https://www.pivotaltracker.com/story/show/170171569) + - Commands that modify buildpacks (`update-buildpack`, `rename-buildpack`, `delete-buildpack`) now single-quote the name of the buildpack and stack in the error message when the buildpack is not found. ------------------------------------------------------------------- Thu Dec 5 22:54:46 UTC 2019 - thardeck@suse.com