build
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=208
This commit is contained in:
parent
c84991c3e3
commit
ef8a203892
4
PKGBUILD
4
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 ..."
|
||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">0.152.0</param>
|
||||
<param name="revision">0.152.0</param>
|
||||
<param name="version">0.153.0</param>
|
||||
<param name="revision">0.153.0</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -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 <adrian@suse.de> Wed, 28 Jun 2012 10:00:00 +0200
|
||||
|
@ -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
3
osc-0.153.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a587070061f55d1e41b8e5e21d32c026027cf121f259e0d25512735ed021d47f
|
||||
size 341553
|
17
osc.changes
17
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
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.152.0
|
||||
Version: 0.153.0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
4
osc.spec
4
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+
|
||||
|
Loading…
Reference in New Issue
Block a user