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/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-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..dd8accc --- /dev/null +++ b/osc-0.153.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ed9ed4738951bdcbfb5a168971fa315df29fc2a7261ed8fb8a160a739c0334 +size 341736 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 393f297..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,9 +17,9 @@ Name: osc -Version: 0.152.0 +Version: 0.153.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