From 021e87338616b6c622f2c13b19138d5bc21f1823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 17 Sep 2013 11:53:03 +0000 Subject: [PATCH] update to 0.141.0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=147 --- PKGBUILD | 4 ++-- _service | 4 ++-- osc-0.140.1.tar.gz | 3 --- osc-0.141.0.tar.gz | 3 +++ osc.changes | 10 ++++++++++ osc.dsc | 2 +- osc.spec | 2 +- 7 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 osc-0.140.1.tar.gz create mode 100644 osc-0.141.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 569d582..5b097cb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.140.1 +pkgver=0.141.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=('73fea2d9fc3674173641761c0d758d37') +md5sums=('0691859fd496aa1f76ccb145711eed8a') package() { msg "Installing osc ..." diff --git a/_service b/_service index e507845..46f11e1 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.140.1 - 0.140 + 0.141.0 + 0.141.0 git://github.com/openSUSE/osc.git git diff --git a/osc-0.140.1.tar.gz b/osc-0.140.1.tar.gz deleted file mode 100644 index c1396f5..0000000 --- a/osc-0.140.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2780b39a5294c2a763899bb0fff7864ed82685e4b5f5afa2ec001fb661051cc5 -size 346074 diff --git a/osc-0.141.0.tar.gz b/osc-0.141.0.tar.gz new file mode 100644 index 0000000..bf52fc7 --- /dev/null +++ b/osc-0.141.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4a22c9ece0e688ddddb598efbfc5e9b4f8330d5bef92f91fdff68f8a38e185 +size 347779 diff --git a/osc.changes b/osc.changes index 24dae20..17b1cf1 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 17 11:52:07 UTC 2013 - adrian@suse.de + +- 0.141.0 + - crash fixes + - support for kiwi appliance builds using obsrepositories:/ directive + - support for manual release of sources and binaries + - add --last parameter for build logs to show last finished log file, if currently building + - add signkey --sslcert option to fetch the optional create ssl certificate instead of gpg key + ------------------------------------------------------------------- Wed Jun 26 18:34:53 UTC 2013 - adrian@suse.de diff --git a/osc.dsc b/osc.dsc index 669b36d..0327141 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.140.1 +Version: 0.141.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index f9c6d17..93fbe2d 100644 --- a/osc.spec +++ b/osc.spec @@ -17,7 +17,7 @@ Name: osc -Version: 0.140.1 +Version: 0.141.0 Release: 0 Summary: openSUSE Build Service Commander License: GPL-2.0+