Accepting request 1106804 from home:dmach:branches:openSUSE:Tools
- 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) OBS-URL: https://build.opensuse.org/request/show/1106804 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=408
This commit is contained in:
parent
adb5825e8d
commit
d096c8b1f4
2
PKGBUILD
2
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')
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (1.3.0-0) unstable; urgency=low
|
||||
osc (1.3.1-0) unstable; urgency=low
|
||||
|
||||
* Placeholder
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77653f92555a644f436570f9d45ea97eec63d76c0a173a154ec4232e05d11d69
|
||||
size 341182
|
3
osc-1.3.1.tar.gz
Normal file
3
osc-1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fb9fee8dfd86276632d6a7a25169f34bec1bc251c79161b5f096a9ebde51cd8
|
||||
size 343890
|
16
osc.changes
16
osc.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 11:38:33 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
|
||||
|
||||
- 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 <daniel.mach@suse.com>
|
||||
|
||||
|
2
osc.dsc
2
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 <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
Loading…
Reference in New Issue
Block a user