From 8e99bfb1459abbc3dca8c863102c6442839de383 Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Tue, 29 Oct 2019 10:24:27 +0000 Subject: [PATCH] - 0.166.1 * emergency fix for credentials handling: - in case of an old passx entry in oscrc osc did not work at all. Now we check in the compat code if we have an passx entry. OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=303 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.166.0.tar.gz | 3 --- osc-0.166.1.tar.gz | 3 +++ osc.changes | 9 +++++++++ osc.dsc | 2 +- osc.spec | 4 ++-- 8 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 osc-0.166.0.tar.gz create mode 100644 osc-0.166.1.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 3e517e3..3a50869 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.166.0 +pkgver=0.166.1 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index 768164f..601bef0 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.166.0 - 0.166.0 + 0.166.1 + 0.166.1 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index d9e4297..1fced37 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.166.0) unstable; urgency=low +osc (0.166.1) unstable; urgency=low - Update to 0.161.1 -- Marco Strigl Thu, 26 Oct 2017 14:42:00 +0200 diff --git a/osc-0.166.0.tar.gz b/osc-0.166.0.tar.gz deleted file mode 100644 index 7e3cba6..0000000 --- a/osc-0.166.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f94fb7fcd691316fe6e880d0c8f75efda2187e70b28d3e5acd17ab4797cf5f23 -size 361812 diff --git a/osc-0.166.1.tar.gz b/osc-0.166.1.tar.gz new file mode 100644 index 0000000..4310b33 --- /dev/null +++ b/osc-0.166.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c663106c1ccd22d8c3ac25ebdba971cdeb531778fb3469b00dcbc42cbca58043 +size 361576 diff --git a/osc.changes b/osc.changes index 82330e7..e7ea6b9 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 29 10:18:24 UTC 2019 - Marco Strigl + +- 0.166.1 + * emergency fix for credentials handling: + - in case of an old passx entry in oscrc + osc did not work at all. Now we check in + the compat code if we have an passx entry. + ------------------------------------------------------------------- Thu Oct 24 10:05:06 UTC 2019 - Marco Strigl diff --git a/osc.dsc b/osc.dsc index 6a90931..aaecfdd 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.166.0 +Version: 0.166.1 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index fb50a6e..d8b14b1 100644 --- a/osc.spec +++ b/osc.spec @@ -27,12 +27,12 @@ %define use_python python %endif -%define version_unconverted 0.166.0 +%define version_unconverted 0.166.1 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.166.0 +Version: 0.166.1 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later