Adrian Schröter 2016-03-04 07:29:01 +00:00 committed by Git OBS Bridge
parent c84991c3e3
commit ef8a203892
8 changed files with 28 additions and 11 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc pkgname=osc
pkgver=0.152.0 pkgver=0.153.0
pkgrel=0 pkgrel=0
pkgdesc="Open Build Service client" pkgdesc="Open Build Service client"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0')
groups=('base-devel') groups=('base-devel')
depends=('python2' 'python2-m2crypto' 'urlgrabber') depends=('python2' 'python2-m2crypto' 'urlgrabber')
source=(osc-${pkgver}.tar.gz) source=(osc-${pkgver}.tar.gz)
md5sums=('4a0b1194f52280d42dd50fe2a8adaa3a') md5sums=('SKIP')
package() { package() {
msg "Installing osc ..." msg "Installing osc ..."

View File

@ -1,7 +1,7 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="version">0.152.0</param> <param name="version">0.153.0</param>
<param name="revision">0.152.0</param> <param name="revision">0.153.0</param>
<param name="url">git://github.com/openSUSE/osc.git</param> <param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param> <param name="scm">git</param>
</service> </service>

View File

@ -1,4 +1,4 @@
osc (0.152.0) unstable; urgency=low osc (0.153.0) unstable; urgency=low
- Update to 0.135.0 - Update to 0.135.0
-- Adrian Schroeter <adrian@suse.de> Wed, 28 Jun 2012 10:00:00 +0200 -- Adrian Schroeter <adrian@suse.de> Wed, 28 Jun 2012 10:00:00 +0200

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e30508cb6197c48a4ac6364eb60e47a850a67faa705cc2eafbce4f1072c30b41
size 331512

3
osc-0.153.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a587070061f55d1e41b8e5e21d32c026027cf121f259e0d25512735ed021d47f
size 341553

View File

@ -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 Tue Jun 30 13:35:47 UTC 2015 - adrian@suse.de

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: osc Source: osc
Version: 0.152.0 Version: 0.153.0
Binary: osc Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de> Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any Architecture: any

View File

@ -1,7 +1,7 @@
# #
# spec file for package osc # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: osc Name: osc
Version: 0.152.0 Version: 0.153.0
Release: 0 Release: 0
Summary: Open Build Service Commander Summary: Open Build Service Commander
License: GPL-2.0+ License: GPL-2.0+