diff --git a/PKGBUILD b/PKGBUILD index 7f6cac1..86e9fef 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.142.2 +pkgver=0.143.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') @@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') depends=('python') source=(osc-${pkgver}.tar.gz) -md5sums=('cdce96f3d1a7c55f3bee980e33808b2e') +md5sums=('c41294410630755cd21ef5f4dcf42b77') package() { msg "Installing osc ..." diff --git a/_service b/_service index 3097741..4f3b84f 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.142.2 - 0.142.2 + 0.143.0 + 0.143.0 git://github.com/openSUSE/osc.git git diff --git a/osc-0.142.2.tar.gz b/osc-0.142.2.tar.gz deleted file mode 100644 index e5105e9..0000000 --- a/osc-0.142.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86ee89cc90ada67ce62277d21f92376211ef2af4a286a0d4d4d35ce3360aaa8f -size 348872 diff --git a/osc-0.143.0.tar.gz b/osc-0.143.0.tar.gz new file mode 100644 index 0000000..34198f4 --- /dev/null +++ b/osc-0.143.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b44696f6f955db3241e2c14e4a8898dc290ecb072b43ce5eb2cd1ff5119e96 +size 349895 diff --git a/osc.changes b/osc.changes index 4fc93ac..659ce64 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jan 24 09:38:32 UTC 2014 - adrian@suse.de + +- 0.143.0 + - add option to add a auto-accept in future for delete requests (handy for admins) + - many bugfixes: + - plugin loading + - bugowner handling + - download of server side generated source "up -S" + - wipebinaries command + ------------------------------------------------------------------- Tue Dec 31 19:24:43 UTC 2013 - andreas.stieger@gmx.de diff --git a/osc.dsc b/osc.dsc index fc3900d..26f4968 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.142.2 +Version: 0.143.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 26d4642..d5ae0b2 100644 --- a/osc.spec +++ b/osc.spec @@ -1,7 +1,7 @@ # # spec file for package osc # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: osc -Version: 0.142.2 +Version: 0.143.0 Release: 0 Summary: openSUSE Build Service Commander License: GPL-2.0+