diff --git a/PKGBUILD b/PKGBUILD index 2e043c3..9904388 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=0 pkgdesc="Command-line client for the Open Build Service" arch=('x86_64') diff --git a/debian.changelog b/debian.changelog index ee42fcc..8636cc6 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1 +1 @@ -osc (1.1.0-0) unstable; urgency=low +osc (1.1.1-0) unstable; urgency=low diff --git a/osc-1.1.0.tar.gz b/osc-1.1.0.tar.gz deleted file mode 100644 index 22f05c1..0000000 --- a/osc-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccbeb4a812d2518ec26b2509a54689641346d413fe88ad4f9770768c3016b6a7 -size 328506 diff --git a/osc-1.1.1.tar.gz b/osc-1.1.1.tar.gz new file mode 100644 index 0000000..53b6490 --- /dev/null +++ b/osc-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05cb090487dc099f5cdfe4327cfd4d7bbf532a0b6a380c3cf83b29923b763ea1 +size 328704 diff --git a/osc.changes b/osc.changes index 0dcc323..f358e1f 100644 --- a/osc.changes +++ b/osc.changes @@ -1,7 +1,23 @@ +------------------------------------------------------------------- +Tue Apr 11 12:04:56 UTC 2023 - Daniel Mach + +- 1.1.1 + - Command-line: + - Fix 'creq' command that wasn't working at all + - Fix 'ls' command when listing all projects by setting project argument to '/' + - Fix regression: Run interactive config setup on missing config or credentials + - Append plugin dirs to sys.path to allow loading modules installed next to the plugins + - Do not recurse into subdirs when loading plugins + - Configuration: + - Display apiurl when asking for a username or a password + - If apiurl is not set in interactive_config_setup(), use apiurl from DEFAULTS + - Library: + - Decode entities in HTTPError message body + ------------------------------------------------------------------- Mon Apr 3 11:58:12 UTC 2023 - Daniel Mach -- Update to 1.1.0 +- 1.1.0 - Command-line: - New class-based commands - Sort commands before printing help @@ -16,7 +32,7 @@ Mon Apr 3 11:58:12 UTC 2023 - Daniel Mach ------------------------------------------------------------------- Fri Mar 17 15:11:46 UTC 2023 - Daniel Mach -- Update to 1.0.1 +- 1.0.1 - Configuration: - Fix a cut&paste error in setting 'disable_hdrmd5_check' config option - Connection: @@ -25,7 +41,7 @@ Fri Mar 17 15:11:46 UTC 2023 - Daniel Mach ------------------------------------------------------------------- Tue Mar 14 12:26:57 UTC 2023 - Daniel Mach -- Update to 1.0.0 (full changelog to the latest stable version 0.182.0) +- 1.0.0 (full changelog to the latest stable version 0.182.0) - Command-line: - Use '.' as a wildcard that resolves to a project or a package name from the current working copy, for example 'osc rdiff ./. -c ' - Add 'create-pbuild-config' (cpc) command diff --git a/osc.dsc b/osc.dsc index f5a76eb..778e0d1 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 1.1.0-0 +Version: 1.1.1-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 8da802a..fc3b1e3 100644 --- a/osc.spec +++ b/osc.spec @@ -49,7 +49,7 @@ %endif Name: osc -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Command-line client for the Open Build Service License: GPL-2.0-or-later