From 8f3bc76e0f077ae5e91b0f49c6d9445c5c9ab978c507ea2e1bf5632a88b46452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 25 Feb 2013 15:27:56 +0000 Subject: [PATCH 1/3] adding arch linux file, fails because they do not have urllib2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=131 --- PKGBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 PKGBUILD diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..3a6fc0a --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,19 @@ +pkgname=osc +pkgver=0.139.0 +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=('a9755d0ba9d8105c50f8d2ffe31dc347') + +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 +} From 794d64372430994894e74b9f8db9f0ddf1e6ef10036b48bde6813012b3c1c534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 26 Feb 2013 13:09:28 +0000 Subject: [PATCH 2/3] update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=133 --- PKGBUILD | 4 ++-- _service | 3 ++- osc-0.139.0.tar.gz | 3 --- osc-0.139.1.tar.gz | 3 +++ osc.dsc | 2 +- osc.spec | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 osc-0.139.0.tar.gz create mode 100644 osc-0.139.1.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 3a6fc0a..7c253af 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.139.0 +pkgver=0.139.1 pkgrel=1 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') @@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') depends=('python2') source=(osc-${pkgver}.tar.gz) -md5sums=('a9755d0ba9d8105c50f8d2ffe31dc347') +md5sums=('c2f5ef8b09f31cf917265201c599e1e9') package() { msg "Installing osc ..." diff --git a/_service b/_service index a966459..88f5b9f 100644 --- a/_service +++ b/_service @@ -1,6 +1,7 @@ - 0.139.0 + 0.139.1 + 0.139 git://github.com/openSUSE/osc.git git diff --git a/osc-0.139.0.tar.gz b/osc-0.139.0.tar.gz deleted file mode 100644 index ea95bd1..0000000 --- a/osc-0.139.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8bbd9c59280aac0c33fcc4021e7279f6eb96e4660c349ac7097bb78d35dbe2c -size 337604 diff --git a/osc-0.139.1.tar.gz b/osc-0.139.1.tar.gz new file mode 100644 index 0000000..d8f0d9b --- /dev/null +++ b/osc-0.139.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f0cb6fe18957ed4edb84ca5adc10a2908828c37de31bcfaa1c747755836fed +size 338316 diff --git a/osc.dsc b/osc.dsc index 46c5c90..ac67e22 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.139.0 +Version: 0.139.1 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 5a5f360..0c8fc23 100644 --- a/osc.spec +++ b/osc.spec @@ -17,7 +17,7 @@ Name: osc -Version: 0.139.0 +Version: 0.139.1 Release: 0 Summary: openSUSE Build Service Commander License: GPL-2.0+ From 90b056543cc2d0750cd9412530e79eaf3ec3e3998486ad5a0c20a0251a201ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 26 Feb 2013 16:22:17 +0000 Subject: [PATCH 3/3] add changelog OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=134 --- osc.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/osc.changes b/osc.changes index 621f123..7c213e2 100644 --- a/osc.changes +++ b/osc.changes @@ -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