Accepting request 477742 from openSUSE:Tools

- 0.157.1
  - fix local build of kiwi images using obsrepositories://

- 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/request/show/477742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=117
This commit is contained in:
Dominique Leuenberger 2017-03-12 19:03:54 +00:00 committed by Git OBS Bridge
commit fa410d8e83
8 changed files with 34 additions and 11 deletions

View File

@ -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')

View File

@ -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.1</param>
<param name="revision">0.157.1</param>
<param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param>
</service>

View File

@ -1,4 +1,4 @@
osc (0.156.0) unstable; urgency=low
osc (0.157.1) unstable; urgency=low
- Install bash completion
-- Nick Brown <brownn@brocade.com> Wed, 26 Oct 2016 10:00:00 +0200

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79232cda9e0d476ec47e784f6b402dade42d2daa4d27780c8ee0b6ff5f29abc4
size 340692

3
osc-0.157.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db2a10de73591d7e9d378b20945948d29593c59b76e25269d3f4f1296e99a68d
size 344516

View File

@ -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

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: osc
Version: 0.156.0
Version: 0.157.1
Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any

View File

@ -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+