0.140.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=141
This commit is contained in:
parent
7a497354bc
commit
492e27e566
6
PKGBUILD
6
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 ..."
|
||||
|
3
_service
3
_service
@ -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>
|
||||
|
@ -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
3
osc-0.140.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e98c15d91650f1dd39ec2ce2d073c7df2db1790f208291ec90cbe7813fb9154d
|
||||
size 346010
|
19
osc.changes
19
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
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user