diff --git a/PKGBUILD b/PKGBUILD index 68f405a..2720f38 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.142.0 +pkgver=0.142.1 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=('4f60a6cafbc38c1ca9a48fb4705d01c0') +md5sums=('a3977c5cdc8bac4f09bca027b6a76fec') package() { msg "Installing osc ..." diff --git a/_service b/_service index 0b3a76f..90a261b 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.142.0 - 0.142.0 + 0.142.1 + 0.142.1 git://github.com/openSUSE/osc.git git diff --git a/osc-0.142.0.tar.gz b/osc-0.142.0.tar.gz deleted file mode 100644 index c0daaea..0000000 --- a/osc-0.142.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d731ae86fc0fee48d77e5f03011846d69a585dcddcb08d4f8a832978ccbf1a4 -size 348251 diff --git a/osc-0.142.1.tar.gz b/osc-0.142.1.tar.gz new file mode 100644 index 0000000..6d76399 --- /dev/null +++ b/osc-0.142.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9716e023a936d4696eb0875fdf041028cc2f4be680c51919a6a83cb557959b33 +size 349147 diff --git a/osc.changes b/osc.changes index fdcfab2..5364c6e 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 3 10:24:14 UTC 2013 - adrian@suse.de + +- 0.142.1 + - fixes regression for wipebinaries call + - fixes "osc api" call when uploading binaries via POST + ------------------------------------------------------------------- Thu Nov 21 09:30:40 UTC 2013 - adrian@suse.de diff --git a/osc.dsc b/osc.dsc index 76fca4d..8d28f90 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.142.0 +Version: 0.142.1 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index bbd82a6..5851288 100644 --- a/osc.spec +++ b/osc.spec @@ -17,7 +17,7 @@ Name: osc -Version: 0.142.0 +Version: 0.142.1 Release: 0 Summary: openSUSE Build Service Commander License: GPL-2.0+