From 492e27e566543ccf87d391fc801107dedd64381e248b7a46d833ba79a3ad7320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 20 Jun 2013 08:51:39 +0000 Subject: [PATCH] 0.140.0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=141 --- PKGBUILD | 6 +++--- _service | 3 +-- osc-0.139.2.tar.gz | 3 --- osc-0.140.0.tar.gz | 3 +++ osc.changes | 19 +++++++++++++++++++ osc.dsc | 2 +- osc.spec | 2 +- 7 files changed, 28 insertions(+), 10 deletions(-) delete mode 100644 osc-0.139.2.tar.gz create mode 100644 osc-0.140.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 262461d..516cfb0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=osc -pkgver=0.139.2 -pkgrel=1 +pkgver=0.140.0 +pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') url="https://www.github.com/openSUSE/osc" @@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') depends=('python') source=(osc-${pkgver}.tar.gz) -md5sums=('35c9f30be03bdc7eadfb2598bb3849cb') +md5sums=('73e1028290953d1c552306dc7c4c8602') package() { msg "Installing osc ..." diff --git a/_service b/_service index 155235a..78f8f6d 100644 --- a/_service +++ b/_service @@ -1,7 +1,6 @@ - 0.139.2 - 0.139 + 0.140.0 git://github.com/openSUSE/osc.git git diff --git a/osc-0.139.2.tar.gz b/osc-0.139.2.tar.gz deleted file mode 100644 index d49a2ae..0000000 --- a/osc-0.139.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19a0b0dfb673cff72950f89e19a6179e3275144544210c94f26b5bae945d9e1c -size 338794 diff --git a/osc-0.140.0.tar.gz b/osc-0.140.0.tar.gz new file mode 100644 index 0000000..401469d --- /dev/null +++ b/osc-0.140.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98c15d91650f1dd39ec2ce2d073c7df2db1790f208291ec90cbe7813fb9154d +size 346010 diff --git a/osc.changes b/osc.changes index 315b653..bf374bf 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Jun 20 08:48:40 UTC 2013 - adrian@suse.de + +- 0.140.0 + - support python 2.7 and python 3 in parallel now + - reworked plugin loading mechanism in order to avoid the (mass) breakage of existing + plugins due to the python 3 support. Nonetheless if a plugin uses the "@cmdln.option(...)" + decorator it has to import the cmdln module first via "from osc import cmdln". + - allow specifying directories as mv targets + - drop the support for deprecated cbinstall and cbpreinstall directives + - allow to set maintainer or bugowner ship for a binary package initially, but ask back if + this is the right place. + - support listing of deleted source files "ls -D $PROJECT $PACKAGE" + - build results do show that a succeeded is not yet published + - improved bash completions + - default build root includes repository and architecture name now + - --request-accept-or-revoke option, useful to handle mass approval of requests + - multiple minor bugfixes + ------------------------------------------------------------------- Tue Apr 16 07:15:57 UTC 2013 - adrian@suse.de diff --git a/osc.dsc b/osc.dsc index 447c05a..e12f70a 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.139.2 +Version: 0.140.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 9b6a14b..d545429 100644 --- a/osc.spec +++ b/osc.spec @@ -17,7 +17,7 @@ Name: osc -Version: 0.139.2 +Version: 0.140.0 Release: 0 Summary: openSUSE Build Service Commander License: GPL-2.0+