diff --git a/PKGBUILD b/PKGBUILD index e3a1347..b08cc10 100644 --- a/PKGBUILD +++ b/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') diff --git a/_service b/_service index 1df5a3e..193b4f2 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.156.0 - 0.156.0 + 0.157.0 + 0.157.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index d181de1..c835d19 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.156.0) unstable; urgency=low +osc (0.157.0) unstable; urgency=low - Install bash completion -- Nick Brown Wed, 26 Oct 2016 10:00:00 +0200 diff --git a/osc-0.156.0.tar.gz b/osc-0.156.0.tar.gz deleted file mode 100644 index 35304a3..0000000 --- a/osc-0.156.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79232cda9e0d476ec47e784f6b402dade42d2daa4d27780c8ee0b6ff5f29abc4 -size 340692 diff --git a/osc-0.157.0.tar.gz b/osc-0.157.0.tar.gz new file mode 100644 index 0000000..5816362 --- /dev/null +++ b/osc-0.157.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb199fe3c3607ab43334b62fcd0620d68bbe7ead19b20493675d3abc7f66b00f +size 344347 diff --git a/osc.changes b/osc.changes index de063d1..cec4b1d 100644 --- a/osc.changes +++ b/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 diff --git a/osc.dsc b/osc.dsc index f4c1682..9d75f67 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.156.0 +Version: 0.157.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 3632117..b5537aa 100644 --- a/osc.spec +++ b/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+