- 0.165.1
* fix oscssl "urldefrag is not defined error" * osc release command now python3 compatible * add more decode logic in get_commitlog * osc add <dir> in compressed mode now works with python3 * osc getbinaries now prints the output instead of using the quiet mode as a default OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=286
This commit is contained in:
parent
7d89656a0e
commit
890d002ffe
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.165.0
|
||||
pkgver=0.165.1
|
||||
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.0</param>
|
||||
<param name="revision">0.165.0</param>
|
||||
<param name="version">0.165.1</param>
|
||||
<param name="revision">0.165.1</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.165.0) unstable; urgency=low
|
||||
osc (0.165.1) 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:2edce50346521d61f089597afb7cd483ba30908f960d20d1f40244272fdb90c3
|
||||
size 357447
|
3
osc-0.165.1.tar.gz
Normal file
3
osc-0.165.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8403f6fce51872dcd6a0cd4d48a589d1f6cdad623a0557b2f4f42ec0b53f947e
|
||||
size 357638
|
11
osc.changes
11
osc.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 06:39:33 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
|
||||
|
||||
- 0.165.1
|
||||
* fix oscssl "urldefrag is not defined error"
|
||||
* osc release command now python3 compatible
|
||||
* add more decode logic in get_commitlog
|
||||
* osc add <dir> in compressed mode now works with python3
|
||||
* osc getbinaries now prints the output instead of
|
||||
using the quiet mode as a default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 24 11:20:12 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.0
|
||||
Version: 0.165.1
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
6
osc.spec
6
osc.spec
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -27,12 +27,12 @@
|
||||
%define use_python python
|
||||
%endif
|
||||
|
||||
%define version_unconverted 0.165.0
|
||||
%define version_unconverted 0.165.1
|
||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||
%define macros_file macros.osc
|
||||
|
||||
Name: osc
|
||||
Version: 0.165.0
|
||||
Version: 0.165.1
|
||||
Release: 0
|
||||
Summary: Open Build Service Commander
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user