diff --git a/PKGBUILD b/PKGBUILD index d3a8054..7afa3be 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=osc -pkgver=1.8.2 -pkgrel=63005f5c57b69f5389cabb6ca5a033ed +pkgver=1.8.3 +pkgrel=927801cbe8605f2056cba6665c6e5bde 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 8818575..318a98d 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (1.8.2-0) unstable; urgency=low +osc (1.8.3-0) unstable; urgency=low * Placeholder diff --git a/osc-1.8.2.tar.gz b/osc-1.8.2.tar.gz deleted file mode 100644 index e3ea6ad..0000000 --- a/osc-1.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a231ed16cf40bc41110c3a400c43c9c09c507e3be1ade4cfde1b2fad5f8014b -size 395017 diff --git a/osc-1.8.3.tar.gz b/osc-1.8.3.tar.gz new file mode 100644 index 0000000..1781b61 --- /dev/null +++ b/osc-1.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833efb2701718b4ec17adc6d621799e8169d4490774c33e2abd089194c0c1505 +size 395483 diff --git a/osc.changes b/osc.changes index 1a88314..b20bc16 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jul 8 07:16:37 UTC 2024 - Daniel Mach + +- 1.8.3 + - Command-line: + - Change 'repairwc' command to always run all repair steps + - Library: + - Make most of the fields in KeyinfoPubkey and KeyinfoSslcert models optional + - Fix colorize() to avoid wrapping empty string into color escape sequences + - Provide default values for kwargs.get/pop in get_results() function + ------------------------------------------------------------------- Tue Jul 2 11:56:43 UTC 2024 - Daniel Mach diff --git a/osc.dsc b/osc.dsc index ccfc0c4..3d29012 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 1.8.2-0 +Version: 1.8.3-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 2419b3b..b7b8de0 100644 --- a/osc.spec +++ b/osc.spec @@ -67,7 +67,7 @@ %endif Name: osc -Version: 1.8.2 +Version: 1.8.3 Release: 0 Summary: Command-line client for the Open Build Service License: GPL-2.0-or-later