From 89a3ac320394e70f724b77dbcea611ff8143214e4b40cb0d2ae4ebe3a4337238 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Fri, 29 Jul 2022 08:12:44 +0000 Subject: [PATCH] Accepting request 991346 from home:dmach:branches:openSUSE:Tools - 0.181.0 - fix crash when 'pass' is not set in the config file - add missing attributes to Package when scm_url is set - fix failure to create config in current dir - update list of considered file names for ssh key autodetection - allow users to prefer ssh key over password auth - ssh: recognize gpg keys (yubikey usage) - fix operating on _project meta - revert "interpretation of string literals in messages" that broke unicode handling - fix product build rpm caching - enable md5 revisions in osc log - parseRevisionOption(): raise an exception on invalid revisions OBS-URL: https://build.opensuse.org/request/show/991346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=366 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.180.0.tar.gz | 3 --- osc-0.181.0.tar.gz | 3 +++ osc.changes | 16 ++++++++++++++++ osc.dsc | 2 +- osc.spec | 4 ++-- 8 files changed, 26 insertions(+), 10 deletions(-) delete mode 100644 osc-0.180.0.tar.gz create mode 100644 osc-0.181.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index f0c693c..6733ced 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.180.0 +pkgver=0.181.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('x86_64') diff --git a/_service b/_service index bb8b8fb..47bb941 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.180.0 - 0.180.0 + 0.181.0 + 0.181.0 https://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index 4a0fa83..dbfaca3 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.180.0-0) unstable; urgency=low +osc (0.181.0-0) unstable; urgency=low - Update to 0.174.0: - fix password deletion via "osc config -d pass" - support changing the password store via "osc config diff --git a/osc-0.180.0.tar.gz b/osc-0.180.0.tar.gz deleted file mode 100644 index 2d0a760..0000000 --- a/osc-0.180.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1f0a5167b75488a09d0f006ac7c5606e98f81405a26d1379d6f23f928621dae -size 380034 diff --git a/osc-0.181.0.tar.gz b/osc-0.181.0.tar.gz new file mode 100644 index 0000000..cebbbb8 --- /dev/null +++ b/osc-0.181.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66a1ad863be9d782e879fa12757e4cb28790b0825f0fbf18401811e4f09e49c +size 381112 diff --git a/osc.changes b/osc.changes index ccb203c..e8519fb 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jul 26 19:37:46 UTC 2022 - Daniel Mach + +- 0.181.0 + - fix crash when 'pass' is not set in the config file + - add missing attributes to Package when scm_url is set + - fix failure to create config in current dir + - update list of considered file names for ssh key autodetection + - allow users to prefer ssh key over password auth + - ssh: recognize gpg keys (yubikey usage) + - fix operating on _project meta + - revert "interpretation of string literals in messages" that broke unicode handling + - fix product build rpm caching + - enable md5 revisions in osc log + - parseRevisionOption(): raise an exception on invalid revisions + ------------------------------------------------------------------- Fri Jun 24 13:33:36 UTC 2022 - Daniel Mach diff --git a/osc.dsc b/osc.dsc index 8f22908..e3e7e49 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.180.0-0 +Version: 0.181.0-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 5a2286b..bb5be1e 100644 --- a/osc.spec +++ b/osc.spec @@ -27,7 +27,7 @@ %define use_python python %endif -%define version_unconverted 0.180.0 +%define version_unconverted 0.181.0 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc %if ! %{defined _rpmmacrodir} @@ -35,7 +35,7 @@ %endif Name: osc -Version: 0.180.0 +Version: 0.181.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later