diff --git a/PKGBUILD b/PKGBUILD index af0ce6e..14a17fa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.157.2 +pkgver=0.158.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index 032fbfb..32d64c9 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.157.2 - 0.157.2 + 0.158.0 + 0.158.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index 0d98f11..4621311 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.157.2) unstable; urgency=low +osc (0.158.0) unstable; urgency=low - Install bash completion -- Nick Brown Wed, 26 Oct 2016 10:00:00 +0200 diff --git a/osc-0.157.2.tar.gz b/osc-0.157.2.tar.gz deleted file mode 100644 index d292654..0000000 --- a/osc-0.157.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b42d4b095c063bc05f8ef4d46d5aad11a7f8c7d039059da1126a5180db643e2f -size 346834 diff --git a/osc-0.158.0.tar.gz b/osc-0.158.0.tar.gz new file mode 100644 index 0000000..c1ff3a6 --- /dev/null +++ b/osc-0.158.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcd45784843ffb0c4accf1e727c284f32843c52c07a8f197f76ff0f1b27494d +size 346966 diff --git a/osc.changes b/osc.changes index 4ec9ae0..c9f87aa 100644 --- a/osc.changes +++ b/osc.changes @@ -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 diff --git a/osc.dsc b/osc.dsc index c949adf..e4a9e27 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.157.2 +Version: 0.158.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 16c4b69..20e3bcc 100644 --- a/osc.spec +++ b/osc.spec @@ -16,10 +16,10 @@ # -%define version_unconverted 0.157.2 +%define version_unconverted 0.158.0 Name: osc -Version: 0.157.2 +Version: 0.158.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0+