From 9c1ed2198685325d48229cd01c780799b065d9e5c4e5b9d96d7b4655e7f013d1 Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Mon, 19 Dec 2016 13:53:34 +0000 Subject: [PATCH] - 0.156.0 - highlight scheduled jobs with dispatch problems (due to constraints) - allow to specify a log message in lock command - Add '--wipe' option to osc chroot for deleting buildroots - Add '--vm-memory' option to osc build - add --multibuild to results command for showing all packages of a multibuild config - add --multibuild-package option to results command for showing only one package of the multibuild config OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=233 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.155.1.tar.gz | 3 --- osc-0.156.0.tar.gz | 3 +++ osc.changes | 13 +++++++++++++ osc.dsc | 2 +- osc.spec | 4 ++-- 8 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 osc-0.155.1.tar.gz create mode 100644 osc-0.156.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 6322281..e3a1347 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.155.1 +pkgver=0.156.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index dec7589..1df5a3e 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.155.1 - 0.155.1 + 0.156.0 + 0.156.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index e18cc95..d181de1 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.155.1-1) unstable; urgency=low +osc (0.156.0) unstable; urgency=low - Install bash completion -- Nick Brown Wed, 26 Oct 2016 10:00:00 +0200 diff --git a/osc-0.155.1.tar.gz b/osc-0.155.1.tar.gz deleted file mode 100644 index ee02c5c..0000000 --- a/osc-0.155.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25dd477095292555798314214463b2cb95c437cc4aabc4fe779c8a47f5698629 -size 344187 diff --git a/osc-0.156.0.tar.gz b/osc-0.156.0.tar.gz new file mode 100644 index 0000000..35304a3 --- /dev/null +++ b/osc-0.156.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79232cda9e0d476ec47e784f6b402dade42d2daa4d27780c8ee0b6ff5f29abc4 +size 340692 diff --git a/osc.changes b/osc.changes index d109774..de063d1 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Dec 19 13:50:56 UTC 2016 - marco.strigl@suse.com + +- 0.156.0 + - highlight scheduled jobs with dispatch problems (due to constraints) + - allow to specify a log message in lock command + - Add '--wipe' option to osc chroot for deleting buildroots + - Add '--vm-memory' option to osc build + - add --multibuild to results command for showing all packages + of a multibuild config + - add --multibuild-package option to results command for showing + only one package of the multibuild config + ------------------------------------------------------------------- Wed Oct 26 15:47:51 UTC 2016 - brownn@brocade.com diff --git a/osc.dsc b/osc.dsc index 710f2cc..f4c1682 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.155.1 +Version: 0.156.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index e690809..3632117 100644 --- a/osc.spec +++ b/osc.spec @@ -16,10 +16,10 @@ # -%define version_unconverted 0.155.1 +%define version_unconverted 0.156.0 Name: osc -Version: 0.155.1 +Version: 0.156.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0+