From 611ca01e9d3927c499426a20657a494fdc766ca40789811be5bfda6a3b48556a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 May 2023 13:13:22 +0000 Subject: [PATCH] Accepting request 1084218 from home:dmach:branches:openSUSE:Tools - 1.1.2 - Command-line: - Add '--buildtool-opt' option passing options to underlying rpmbuild to the 'build' command - Fix 'diff' command to support diffing selected files only - Identify inherited packages in the 'dependson' command output - Bring the '--debug' option back to the 'buildinfo' command - Fix 'buildhistory' command by setting the type of the '--limit' option to int - Library: - Fix a traceback when failed to unlock a keyring - Don't retry on 400 HTTP status code in core.server_diff() - Clean-up the '.old' folder if an exception happens - Document 'popt' attribute in the _link template - Fix build.get_repo() to return only directory that contains 'repodata/repomd.xml' - Connection: - Retry on receiving the following HTTP status codes: 400, 500, 502, 503, 504 - Allow disabling retry on 400 HTTP status code - Fix urlgrab to skip mirrors with invalid scheme OBS-URL: https://build.opensuse.org/request/show/1084218 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=395 --- PKGBUILD | 2 +- debian.changelog | 2 +- osc-1.1.1.tar.gz | 3 --- osc-1.1.2.tar.gz | 3 +++ osc.changes | 21 +++++++++++++++++++++ osc.dsc | 2 +- osc.spec | 2 +- 7 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 osc-1.1.1.tar.gz create mode 100644 osc-1.1.2.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 9904388..e22f323 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=0 pkgdesc="Command-line client for the Open Build Service" arch=('x86_64') diff --git a/debian.changelog b/debian.changelog index 98a32e6..0db57dd 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (1.1.1-1) unstable; urgency=low +osc (1.1.2-1) unstable; urgency=low * Placeholder diff --git a/osc-1.1.1.tar.gz b/osc-1.1.1.tar.gz deleted file mode 100644 index 53b6490..0000000 --- a/osc-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05cb090487dc099f5cdfe4327cfd4d7bbf532a0b6a380c3cf83b29923b763ea1 -size 328704 diff --git a/osc-1.1.2.tar.gz b/osc-1.1.2.tar.gz new file mode 100644 index 0000000..e548979 --- /dev/null +++ b/osc-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2df7f9514175428a82e636365fa10c5dfed7497d742aff380e22c517064ee6a +size 329844 diff --git a/osc.changes b/osc.changes index f358e1f..63369bc 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed May 3 08:12:22 UTC 2023 - Daniel Mach + +- 1.1.2 + - Command-line: + - Add '--buildtool-opt' option passing options to underlying rpmbuild to the 'build' command + - Fix 'diff' command to support diffing selected files only + - Identify inherited packages in the 'dependson' command output + - Bring the '--debug' option back to the 'buildinfo' command + - Fix 'buildhistory' command by setting the type of the '--limit' option to int + - Library: + - Fix a traceback when failed to unlock a keyring + - Don't retry on 400 HTTP status code in core.server_diff() + - Clean-up the '.old' folder if an exception happens + - Document 'popt' attribute in the _link template + - Fix build.get_repo() to return only directory that contains 'repodata/repomd.xml' + - Connection: + - Retry on receiving the following HTTP status codes: 400, 500, 502, 503, 504 + - Allow disabling retry on 400 HTTP status code + - Fix urlgrab to skip mirrors with invalid scheme + ------------------------------------------------------------------- Tue Apr 11 12:04:56 UTC 2023 - Daniel Mach diff --git a/osc.dsc b/osc.dsc index c6083e3..a08b351 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 1.1.1-1 +Version: 1.1.2-1 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index fc3b1e3..2f4c26e 100644 --- a/osc.spec +++ b/osc.spec @@ -49,7 +49,7 @@ %endif Name: osc -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: Command-line client for the Open Build Service License: GPL-2.0-or-later