- 0.158.0
- cat/less/blame command: default to expand to stay in sync with checkout - add support for highly experimental native appimage.yml support - show package status when repository configuration is broken - add '--blame' option to osc meta command - try to autodetect local package when running 'osc build' - comment requests in interactive mode - fix github issue #236 (--no-cleanup not working) - fix wipebinaries to prevent wiping of complete repository - add '--build-opt' to osc build command - fix requests codebase to fit old obs versions OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=241
This commit is contained in:
parent
35334de087
commit
7fc63e048d
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.157.2
|
||||
pkgver=0.158.0
|
||||
pkgrel=0
|
||||
pkgdesc="Open Build Service client"
|
||||
arch=('i686' 'x86_64')
|
||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">0.157.2</param>
|
||||
<param name="revision">0.157.2</param>
|
||||
<param name="version">0.158.0</param>
|
||||
<param name="revision">0.158.0</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.157.2) unstable; urgency=low
|
||||
osc (0.158.0) unstable; urgency=low
|
||||
- Install bash completion
|
||||
|
||||
-- Nick Brown <brownn@brocade.com> Wed, 26 Oct 2016 10:00:00 +0200
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b42d4b095c063bc05f8ef4d46d5aad11a7f8c7d039059da1126a5180db643e2f
|
||||
size 346834
|
3
osc-0.158.0.tar.gz
Normal file
3
osc-0.158.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fcd45784843ffb0c4accf1e727c284f32843c52c07a8f197f76ff0f1b27494d
|
||||
size 346966
|
15
osc.changes
15
osc.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 07:51:06 UTC 2017 - marco.strigl@suse.com
|
||||
|
||||
- 0.158.0
|
||||
- cat/less/blame command: default to expand to stay in sync with checkout
|
||||
- add support for highly experimental native appimage.yml support
|
||||
- show package status when repository configuration is broken
|
||||
- add '--blame' option to osc meta command
|
||||
- try to autodetect local package when running 'osc build'
|
||||
- comment requests in interactive mode
|
||||
- fix github issue #236 (--no-cleanup not working)
|
||||
- fix wipebinaries to prevent wiping of complete repository
|
||||
- add '--build-opt' to osc build command
|
||||
- fix requests codebase to fit old obs versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 12:51:00 UTC 2017 - marco.strigl@suse.com
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.157.2
|
||||
Version: 0.158.0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
Loading…
Reference in New Issue
Block a user