diff --git a/PKGBUILD b/PKGBUILD index ceaeda7..51bc78b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.149.0 +pkgver=0.150.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=('3c31fb9a5c5bd6f9c05d72380fabfef1') +md5sums=('23983272cec120b109c494c40483dfac') package() { msg "Installing osc ..." diff --git a/_service b/_service index 0b77fe5..d2f2ffa 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.149.0 - 0.149.0 + 0.150.0 + 0.150.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index fcec332..361c4ae 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.149.0) unstable; urgency=low +osc (0.150.0) unstable; urgency=low - Update to 0.135.0 -- Adrian Schroeter Wed, 28 Jun 2012 10:00:00 +0200 diff --git a/osc-0.149.0.tar.gz b/osc-0.149.0.tar.gz deleted file mode 100644 index dac1a93..0000000 --- a/osc-0.149.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9ed65cb1b767cf6a7ca95521d6f29e875d70e7bae58de27965bfc9b19e3553b -size 322976 diff --git a/osc-0.150.0.tar.gz b/osc-0.150.0.tar.gz new file mode 100644 index 0000000..526879f --- /dev/null +++ b/osc-0.150.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757d32067662260a64c5e596c7f8d4c8993ddc36bf675ac2c92513241333fefa +size 329736 diff --git a/osc.changes b/osc.changes index 043c41d..d1993a3 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 9 14:44:45 UTC 2015 - adrian@suse.de + +- 0.150.0 + - support local builds using builenv (for same build environment as a former build) + - add "osc api --edit" option to be able to edit some meta files directly + - follow the request order of the api (sorting according to priorization) + - add mr --release-project option for kgraft updates + - add support for makeoriginolder in request + ------------------------------------------------------------------- Fri Dec 5 13:17:15 UTC 2014 - seife+obs@b1-systems.com diff --git a/osc.dsc b/osc.dsc index 3d86fc7..7bac75d 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.149.0 +Version: 0.150.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index fd6ca0d..828c2bd 100644 --- a/osc.spec +++ b/osc.spec @@ -1,7 +1,7 @@ # # spec file for package osc # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products 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.149.0 +Version: 0.150.0 Release: 0 Summary: openSUSE Build Service Commander License: GPL-2.0+