- 0.161
- show lintlogs in interactive request review mode - fix potential shell injections - allow multiple --repo and --arch options in prjresults - cleanup babysitter.by - supersede existing requests if --yes is passed to osc sr - prepend request summary to diff in interactive mode - show issues(bugs) in interactive diff mode OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=256
This commit is contained in:
parent
5acf6f9591
commit
0cb195f62e
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.160.0
|
||||
pkgver=0.161.0
|
||||
pkgrel=0
|
||||
pkgdesc="Open Build Service client"
|
||||
arch=('i686' 'x86_64')
|
||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">0.160.0</param>
|
||||
<param name="revision">0.160.0</param>
|
||||
<param name="version">0.161.0</param>
|
||||
<param name="revision">0.161.0</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.160.0-0) unstable; urgency=low
|
||||
osc (0.161.0-0) unstable; urgency=low
|
||||
- Install bash completion
|
||||
|
||||
-- Nick Brown <brownn@brocade.com> Wed, 26 Oct 2016 10:00:00 +0200
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:712b9270fc6a02ddb45e14d9d7d9055f5c46976323a9227d62f1f866d5ceffa5
|
||||
size 355148
|
3
osc-0.161.0.tar.gz
Normal file
3
osc-0.161.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60966bb251128b9c01cdb0336fcead272bbe53bc3daf97de49cac4b86f537422
|
||||
size 349984
|
14
osc.changes
14
osc.changes
@ -1,8 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 26 11:39:49 UTC 2017 - marco.strigl@suse.com
|
||||
|
||||
- 0.161
|
||||
- show lintlogs in interactive request review mode
|
||||
- fix potential shell injections
|
||||
- allow multiple --repo and --arch options in prjresults
|
||||
- cleanup babysitter.by
|
||||
- supersede existing requests if --yes is passed to osc sr
|
||||
- prepend request summary to diff in interactive mode
|
||||
- show issues(bugs) in interactive diff mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 08:56:38 UTC 2017 - marco.strigl@suse.com
|
||||
|
||||
- add Recommends: ca-certificates to enable TLS verification
|
||||
without manually installint them. [bnc#1061500]
|
||||
without manually installing them. [bnc#1061500]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 22 07:07:33 UTC 2017 - adrian@suse.de
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.160.0-0
|
||||
Version: 0.161.0-0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
4
osc.spec
4
osc.spec
@ -16,12 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 0.160.0
|
||||
%define version_unconverted 0.161.0
|
||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||
%define macros_file macros.osc
|
||||
|
||||
Name: osc
|
||||
Version: 0.160.0
|
||||
Version: 0.161.0
|
||||
Release: 0
|
||||
Summary: Open Build Service Commander
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user