- 0.158.0

- cat/less/blame command: default to expand to stay in sync with checkout
  - add support for highly experimental native appimage.yml support
  - show package status when repository configuration is broken
  - add '--blame' option to osc meta command
  - try to autodetect local package when running 'osc build'
  - comment requests in interactive mode
  - fix github issue #236 (--no-cleanup not working)
  - fix wipebinaries to prevent wiping of complete repository
  - add '--build-opt' to osc build command
  - fix requests codebase to fit old obs versions

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=241
This commit is contained in:
Marco Strigl 2017-05-09 07:56:45 +00:00 committed by Git OBS Bridge
parent 35334de087
commit 7fc63e048d
8 changed files with 25 additions and 10 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc pkgname=osc
pkgver=0.157.2 pkgver=0.158.0
pkgrel=0 pkgrel=0
pkgdesc="Open Build Service client" pkgdesc="Open Build Service client"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')

View File

@ -1,7 +1,7 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="version">0.157.2</param> <param name="version">0.158.0</param>
<param name="revision">0.157.2</param> <param name="revision">0.158.0</param>
<param name="url">git://github.com/openSUSE/osc.git</param> <param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param> <param name="scm">git</param>
</service> </service>

View File

@ -1,4 +1,4 @@
osc (0.157.2) unstable; urgency=low osc (0.158.0) unstable; urgency=low
- Install bash completion - Install bash completion
-- Nick Brown <brownn@brocade.com> Wed, 26 Oct 2016 10:00:00 +0200 -- 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:b42d4b095c063bc05f8ef4d46d5aad11a7f8c7d039059da1126a5180db643e2f
size 346834

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 9 07:51:06 UTC 2017 - marco.strigl@suse.com
- 0.158.0
- cat/less/blame command: default to expand to stay in sync with checkout
- add support for highly experimental native appimage.yml support
- show package status when repository configuration is broken
- add '--blame' option to osc meta command
- try to autodetect local package when running 'osc build'
- comment requests in interactive mode
- fix github issue #236 (--no-cleanup not working)
- fix wipebinaries to prevent wiping of complete repository
- add '--build-opt' to osc build command
- fix requests codebase to fit old obs versions
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 21 12:51:00 UTC 2017 - marco.strigl@suse.com Tue Mar 21 12:51:00 UTC 2017 - marco.strigl@suse.com

View File

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

View File

@ -16,10 +16,10 @@
# #
%define version_unconverted 0.157.2 %define version_unconverted 0.158.0
Name: osc Name: osc
Version: 0.157.2 Version: 0.158.0
Release: 0 Release: 0
Summary: Open Build Service Commander Summary: Open Build Service Commander
License: GPL-2.0+ License: GPL-2.0+