diff --git a/PKGBUILD b/PKGBUILD index bf67fc0..18b12df 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=0 pkgdesc="Command-line client for the Open Build Service" arch=('x86_64') diff --git a/debian.changelog b/debian.changelog index 6740201..089ef0a 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1 +1 @@ -osc (1.0.0-0) unstable; urgency=low +osc (1.0.1-0) unstable; urgency=low diff --git a/osc-1.0.0.tar.gz b/osc-1.0.0.tar.gz deleted file mode 100644 index fc9ceeb..0000000 --- a/osc-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7de363267803cbfdec4794da9da4491b18cd8b26dd94d6ab2071b80a24c14974 -size 321025 diff --git a/osc-1.0.1.tar.gz b/osc-1.0.1.tar.gz new file mode 100644 index 0000000..52ac26a --- /dev/null +++ b/osc-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8bba251b1f546fef9a9b0739c6b74df9ecca4ffd832eb9351b651c6c0033755 +size 321155 diff --git a/osc.changes b/osc.changes index bb4ef1d..1234096 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 17 15:11:46 UTC 2023 - Daniel Mach + +- Update to 1.0.1 + - Configuration: + - Fix a cut&paste error in setting 'disable_hdrmd5_check' config option + - Connection: + - Set Content-Type of POST requests without data to 'application/x-www-form-urlencoded' + ------------------------------------------------------------------- Tue Mar 14 12:26:57 UTC 2023 - Daniel Mach diff --git a/osc.dsc b/osc.dsc index b0e056c..89e56fc 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 1.0.0-0 +Version: 1.0.1-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 944463a..eab7d60 100644 --- a/osc.spec +++ b/osc.spec @@ -49,7 +49,7 @@ %endif Name: osc -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Command-line client for the Open Build Service License: GPL-2.0-or-later