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:
Daniel Mach 2023-08-28 11:53:26 +00:00 committed by Git OBS Bridge
parent adb5825e8d
commit d096c8b1f4
7 changed files with 23 additions and 7 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc pkgname=osc
pkgver=1.3.0 pkgver=1.3.1
pkgrel=0 pkgrel=0
pkgdesc="Command-line client for the Open Build Service" pkgdesc="Command-line client for the Open Build Service"
arch=('x86_64') arch=('x86_64')

View File

@ -1,4 +1,4 @@
osc (1.3.0-0) unstable; urgency=low osc (1.3.1-0) unstable; urgency=low
* Placeholder * Placeholder

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fb9fee8dfd86276632d6a7a25169f34bec1bc251c79161b5f096a9ebde51cd8
size 343890

View File

@ -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> Wed Aug 9 11:36:47 UTC 2023 - Daniel Mach <daniel.mach@suse.com>

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: osc Source: osc
Version: 1.3.0-0 Version: 1.3.1-0
Binary: osc Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de> Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any Architecture: any

View File

@ -49,7 +49,7 @@
%endif %endif
Name: osc Name: osc
Version: 1.3.0 Version: 1.3.1
Release: 0 Release: 0
Summary: Command-line client for the Open Build Service Summary: Command-line client for the Open Build Service
License: GPL-2.0-or-later License: GPL-2.0-or-later