From c84991c3e329865a3927bdc6927f3d15226378ab73d4894ca42409dfb11658f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Wed, 1 Jul 2015 19:35:58 +0000 Subject: [PATCH 1/3] Accepting request 314687 from home:hennevogel:branches:openSUSE:Tools OBS-URL: https://build.opensuse.org/request/show/314687 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=206 --- debian.tar.gz | 2 +- osc.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian.tar.gz b/debian.tar.gz index f876261..4ed5e95 100644 --- a/debian.tar.gz +++ b/debian.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9080ba97fb4edae8eda545540e6dc4262219db5dbdf0f099a5e3beabcfc052d7 +oid sha256:8ef7a27dde6ddcb3a793b8068bc80673e53f1f9162b4dd7307af97e421e3ac7d size 2580 diff --git a/osc.spec b/osc.spec index 393f297..97f8056 100644 --- a/osc.spec +++ b/osc.spec @@ -19,7 +19,7 @@ Name: osc Version: 0.152.0 Release: 0 -Summary: openSUSE Build Service Commander +Summary: Open Build Service Commander License: GPL-2.0+ Group: Development/Tools/Other Url: https://github.com/openSUSE/osc @@ -84,7 +84,7 @@ Requires: m2crypto > 0.19 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description -Commandline client for the openSUSE Build Service. +Commandline client for the Open Build Service. See http://en.opensuse.org/openSUSE:OSC , as well as http://en.opensuse.org/openSUSE:Build_Service_Tutorial for a general From ef8a2038925ad4be79b22256945b4e9e2cde1a44d8b1690448440ace1ff4048b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 4 Mar 2016 07:29:01 +0000 Subject: [PATCH 2/3] build OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=208 --- PKGBUILD | 4 ++-- _service | 4 ++-- debian.changelog | 2 +- osc-0.152.0.tar.gz | 3 --- osc-0.153.0.tar.gz | 3 +++ osc.changes | 17 +++++++++++++++++ osc.dsc | 2 +- osc.spec | 4 ++-- 8 files changed, 28 insertions(+), 11 deletions(-) delete mode 100644 osc-0.152.0.tar.gz create mode 100644 osc-0.153.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 5dd2880..1c4e251 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.152.0 +pkgver=0.153.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=('python2' 'python2-m2crypto' 'urlgrabber') source=(osc-${pkgver}.tar.gz) -md5sums=('4a0b1194f52280d42dd50fe2a8adaa3a') +md5sums=('SKIP') package() { msg "Installing osc ..." diff --git a/_service b/_service index 54386b7..7085d02 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.152.0 - 0.152.0 + 0.153.0 + 0.153.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index e9898d8..1bad6e9 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.152.0) unstable; urgency=low +osc (0.153.0) unstable; urgency=low - Update to 0.135.0 -- Adrian Schroeter Wed, 28 Jun 2012 10:00:00 +0200 diff --git a/osc-0.152.0.tar.gz b/osc-0.152.0.tar.gz deleted file mode 100644 index 129ac30..0000000 --- a/osc-0.152.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e30508cb6197c48a4ac6364eb60e47a850a67faa705cc2eafbce4f1072c30b41 -size 331512 diff --git a/osc-0.153.0.tar.gz b/osc-0.153.0.tar.gz new file mode 100644 index 0000000..2f0888b --- /dev/null +++ b/osc-0.153.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a587070061f55d1e41b8e5e21d32c026027cf121f259e0d25512735ed021d47f +size 341553 diff --git a/osc.changes b/osc.changes index d7c0162..da7c8dc 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Mar 4 07:27:49 UTC 2016 - adrian@suse.de + +- 0.153.0 + - "my sr" is using the server side request collection to get right results + - maintenance request offers to supersede old, but still open requests + - add build --vm-telnet option for getting debug shell in KVM builds + - add buildhistory --limit option + OBS 2.7 only: + - add "addchannels" and "enablechannel" commands + - support new package instances on branching when using -N parameter + - add --linkrev option to branch command + - add --add-repository-block option to branch command + - add --add-repository-rebuild option to branch command + - add service merge command + - add service wait command + ------------------------------------------------------------------- Tue Jun 30 13:35:47 UTC 2015 - adrian@suse.de diff --git a/osc.dsc b/osc.dsc index 98ee084..f3b3fdb 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.152.0 +Version: 0.153.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 97f8056..a2753fc 100644 --- a/osc.spec +++ b/osc.spec @@ -1,7 +1,7 @@ # # spec file for package osc # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: osc -Version: 0.152.0 +Version: 0.153.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0+ From 6e522663e1d97d39bf377afc4c44de075f13fef7073e4b7a051d18c0814f417e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 4 Mar 2016 07:39:15 +0000 Subject: [PATCH 3/3] update to 0.153.0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=209 --- osc-0.153.0.tar.gz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osc-0.153.0.tar.gz b/osc-0.153.0.tar.gz index 2f0888b..dd8accc 100644 --- a/osc-0.153.0.tar.gz +++ b/osc-0.153.0.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a587070061f55d1e41b8e5e21d32c026027cf121f259e0d25512735ed021d47f -size 341553 +oid sha256:21ed9ed4738951bdcbfb5a168971fa315df29fc2a7261ed8fb8a160a739c0334 +size 341736