From 1aa43d48595d90b36c9faadd3f73ac0165d08e72b4e4728a19048547a6066a36 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Nov 2023 10:32:53 +0000 Subject: [PATCH] Accepting request 1122816 from home:dmach:branches:openSUSE:Tools - 1.4.4 - Command-line: - Fix autocompletion for new locations - Configuration: - Fix apiurl_aliases handling in OscOptions.__getitem__ - Fix crash when there's no [general]/apiurl option in the config file OBS-URL: https://build.opensuse.org/request/show/1122816 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=422 --- PKGBUILD | 2 +- debian.changelog | 2 +- osc-1.4.3.tar.gz | 3 --- osc-1.4.4.tar.gz | 3 +++ osc.changes | 10 ++++++++++ osc.dsc | 2 +- osc.spec | 2 +- 7 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 osc-1.4.3.tar.gz create mode 100644 osc-1.4.4.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 69ac17e..6c2446a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=1.4.3 +pkgver=1.4.4 pkgrel=0 pkgdesc="Command-line client for the Open Build Service" arch=('x86_64') diff --git a/debian.changelog b/debian.changelog index d9ec7c5..024a7a7 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (1.4.3-0) unstable; urgency=low +osc (1.4.4-0) unstable; urgency=low * Placeholder diff --git a/osc-1.4.3.tar.gz b/osc-1.4.3.tar.gz deleted file mode 100644 index 71d4b32..0000000 --- a/osc-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fda7113740893d1dcc5507c4b392073f1d8459631b52b5a793f614f820562760 -size 355662 diff --git a/osc-1.4.4.tar.gz b/osc-1.4.4.tar.gz new file mode 100644 index 0000000..041caa8 --- /dev/null +++ b/osc-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2d675bdc569f7d6a6cb4b958307757559810219b7e53aef6b1c12a99f4d599 +size 356118 diff --git a/osc.changes b/osc.changes index 0417d62..ba1ac7c 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 2 14:51:36 UTC 2023 - Daniel Mach + +- 1.4.4 + - Command-line: + - Fix autocompletion for new locations + - Configuration: + - Fix apiurl_aliases handling in OscOptions.__getitem__ + - Fix crash when there's no [general]/apiurl option in the config file + ------------------------------------------------------------------- Tue Oct 24 09:03:56 UTC 2023 - Jiri Slaby diff --git a/osc.dsc b/osc.dsc index f4470c2..0025b9d 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 1.4.3-0 +Version: 1.4.4-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index e05b1dd..9e0ca6c 100644 --- a/osc.spec +++ b/osc.spec @@ -56,7 +56,7 @@ %endif Name: osc -Version: 1.4.3 +Version: 1.4.4 Release: 0 Summary: Command-line client for the Open Build Service License: GPL-2.0-or-later