From 1563351ab979914d02e3f639bb4ea8f8a129b6c0500d91d315eb807d12340e44 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Mon, 15 Apr 2024 09:38:45 +0000 Subject: [PATCH] Accepting request 1167769 from home:dmach:branches:openSUSE:Tools - 1.6.2 - Command-line: - Fix 'branch' command to allow using '--new-package' option on packages that do not exist - Fix 'buildinfo' command to include obs:cli_debug_packages by default - Fix 'buildinfo' command to send complete local build environment as the 'build' command does - Allow `osc rpmlint` to infer prj/pkg from CWD - Propagate exit code from the run() and do_() commandline methods - Give a hint where a scmsync git is hosted - Fix crash in 'updatepacmetafromspec' command when working with an incomplete spec - Authentication: - Cache password from SecretService to avoid spamming user with an accept dialog - Never ask for credentials when displaying help - Library: - Support package linking of packages from scmsync projects - Fix do_createrequest() function to return None instead of request id - Replace invalid 'if' with 'elif' in BaseModel.dict() - Fix crash when no prefered packages are defined OBS-URL: https://build.opensuse.org/request/show/1167769 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=438 --- PKGBUILD | 4 ++-- debian.changelog | 2 +- osc-1.6.1.tar.gz | 3 --- osc-1.6.2.tar.gz | 3 +++ osc.changes | 21 +++++++++++++++++++++ osc.dsc | 2 +- osc.spec | 2 +- 7 files changed, 29 insertions(+), 8 deletions(-) delete mode 100644 osc-1.6.1.tar.gz create mode 100644 osc-1.6.2.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 9a8c6c1..d8cd385 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=osc -pkgver=1.6.1 -pkgrel=0 +pkgver=1.6.2 +pkgrel=842d44ef6b89b2433bab2759a04b940f pkgdesc="Command-line client for the Open Build Service" arch=('x86_64') url="https://www.github.com/openSUSE/osc" diff --git a/debian.changelog b/debian.changelog index ec1bfbb..77520c7 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (1.6.1-0) unstable; urgency=low +osc (1.6.2-0) unstable; urgency=low * Placeholder diff --git a/osc-1.6.1.tar.gz b/osc-1.6.1.tar.gz deleted file mode 100644 index a0a1736..0000000 --- a/osc-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da8d0317271335c91780ed397fd61b8d4bafff0e4e8b41f6bf88441e87c78bc8 -size 362834 diff --git a/osc-1.6.2.tar.gz b/osc-1.6.2.tar.gz new file mode 100644 index 0000000..f4e56e9 --- /dev/null +++ b/osc-1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c6b0bd4dd093fe57a6760e284ef285a28e978f247d54cee5cd174d1ec9c5dd +size 363822 diff --git a/osc.changes b/osc.changes index 70938a4..757e81b 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Apr 15 08:32:49 UTC 2024 - Daniel Mach + +- 1.6.2 + - Command-line: + - Fix 'branch' command to allow using '--new-package' option on packages that do not exist + - Fix 'buildinfo' command to include obs:cli_debug_packages by default + - Fix 'buildinfo' command to send complete local build environment as the 'build' command does + - Allow `osc rpmlint` to infer prj/pkg from CWD + - Propagate exit code from the run() and do_() commandline methods + - Give a hint where a scmsync git is hosted + - Fix crash in 'updatepacmetafromspec' command when working with an incomplete spec + - Authentication: + - Cache password from SecretService to avoid spamming user with an accept dialog + - Never ask for credentials when displaying help + - Library: + - Support package linking of packages from scmsync projects + - Fix do_createrequest() function to return None instead of request id + - Replace invalid 'if' with 'elif' in BaseModel.dict() + - Fix crash when no prefered packages are defined + ------------------------------------------------------------------- Thu Mar 14 11:23:33 UTC 2024 - pgajdos@suse.com diff --git a/osc.dsc b/osc.dsc index 05e4839..497686b 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 1.6.1-0 +Version: 1.6.2-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index dee5d72..871049e 100644 --- a/osc.spec +++ b/osc.spec @@ -62,7 +62,7 @@ %endif Name: osc -Version: 1.6.1 +Version: 1.6.2 Release: 0 Summary: Command-line client for the Open Build Service License: GPL-2.0-or-later