From 8ae9303e7bdf9bcb6dfec421baf24d97c045f349 Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Mon, 20 May 2019 06:49:45 +0000 Subject: [PATCH] - 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 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 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.165.0.tar.gz | 3 --- osc-0.165.1.tar.gz | 3 +++ osc.changes | 11 +++++++++++ osc.dsc | 2 +- osc.spec | 6 +++--- 8 files changed, 22 insertions(+), 11 deletions(-) delete mode 100644 osc-0.165.0.tar.gz create mode 100644 osc-0.165.1.tar.gz diff --git a/PKGBUILD b/PKGBUILD index fbfeed2..8697444 100644 --- a/PKGBUILD +++ b/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') diff --git a/_service b/_service index 9fde3d6..bd78b2e 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.165.0 - 0.165.0 + 0.165.1 + 0.165.1 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index 8d30fd1..f7e6d59 100644 --- a/debian.changelog +++ b/debian.changelog @@ -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 Thu, 26 Oct 2017 14:42:00 +0200 diff --git a/osc-0.165.0.tar.gz b/osc-0.165.0.tar.gz deleted file mode 100644 index 320594b..0000000 --- a/osc-0.165.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2edce50346521d61f089597afb7cd483ba30908f960d20d1f40244272fdb90c3 -size 357447 diff --git a/osc-0.165.1.tar.gz b/osc-0.165.1.tar.gz new file mode 100644 index 0000000..693fa5c --- /dev/null +++ b/osc-0.165.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8403f6fce51872dcd6a0cd4d48a589d1f6cdad623a0557b2f4f42ec0b53f947e +size 357638 diff --git a/osc.changes b/osc.changes index 3e5ca12..be3a13c 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon May 20 06:39:33 UTC 2019 - Marco Strigl + +- 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 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 diff --git a/osc.dsc b/osc.dsc index e4a33b8..d24c209 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.165.0 +Version: 0.165.1 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index cf6eae6..ef60621 100644 --- a/osc.spec +++ b/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