Accepting request 365772 from openSUSE:Tools
version update OBS-URL: https://build.opensuse.org/request/show/365772 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=109
This commit is contained in:
commit
4dd9a0d92e
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 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9080ba97fb4edae8eda545540e6dc4262219db5dbdf0f099a5e3beabcfc052d7
|
||||
oid sha256:8ef7a27dde6ddcb3a793b8068bc80673e53f1f9162b4dd7307af97e421e3ac7d
|
||||
size 2580
|
||||
|
@ -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:21ed9ed4738951bdcbfb5a168971fa315df29fc2a7261ed8fb8a160a739c0334
|
||||
size 341736
|
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
|
||||
|
8
osc.spec
8
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,9 +17,9 @@
|
||||
|
||||
|
||||
Name: osc
|
||||
Version: 0.152.0
|
||||
Version: 0.153.0
|
||||
Release: 0
|
||||
Summary: openSUSE Build Service Commander
|
||||
Summary: Open Build Service Commander
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Other
|
||||
Url: https://github.com/openSUSE/osc
|
||||
@ -84,7 +84,7 @@ Requires: m2crypto > 0.19
|
||||
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
%description
|
||||
Commandline client for the openSUSE Build Service.
|
||||
Commandline client for the Open Build Service.
|
||||
|
||||
See http://en.opensuse.org/openSUSE:OSC , as well as
|
||||
http://en.opensuse.org/openSUSE:Build_Service_Tutorial for a general
|
||||
|
Loading…
x
Reference in New Issue
Block a user