From 119c95f150f9d3f959a6166fdc6ce44f869c55ca287b48af4b7c736ebcf014aa Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Tue, 27 Feb 2024 08:30:17 +0000 Subject: [PATCH] Accepting request 1149750 from home:dmach:branches:openSUSE:Tools - 1.6.1 - Command-line: - Use busybox compatible commands for completion - Change 'wipe' command to use the new get_user_input() function - Fix error 500 in running 'meta attribute ' - Configuration: - Fix resolving config symlink to the actual config file - Honor XDG_CONFIG_HOME and XDG_CACHE_HOME env vars - Warn about ignoring XDG_CONFIG_HOME and ~/.config/osc/oscrc if ~/.oscrc exists - Library: - Error out when branching a scmsync package - New get_user_input() function for consistent handling of user input - Move xml_indent, xml_quote and xml_unquote to osc.util.xml module - Refactor makeurl(), deprecate query taking string or list arguments, drop osc_urlencode() - Remove all path quoting, rely on makeurl() - Always use dict query in makeurl() - Fix core.slash_split() to strip both leading and trailing slashes OBS-URL: https://build.opensuse.org/request/show/1149750 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=434 --- PKGBUILD | 2 +- debian.changelog | 2 +- osc-1.6.0.tar.gz | 3 --- osc-1.6.1.tar.gz | 3 +++ osc.changes | 21 +++++++++++++++++++++ osc.dsc | 2 +- osc.spec | 2 +- 7 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 osc-1.6.0.tar.gz create mode 100644 osc-1.6.1.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 0a6c3a1..9a8c6c1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=1.6.0 +pkgver=1.6.1 pkgrel=0 pkgdesc="Command-line client for the Open Build Service" arch=('x86_64') diff --git a/debian.changelog b/debian.changelog index d3e8177..ec1bfbb 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (1.6.0-0) unstable; urgency=low +osc (1.6.1-0) unstable; urgency=low * Placeholder diff --git a/osc-1.6.0.tar.gz b/osc-1.6.0.tar.gz deleted file mode 100644 index 2f378ba..0000000 --- a/osc-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7920dedfc793590829b93ddbd9dfbdbe6e2ccf471fd4f33d03117a309738b1ae -size 360647 diff --git a/osc-1.6.1.tar.gz b/osc-1.6.1.tar.gz new file mode 100644 index 0000000..a0a1736 --- /dev/null +++ b/osc-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8d0317271335c91780ed397fd61b8d4bafff0e4e8b41f6bf88441e87c78bc8 +size 362834 diff --git a/osc.changes b/osc.changes index c047590..e875011 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Feb 23 08:57:23 UTC 2024 - Daniel Mach + +- 1.6.1 + - Command-line: + - Use busybox compatible commands for completion + - Change 'wipe' command to use the new get_user_input() function + - Fix error 500 in running 'meta attribute ' + - Configuration: + - Fix resolving config symlink to the actual config file + - Honor XDG_CONFIG_HOME and XDG_CACHE_HOME env vars + - Warn about ignoring XDG_CONFIG_HOME and ~/.config/osc/oscrc if ~/.oscrc exists + - Library: + - Error out when branching a scmsync package + - New get_user_input() function for consistent handling of user input + - Move xml_indent, xml_quote and xml_unquote to osc.util.xml module + - Refactor makeurl(), deprecate query taking string or list arguments, drop osc_urlencode() + - Remove all path quoting, rely on makeurl() + - Always use dict query in makeurl() + - Fix core.slash_split() to strip both leading and trailing slashes + ------------------------------------------------------------------- Thu Jan 25 08:53:46 UTC 2024 - Daniel Mach diff --git a/osc.dsc b/osc.dsc index c84cbc9..05e4839 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 1.6.0-0 +Version: 1.6.1-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 7128ee4..d93469d 100644 --- a/osc.spec +++ b/osc.spec @@ -62,7 +62,7 @@ %endif Name: osc -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: Command-line client for the Open Build Service License: GPL-2.0-or-later