From 100de5064a7b4bf0db6a49e822d8cc482ae72ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 16 Apr 2013 07:53:23 +0000 Subject: [PATCH 1/3] fix md5sum for Arch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=138 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index ba96fb6..5b47433 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') depends=('python2') source=(osc-${pkgver}.tar.gz) -md5sums=('c2f5ef8b09f31cf917265201c599e1e9') +md5sums=('35c9f30be03bdc7eadfb2598bb3849cb') package() { msg "Installing osc ..." From 12f64d2cdc9df8f09d58102ce9b90f4461595e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 16 Apr 2013 13:47:27 +0000 Subject: [PATCH 2/3] yet another 0.139.2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=139 --- PKGBUILD | 2 +- osc-0.139.2.tar.gz | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 5b47433..f0acca4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ arch=('i686' 'x86_64') url="https://www.github.com/openSUSE/osc" license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') -depends=('python2') +depends=('python') source=(osc-${pkgver}.tar.gz) md5sums=('35c9f30be03bdc7eadfb2598bb3849cb') diff --git a/osc-0.139.2.tar.gz b/osc-0.139.2.tar.gz index 6c67b94..683e915 100644 --- a/osc-0.139.2.tar.gz +++ b/osc-0.139.2.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83ea15a9d25ddd8b91c424756c555f54abf57ffe324ec9069e2427db91065b6e -size 338312 +oid sha256:19a0b0dfb673cff72950f89e19a6179e3275144544210c94f26b5bae945d9e1c +size 338794 From a3c52172afb213785def7640701f49b774158334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 20 Jun 2013 08:51:39 +0000 Subject: [PATCH 3/3] 0.140.0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=141 --- PKGBUILD | 6 +++--- _service | 3 +-- osc-0.139.2.tar.gz | 3 --- osc-0.140.0.tar.gz | 3 +++ osc.changes | 19 +++++++++++++++++++ osc.dsc | 2 +- osc.spec | 2 +- 7 files changed, 28 insertions(+), 10 deletions(-) delete mode 100644 osc-0.139.2.tar.gz create mode 100644 osc-0.140.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index f0acca4..ddae849 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=osc -pkgver=0.139.2 -pkgrel=1 +pkgver=0.140.0 +pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') url="https://www.github.com/openSUSE/osc" @@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') depends=('python') source=(osc-${pkgver}.tar.gz) -md5sums=('35c9f30be03bdc7eadfb2598bb3849cb') +md5sums=('73e1028290953d1c552306dc7c4c8602') package() { msg "Installing osc ..." diff --git a/_service b/_service index 8969b3f..66c3a6b 100644 --- a/_service +++ b/_service @@ -1,7 +1,6 @@ - 0.139.2 - 0.139 + 0.140.0 git://github.com/openSUSE/osc.git git diff --git a/osc-0.139.2.tar.gz b/osc-0.139.2.tar.gz deleted file mode 100644 index 683e915..0000000 --- a/osc-0.139.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19a0b0dfb673cff72950f89e19a6179e3275144544210c94f26b5bae945d9e1c -size 338794 diff --git a/osc-0.140.0.tar.gz b/osc-0.140.0.tar.gz new file mode 100644 index 0000000..1edef39 --- /dev/null +++ b/osc-0.140.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98c15d91650f1dd39ec2ce2d073c7df2db1790f208291ec90cbe7813fb9154d +size 346010 diff --git a/osc.changes b/osc.changes index 3acab9e..1b6b50e 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Jun 20 08:48:40 UTC 2013 - adrian@suse.de + +- 0.140.0 + - support python 2.7 and python 3 in parallel now + - reworked plugin loading mechanism in order to avoid the (mass) breakage of existing + plugins due to the python 3 support. Nonetheless if a plugin uses the "@cmdln.option(...)" + decorator it has to import the cmdln module first via "from osc import cmdln". + - allow specifying directories as mv targets + - drop the support for deprecated cbinstall and cbpreinstall directives + - allow to set maintainer or bugowner ship for a binary package initially, but ask back if + this is the right place. + - support listing of deleted source files "ls -D $PROJECT $PACKAGE" + - build results do show that a succeeded is not yet published + - improved bash completions + - default build root includes repository and architecture name now + - --request-accept-or-revoke option, useful to handle mass approval of requests + - multiple minor bugfixes + ------------------------------------------------------------------- Tue Apr 16 07:15:57 UTC 2013 - adrian@suse.de diff --git a/osc.dsc b/osc.dsc index db979ce..12abc0f 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.139.2 +Version: 0.140.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 22362bc..0facd90 100644 --- a/osc.spec +++ b/osc.spec @@ -17,7 +17,7 @@ Name: osc -Version: 0.139.2 +Version: 0.140.0 Release: 0 Summary: openSUSE Build Service Commander License: GPL-2.0+