- 0.165.4 (boo#1144211)
* allow optional fork when creating a maintenance request * fix RPMError fallback * fix local caching for all package formats * fix appname for trusted cert store * osc -h does not break anymore when using plugins OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=298
This commit is contained in:
parent
4671b75744
commit
2b642692d9
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.165.3
|
||||
pkgver=0.165.4
|
||||
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.3</param>
|
||||
<param name="revision">0.165.3</param>
|
||||
<param name="version">0.165.4</param>
|
||||
<param name="revision">0.165.4</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.165.3) unstable; urgency=low
|
||||
osc (0.165.4) 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:4832ed4d17d8eebe16f4e782e05ae7178dad3b1bdd84fbb573e462f3ce904c8c
|
||||
size 358848
|
3
osc-0.165.4.tar.gz
Normal file
3
osc-0.165.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a05ea69877c95736b6925d0cf0a37f1ea76d195b00347c42b81ab4da1c3dfcbc
|
||||
size 359042
|
10
osc.changes
10
osc.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 06:51:32 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
|
||||
|
||||
- 0.165.4 (boo#1144211)
|
||||
* allow optional fork when creating a maintenance request
|
||||
* fix RPMError fallback
|
||||
* fix local caching for all package formats
|
||||
* fix appname for trusted cert store
|
||||
* osc -h does not break anymore when using plugins
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 13:18:01 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.3
|
||||
Version: 0.165.4
|
||||
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.3
|
||||
%define version_unconverted 0.165.4
|
||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||
%define macros_file macros.osc
|
||||
|
||||
Name: osc
|
||||
Version: 0.165.3
|
||||
Version: 0.165.4
|
||||
Release: 0
|
||||
Summary: Open Build Service Commander
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user