update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=190
This commit is contained in:
parent
2fafbfbb6d
commit
e59a8d3842
4
PKGBUILD
4
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=osc
|
pkgname=osc
|
||||||
pkgver=0.149.0
|
pkgver=0.150.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=('3c31fb9a5c5bd6f9c05d72380fabfef1')
|
md5sums=('23983272cec120b109c494c40483dfac')
|
||||||
|
|
||||||
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.149.0</param>
|
<param name="version">0.150.0</param>
|
||||||
<param name="revision">0.149.0</param>
|
<param name="revision">0.150.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,4 +1,4 @@
|
|||||||
osc (0.149.0) unstable; urgency=low
|
osc (0.150.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
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c9ed65cb1b767cf6a7ca95521d6f29e875d70e7bae58de27965bfc9b19e3553b
|
|
||||||
size 322976
|
|
3
osc-0.150.0.tar.gz
Normal file
3
osc-0.150.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:757d32067662260a64c5e596c7f8d4c8993ddc36bf675ac2c92513241333fefa
|
||||||
|
size 329736
|
10
osc.changes
10
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
|
Fri Dec 5 13:17:15 UTC 2014 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 0.149.0
|
Version: 0.150.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) 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
|
# 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.149.0
|
Version: 0.150.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