diff --git a/PKGBUILD b/PKGBUILD index 7bdf231..af0ce6e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.157.1 +pkgver=0.157.2 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index 11ba318..032fbfb 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.157.1 - 0.157.1 + 0.157.2 + 0.157.2 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index a7a96f3..0d98f11 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.157.1) unstable; urgency=low +osc (0.157.2) unstable; urgency=low - Install bash completion -- Nick Brown Wed, 26 Oct 2016 10:00:00 +0200 diff --git a/osc-0.157.1.tar.gz b/osc-0.157.1.tar.gz deleted file mode 100644 index a659e06..0000000 --- a/osc-0.157.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db2a10de73591d7e9d378b20945948d29593c59b76e25269d3f4f1296e99a68d -size 344516 diff --git a/osc-0.157.2.tar.gz b/osc-0.157.2.tar.gz new file mode 100644 index 0000000..d292654 --- /dev/null +++ b/osc-0.157.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42d4b095c063bc05f8ef4d46d5aad11a7f8c7d039059da1126a5180db643e2f +size 346834 diff --git a/osc.changes b/osc.changes index 9d4642c..4ec9ae0 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Mar 21 12:51:00 UTC 2017 - marco.strigl@suse.com + +- 0.157.2 + - add compat code for older apis that do not support multibuild + - fix ssl.connection instantiation in case of old M2Crypto + - highly experimental support for appimage + - fix local service run for non-existent (server-side) package + ------------------------------------------------------------------- Wed Mar 8 12:14:32 UTC 2017 - marco.strigl@suse.com diff --git a/osc.dsc b/osc.dsc index 644b96b..c949adf 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.157.1 +Version: 0.157.2 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 7e2947f..16c4b69 100644 --- a/osc.spec +++ b/osc.spec @@ -16,10 +16,10 @@ # -%define version_unconverted 0.157.1 +%define version_unconverted 0.157.2 Name: osc -Version: 0.157.1 +Version: 0.157.2 Release: 0 Summary: Open Build Service Commander License: GPL-2.0+