From 7fc63e048d0420da4d53af2ef74dbb4216a8fd9765d99e7d765de88dfb722c40 Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Tue, 9 May 2017 07:56:45 +0000 Subject: [PATCH] - 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 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.157.2.tar.gz | 3 --- osc-0.158.0.tar.gz | 3 +++ osc.changes | 15 +++++++++++++++ osc.dsc | 2 +- osc.spec | 4 ++-- 8 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 osc-0.157.2.tar.gz create mode 100644 osc-0.158.0.tar.gz 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+