Adrian Schröter 2013-06-20 08:51:39 +00:00 committed by Git OBS Bridge
parent 7a497354bc
commit 492e27e566
7 changed files with 28 additions and 10 deletions

View File

@ -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 ..."

View File

@ -1,7 +1,6 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.139.2</param>
<param name="revision">0.139</param>
<param name="version">0.140.0</param>
<param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19a0b0dfb673cff72950f89e19a6179e3275144544210c94f26b5bae945d9e1c
size 338794

3
osc-0.140.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e98c15d91650f1dd39ec2ce2d073c7df2db1790f208291ec90cbe7813fb9154d
size 346010

View File

@ -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

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: osc
Version: 0.139.2
Version: 0.140.0
Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any

View File

@ -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+