Accepting request 215014 from openSUSE:Tools
bugfix release OBS-URL: https://build.opensuse.org/request/show/215014 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=90
This commit is contained in:
commit
89f7b9f927
4
PKGBUILD
4
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=osc
|
pkgname=osc
|
||||||
pkgver=0.142.2
|
pkgver=0.143.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=('python')
|
depends=('python')
|
||||||
source=(osc-${pkgver}.tar.gz)
|
source=(osc-${pkgver}.tar.gz)
|
||||||
md5sums=('cdce96f3d1a7c55f3bee980e33808b2e')
|
md5sums=('ad1f262fbb93e6a4c132d615648e6bbe')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
msg "Installing osc ..."
|
msg "Installing osc ..."
|
||||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">0.142.2</param>
|
<param name="version">0.143.0</param>
|
||||||
<param name="revision">0.142.2</param>
|
<param name="revision">0.143.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>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:86ee89cc90ada67ce62277d21f92376211ef2af4a286a0d4d4d35ce3360aaa8f
|
|
||||||
size 348872
|
|
3
osc-0.143.0.tar.gz
Normal file
3
osc-0.143.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a19de7ce4a260e3bf69f69c51ec42a5971d6d2ba8c0691fac6be00f06a96b223
|
||||||
|
size 349286
|
11
osc.changes
11
osc.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 24 09:38:32 UTC 2014 - adrian@suse.de
|
||||||
|
|
||||||
|
- 0.143.0
|
||||||
|
- add option to add a auto-accept in future for delete requests (handy for admins)
|
||||||
|
- many bugfixes:
|
||||||
|
- plugin loading
|
||||||
|
- bugowner handling
|
||||||
|
- download of server side generated source "up -S"
|
||||||
|
- wipebinaries command
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 31 19:24:43 UTC 2013 - andreas.stieger@gmx.de
|
Tue Dec 31 19:24:43 UTC 2013 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 0.142.2
|
Version: 0.143.0
|
||||||
Binary: osc
|
Binary: osc
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
4
osc.spec
4
osc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osc
|
# spec file for package osc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products 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.142.2
|
Version: 0.143.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: openSUSE Build Service Commander
|
Summary: openSUSE Build Service Commander
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user