Accepting request 156446 from openSUSE:Tools

another crash fix

OBS-URL: https://build.opensuse.org/request/show/156446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=80
This commit is contained in:
Stephan Kulow 2013-03-01 06:38:53 +00:00 committed by Git OBS Bridge
commit 720494a1bd
7 changed files with 32 additions and 6 deletions

19
PKGBUILD Normal file
View File

@ -0,0 +1,19 @@
pkgname=osc
pkgver=0.139.1
pkgrel=1
pkgdesc="Open Build Service client"
arch=('i686' 'x86_64')
url="https://www.github.com/openSUSE/osc"
license=('GPL-2.0+' 'GPL-2.0')
groups=('base-devel')
depends=('python2')
source=(osc-${pkgver}.tar.gz)
md5sums=('c2f5ef8b09f31cf917265201c599e1e9')
package() {
msg "Installing osc ..."
cd "${srcdir}"/osc-${pkgver}
python setup.py build
python setup.py install --prefix=/usr --root=${pkgdir}
ln -s osc-wrapper.py ${pkgdir}/usr/bin/osc
}

View File

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

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 26 16:23:26 UTC 2013 - adrian@suse.de
- 0.139.1:
- do not crash on invalid authentification setup
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 25 14:41:27 UTC 2013 - adrian@suse.de Mon Feb 25 14:41:27 UTC 2013 - adrian@suse.de

View File

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

View File

@ -17,7 +17,7 @@
Name: osc Name: osc
Version: 0.139.0 Version: 0.139.1
Release: 0 Release: 0
Summary: openSUSE Build Service Commander Summary: openSUSE Build Service Commander
License: GPL-2.0+ License: GPL-2.0+