diff --git a/PKGBUILD b/PKGBUILD index e3a1347..7bdf231 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.156.0 +pkgver=0.157.1 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index 1df5a3e..11ba318 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.156.0 - 0.156.0 + 0.157.1 + 0.157.1 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index d181de1..a7a96f3 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.156.0) unstable; urgency=low +osc (0.157.1) 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.1.tar.gz b/osc-0.157.1.tar.gz new file mode 100644 index 0000000..a659e06 --- /dev/null +++ b/osc-0.157.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2a10de73591d7e9d378b20945948d29593c59b76e25269d3f4f1296e99a68d +size 344516 diff --git a/osc.changes b/osc.changes index de063d1..9d4642c 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Mar 8 12:14:32 UTC 2017 - marco.strigl@suse.com + +- 0.157.1 + - fix local build of kiwi images using obsrepositories:// + +------------------------------------------------------------------- +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..644b96b 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.156.0 +Version: 0.157.1 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 3632117..7e2947f 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.1 Name: osc -Version: 0.156.0 +Version: 0.157.1 Release: 0 Summary: Open Build Service Commander License: GPL-2.0+