- 0.165.2 (boo#1140697)
* support different token operations (runservice, release and rebuild) (requires OBS 2.10) * fix osc token decode error * offline build mode is now really offline and does not try to download the buildconfig * osc build -define now works with python3 * some spelling fixes * properly parse the error message on osc meta -e * osc maintainer -s now works with python3 * simplified and fixed osc meta -e * osc lbl now works with non utf8 encoding (boo#1129889) * add simpleimage as local build type OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=293
This commit is contained in:
parent
5969ab24ab
commit
95a6683f8e
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.165.1
|
||||
pkgver=0.165.2
|
||||
pkgrel=0
|
||||
pkgdesc="Open Build Service client"
|
||||
arch=('i686' 'x86_64')
|
||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">0.165.1</param>
|
||||
<param name="revision">0.165.1</param>
|
||||
<param name="version">0.165.2</param>
|
||||
<param name="revision">0.165.2</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.165.1) unstable; urgency=low
|
||||
osc (0.165.2) unstable; urgency=low
|
||||
- Update to 0.161.1
|
||||
|
||||
-- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8403f6fce51872dcd6a0cd4d48a589d1f6cdad623a0557b2f4f42ec0b53f947e
|
||||
size 357638
|
3
osc-0.165.2.tar.gz
Normal file
3
osc-0.165.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e349dd22f4b6dcd1cbf5d43d1de5732f69c83970c1779a672a12e0673f6b2dc3
|
||||
size 358537
|
15
osc.changes
15
osc.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 11:11:58 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
|
||||
|
||||
- 0.165.2 (boo#1140697)
|
||||
* support different token operations (runservice, release and rebuild) (requires OBS 2.10)
|
||||
* fix osc token decode error
|
||||
* offline build mode is now really offline and does not try to download the buildconfig
|
||||
* osc build -define now works with python3
|
||||
* some spelling fixes
|
||||
* properly parse the error message on osc meta -e
|
||||
* osc maintainer -s now works with python3
|
||||
* simplified and fixed osc meta -e
|
||||
* osc lbl now works with non utf8 encoding (boo#1129889)
|
||||
* add simpleimage as local build type
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 09:10:33 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.165.1
|
||||
Version: 0.165.2
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
4
osc.spec
4
osc.spec
@ -27,12 +27,12 @@
|
||||
%define use_python python
|
||||
%endif
|
||||
|
||||
%define version_unconverted 0.165.1
|
||||
%define version_unconverted 0.165.2
|
||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||
%define macros_file macros.osc
|
||||
|
||||
Name: osc
|
||||
Version: 0.165.1
|
||||
Version: 0.165.2
|
||||
Release: 0
|
||||
Summary: Open Build Service Commander
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user