diff --git a/PKGBUILD b/PKGBUILD index 644190f..ecbaee8 100644 --- a/PKGBUILD +++ b/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') diff --git a/_service b/_service index ff54880..fd19c3d 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.160.0 - 0.160.0 + 0.161.0 + 0.161.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index ff9c460..b746995 100644 --- a/debian.changelog +++ b/debian.changelog @@ -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 Wed, 26 Oct 2016 10:00:00 +0200 diff --git a/osc-0.160.0.tar.gz b/osc-0.160.0.tar.gz deleted file mode 100644 index d7f0394..0000000 --- a/osc-0.160.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:712b9270fc6a02ddb45e14d9d7d9055f5c46976323a9227d62f1f866d5ceffa5 -size 355148 diff --git a/osc-0.161.0.tar.gz b/osc-0.161.0.tar.gz new file mode 100644 index 0000000..0895e9f --- /dev/null +++ b/osc-0.161.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60966bb251128b9c01cdb0336fcead272bbe53bc3daf97de49cac4b86f537422 +size 349984 diff --git a/osc.changes b/osc.changes index 601c36b..7ac77ac 100644 --- a/osc.changes +++ b/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 diff --git a/osc.dsc b/osc.dsc index 764287d..ba981c6 100644 --- a/osc.dsc +++ b/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 Architecture: any diff --git a/osc.spec b/osc.spec index 3a9d79a..aa22e1b 100644 --- a/osc.spec +++ b/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+