update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=223
This commit is contained in:
parent
953d0b93d0
commit
75155dc3fb
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=osc
|
pkgname=osc
|
||||||
pkgver=0.154.0
|
pkgver=0.155.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Open Build Service client"
|
pkgdesc="Open Build Service client"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
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.154.0</param>
|
<param name="version">0.155.0</param>
|
||||||
<param name="revision">0.154.0</param>
|
<param name="revision">0.155.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.154.0) unstable; urgency=low
|
osc (0.155.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:00612f245db2f090c747e79d300440256252d5e739e8882ef4268a8e42739a6c
|
|
||||||
size 341789
|
|
3
osc-0.155.0.tar.gz
Normal file
3
osc-0.155.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a17b2093b762d2e18d06fb47a46c02b629c5147274836329c759cfdf604151a
|
||||||
|
size 343330
|
13
osc.changes
13
osc.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 29 14:05:52 UTC 2016 - adrian@suse.de
|
||||||
|
|
||||||
|
- 0.155.0
|
||||||
|
- osc service runall: runs all service local, independend of the mode
|
||||||
|
This allows to create local files even when disabled or
|
||||||
|
just created at buildtime
|
||||||
|
- support snapcraft.yaml build descriptions
|
||||||
|
- "osc add" of a directory offers to create an archive for uploading it
|
||||||
|
- support usage or preinstall images in local builds
|
||||||
|
- revision control options for "meta prj"
|
||||||
|
- bugfixes and documentation updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 10 12:09:42 UTC 2016 - suse-tux@gmx.de
|
Fri Jun 10 12:09:42 UTC 2016 - suse-tux@gmx.de
|
||||||
|
|
||||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 0.154.0
|
Version: 0.155.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
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 0.154.0
|
%define version_unconverted 0.155.0
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 0.154.0
|
Version: 0.155.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Open Build Service Commander
|
Summary: Open Build Service Commander
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user