diff --git a/PKGBUILD b/PKGBUILD index 4c0bf59..1b761a5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=0 pkgdesc="Command-line client for the Open Build Service" arch=('x86_64') diff --git a/debian.changelog b/debian.changelog index f5fb899..e7cdc3e 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (1.3.0-0) unstable; urgency=low +osc (1.3.1-0) unstable; urgency=low * Placeholder diff --git a/osc-1.3.0.tar.gz b/osc-1.3.0.tar.gz deleted file mode 100644 index aa67932..0000000 --- a/osc-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77653f92555a644f436570f9d45ea97eec63d76c0a173a154ec4232e05d11d69 -size 341182 diff --git a/osc-1.3.1.tar.gz b/osc-1.3.1.tar.gz new file mode 100644 index 0000000..a7f977b --- /dev/null +++ b/osc-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb9fee8dfd86276632d6a7a25169f34bec1bc251c79161b5f096a9ebde51cd8 +size 343890 diff --git a/osc.changes b/osc.changes index 22a2790..285aab8 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Aug 28 11:38:33 UTC 2023 - Daniel Mach + +- 1.3.1 + - Command-line: + - Fix string + int concatenation errors in 'build' command by using f-strings instead + - Fix '--all' option in 'rebuild' command + - Fix 'build' command when '--alternative-project' option is specified and the git branch cannot be mapped to a project + - Stop suggesting that the working directory is git/mercurial/svn/cvs + - Be helpful in deprecating commands + - Configuration: + - Add more config options among integer options + - Library: + - Fix GitStore to error out properly if there is no 'origin' remote in the git repo + - print_buildlog: Remove control characters from build log before printing (CVE-2012-1095) + ------------------------------------------------------------------- Wed Aug 9 11:36:47 UTC 2023 - Daniel Mach diff --git a/osc.dsc b/osc.dsc index 79c59b0..a7d8288 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 1.3.0-0 +Version: 1.3.1-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 6ebd71e..69aab10 100644 --- a/osc.spec +++ b/osc.spec @@ -49,7 +49,7 @@ %endif Name: osc -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Command-line client for the Open Build Service License: GPL-2.0-or-later