From b68ac4116bf530b90fa6e93f86fef8d46e9f47b99a6b59e8a60de0ef16ee1564 Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Wed, 8 Mar 2017 09:11:35 +0000 Subject: [PATCH 1/2] - 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 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.156.0.tar.gz | 3 --- osc-0.157.0.tar.gz | 3 +++ osc.changes | 17 +++++++++++++++++ osc.dsc | 2 +- osc.spec | 6 +++--- 8 files changed, 28 insertions(+), 11 deletions(-) delete mode 100644 osc-0.156.0.tar.gz create mode 100644 osc-0.157.0.tar.gz 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+ From 69fe003334a0abd1dd90f5873fb08a9cf6a1361e32c503cd0c0d62e6650c31c9 Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Wed, 8 Mar 2017 12:17:40 +0000 Subject: [PATCH 2/2] - 0.157.1 - fix local build of kiwi images using obsrepositories:// OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=236 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.157.0.tar.gz | 3 --- osc-0.157.1.tar.gz | 3 +++ osc.changes | 6 ++++++ osc.dsc | 2 +- osc.spec | 4 ++-- 8 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 osc-0.157.0.tar.gz create mode 100644 osc-0.157.1.tar.gz diff --git a/PKGBUILD b/PKGBUILD index b08cc10..7bdf231 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.157.0 +pkgver=0.157.1 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index 193b4f2..11ba318 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.157.0 - 0.157.0 + 0.157.1 + 0.157.1 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index c835d19..a7a96f3 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.157.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.157.0.tar.gz b/osc-0.157.0.tar.gz deleted file mode 100644 index 5816362..0000000 --- a/osc-0.157.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb199fe3c3607ab43334b62fcd0620d68bbe7ead19b20493675d3abc7f66b00f -size 344347 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 cec4b1d..9d4642c 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/osc.dsc b/osc.dsc index 9d75f67..644b96b 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.157.0 +Version: 0.157.1 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index b5537aa..7e2947f 100644 --- a/osc.spec +++ b/osc.spec @@ -16,10 +16,10 @@ # -%define version_unconverted 0.157.0 +%define version_unconverted 0.157.1 Name: osc -Version: 0.157.0 +Version: 0.157.1 Release: 0 Summary: Open Build Service Commander License: GPL-2.0+