1
0
forked from pool/osc

- 0.161.1

- Fix python 2.6 SyntaxError (multiple context expressions)

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=257
This commit is contained in:
Marco Strigl 2017-10-26 12:42:31 +00:00 committed by Git OBS Bridge
parent 4f83f5953f
commit 15e3a9ea07
8 changed files with 16 additions and 10 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc
pkgver=0.161.0
pkgver=0.161.1
pkgrel=0
pkgdesc="Open Build Service client"
arch=('i686' 'x86_64')

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.161.0</param>
<param name="revision">0.161.0</param>
<param name="version">0.161.1</param>
<param name="revision">0.161.1</param>
<param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param>
</service>

View File

@ -1,4 +1,4 @@
osc (0.161.0-0) unstable; urgency=low
osc (0.161.1-0) unstable; urgency=low
- Install bash completion
-- Nick Brown <brownn@brocade.com> Wed, 26 Oct 2016 10:00:00 +0200

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60966bb251128b9c01cdb0336fcead272bbe53bc3daf97de49cac4b86f537422
size 349984

3
osc-0.161.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d77e938dd90d576cd7b97d03a486ec2f7b8410abb7c7db15915c012649d9eabd
size 349933

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 26 12:41:25 UTC 2017 - marco.strigl@suse.com
- 0.161.1
- Fix python 2.6 SyntaxError (multiple context expressions)
-------------------------------------------------------------------
Thu Oct 26 11:39:49 UTC 2017 - marco.strigl@suse.com

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: osc
Version: 0.161.0-0
Version: 0.161.1-0
Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any

View File

@ -16,12 +16,12 @@
#
%define version_unconverted 0.161.0
%define version_unconverted 0.161.1
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
%define macros_file macros.osc
Name: osc
Version: 0.161.0
Version: 0.161.1
Release: 0
Summary: Open Build Service Commander
License: GPL-2.0+