From 9e2eb5d961792db0f89b6e7e3e0cc3cdcb724dea504abe5c3fed6eac108fbf7f Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Mon, 8 Jul 2019 11:25:49 +0000 Subject: [PATCH 1/2] - 0.165.2 (boo#1140697) * support different token operations (runservice, release and rebuild) (requires OBS 2.10) * fix osc token decode error * offline build mode is now really offline and does not try to download the buildconfig * osc build -define now works with python3 * some spelling fixes * properly parse the error message on osc meta -e * osc maintainer -s now works with python3 * simplified and fixed osc meta -e * osc lbl now works with non utf8 encoding (boo#1129889) * add simpleimage as local build type OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=293 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.165.1.tar.gz | 3 --- osc-0.165.2.tar.gz | 3 +++ osc.changes | 15 +++++++++++++++ osc.dsc | 2 +- osc.spec | 4 ++-- 8 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 osc-0.165.1.tar.gz create mode 100644 osc-0.165.2.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 16dff80..e4cd333 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.165.1 +pkgver=0.165.2 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index 1123e09..14cfc90 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.165.1 - 0.165.1 + 0.165.2 + 0.165.2 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index a24f1dc..f267cd8 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.165.1) unstable; urgency=low +osc (0.165.2) unstable; urgency=low - Update to 0.161.1 -- Marco Strigl Thu, 26 Oct 2017 14:42:00 +0200 diff --git a/osc-0.165.1.tar.gz b/osc-0.165.1.tar.gz deleted file mode 100644 index 1e67af4..0000000 --- a/osc-0.165.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8403f6fce51872dcd6a0cd4d48a589d1f6cdad623a0557b2f4f42ec0b53f947e -size 357638 diff --git a/osc-0.165.2.tar.gz b/osc-0.165.2.tar.gz new file mode 100644 index 0000000..c4017ba --- /dev/null +++ b/osc-0.165.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e349dd22f4b6dcd1cbf5d43d1de5732f69c83970c1779a672a12e0673f6b2dc3 +size 358537 diff --git a/osc.changes b/osc.changes index 1e1394b..b451e1c 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jul 8 11:11:58 UTC 2019 - Marco Strigl + +- 0.165.2 (boo#1140697) + * support different token operations (runservice, release and rebuild) (requires OBS 2.10) + * fix osc token decode error + * offline build mode is now really offline and does not try to download the buildconfig + * osc build -define now works with python3 + * some spelling fixes + * properly parse the error message on osc meta -e + * osc maintainer -s now works with python3 + * simplified and fixed osc meta -e + * osc lbl now works with non utf8 encoding (boo#1129889) + * add simpleimage as local build type + ------------------------------------------------------------------- Tue May 21 09:10:33 UTC 2019 - Marco Strigl diff --git a/osc.dsc b/osc.dsc index b3cdcbc..0ade5b1 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.165.1 +Version: 0.165.2 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 4f4d4f3..73b1829 100644 --- a/osc.spec +++ b/osc.spec @@ -27,12 +27,12 @@ %define use_python python %endif -%define version_unconverted 0.165.1 +%define version_unconverted 0.165.2 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.165.1 +Version: 0.165.2 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later From 192ac9ff61cc793cd121581680f0e28e8798c03d3d7e5dbba833ca70040115fa Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Mon, 8 Jul 2019 11:39:05 +0000 Subject: [PATCH 2/2] add bug reference to changelog entry OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=294 --- osc.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc.changes b/osc.changes index b451e1c..a13701d 100644 --- a/osc.changes +++ b/osc.changes @@ -9,7 +9,7 @@ Mon Jul 8 11:11:58 UTC 2019 - Marco Strigl * some spelling fixes * properly parse the error message on osc meta -e * osc maintainer -s now works with python3 - * simplified and fixed osc meta -e + * simplified and fixed osc meta -e (boo#1138977) * osc lbl now works with non utf8 encoding (boo#1129889) * add simpleimage as local build type