- 0.164.2
- deleterequest for entire projects needs the --all option as additional protection - rewrite packagequery to support python3 - rewrite oscerr module to support python3 - rewrite archqeury and debquery to support python3 - Export vc env vars when running a source service OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=279
This commit is contained in:
parent
c66a7460e1
commit
6dbeae2852
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.164.1
|
||||
pkgver=0.164.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.164.1</param>
|
||||
<param name="revision">0.164.1</param>
|
||||
<param name="version">0.164.2</param>
|
||||
<param name="revision">0.164.2</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.164.1) unstable; urgency=low
|
||||
osc (0.164.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:d47682ac9a5ed45ea34f69e357845c5f06899a674d53eafd3938efd81bd647ec
|
||||
size 354855
|
3
osc-0.164.2.tar.gz
Normal file
3
osc-0.164.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6052eef40c2b9d1a3a0f7b86e626c595652681bef1af1781cb48f93973691920
|
||||
size 356339
|
10
osc.changes
10
osc.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 08:14:30 UTC 2019 - marco.strigl@suse.com
|
||||
|
||||
- 0.164.2
|
||||
- deleterequest for entire projects needs the --all option as additional protection
|
||||
- rewrite packagequery to support python3
|
||||
- rewrite oscerr module to support python3
|
||||
- rewrite archqeury and debquery to support python3
|
||||
- Export vc env vars when running a source service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 16 13:11:41 UTC 2019 - marco.strigl@suse.com
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.164.1
|
||||
Version: 0.164.2
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
4
osc.spec
4
osc.spec
@ -16,12 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 0.164.1
|
||||
%define version_unconverted 0.164.2
|
||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||
%define macros_file macros.osc
|
||||
|
||||
Name: osc
|
||||
Version: 0.164.1
|
||||
Version: 0.164.2
|
||||
Release: 0
|
||||
Summary: Open Build Service Commander
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user