- 0.157
- add unpublish command (requires OBS 2.8) - add blame command (requires OBS 2.9) - results: show multibuild results by default - getbinaries: make .AppImage files executable - support operation in checked out package for cat/less/blame - add comment command - improved build recipe selection - added multibuild (-M) to commands: buildlog, remotebuildlog, buildinfo, build, buildhistory, jobhistory, rebuild, restartbuild/abortbuild, wipebinaries, getbinaries - add checkconstraints command - add workerinfo command OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=235
This commit is contained in:
parent
9c1ed21986
commit
b68ac4116b
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.156.0
|
||||
pkgver=0.157.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.156.0</param>
|
||||
<param name="revision">0.156.0</param>
|
||||
<param name="version">0.157.0</param>
|
||||
<param name="revision">0.157.0</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.156.0) unstable; urgency=low
|
||||
osc (0.157.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:79232cda9e0d476ec47e784f6b402dade42d2daa4d27780c8ee0b6ff5f29abc4
|
||||
size 340692
|
3
osc-0.157.0.tar.gz
Normal file
3
osc-0.157.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb199fe3c3607ab43334b62fcd0620d68bbe7ead19b20493675d3abc7f66b00f
|
||||
size 344347
|
17
osc.changes
17
osc.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 08:57:31 UTC 2017 - marco.strigl@suse.com
|
||||
|
||||
- 0.157
|
||||
- add unpublish command (requires OBS 2.8)
|
||||
- add blame command (requires OBS 2.9)
|
||||
- results: show multibuild results by default
|
||||
- getbinaries: make .AppImage files executable
|
||||
- support operation in checked out package for cat/less/blame
|
||||
- add comment command
|
||||
- improved build recipe selection
|
||||
- added multibuild (-M) to commands:
|
||||
buildlog, remotebuildlog, buildinfo, build, buildhistory, jobhistory,
|
||||
rebuild, restartbuild/abortbuild, wipebinaries, getbinaries
|
||||
- add checkconstraints command
|
||||
- add workerinfo command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 13:50:56 UTC 2016 - marco.strigl@suse.com
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.156.0
|
||||
Version: 0.157.0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
6
osc.spec
6
osc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package osc
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 0.156.0
|
||||
%define version_unconverted 0.157.0
|
||||
|
||||
Name: osc
|
||||
Version: 0.156.0
|
||||
Version: 0.157.0
|
||||
Release: 0
|
||||
Summary: Open Build Service Commander
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user