From 18c76dfa4ecc5d4252e1bf2e71807ab45dff1d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Wed, 21 Jul 2021 08:59:16 +0000 Subject: [PATCH] - 0.174.0: * fix password deletion via "osc config -d pass" * support changing the password store via "osc config --select-password-store") * support slash syntax in osc browse ("osc browse prj/pkg" is equivalent to "osc browse prj pkg") * fix the commit of a frozen package wc * fix local product builds using obsrepositories:/ directives * print a meaningful message when trying to a commit a non-existent package OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=353 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 13 +++++++++++++ osc-0.173.0.tar.gz | 3 --- osc-0.174.0.tar.gz | 3 +++ osc.changes | 13 +++++++++++++ osc.dsc | 2 +- osc.spec | 4 ++-- 8 files changed, 35 insertions(+), 9 deletions(-) delete mode 100644 osc-0.173.0.tar.gz create mode 100644 osc-0.174.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 4156bd7..2de1365 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.173.0 +pkgver=0.174.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('x86_64') diff --git a/_service b/_service index 97afacb..dc293ec 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.173.0 - 0.173.0 + 0.174.0 + 0.174.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index 5bfc416..8efc83c 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,16 @@ +osc (0.174.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 + --select-password-store") + - support slash syntax in osc browse ("osc browse prj/pkg" is equivalent to + "osc browse prj pkg") + - fix the commit of a frozen package wc + - fix local product builds using obsrepositories:/ directives + - print a meaningful message when trying to a commit a non-existent package + + -- Marcus Huewe Wed, 21 Jul 2021 10:52:56 +0200 + osc (0.173.0-0) unstable; urgency=low - Update to 0.173.0: - add showlinked command to show all references of packages linking to a given one diff --git a/osc-0.173.0.tar.gz b/osc-0.173.0.tar.gz deleted file mode 100644 index 3a9f812..0000000 --- a/osc-0.173.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92af1f311435e42b7e40fd87cadb63ab65248f3b828a845fa93f5ea780341a50 -size 371511 diff --git a/osc-0.174.0.tar.gz b/osc-0.174.0.tar.gz new file mode 100644 index 0000000..dfbcda5 --- /dev/null +++ b/osc-0.174.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9f8e03c95e41c6dbc945b78c37d596c733d3b52bedca73ecc2a8005106cfba +size 371212 diff --git a/osc.changes b/osc.changes index dab3e99..aa81fee 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jul 21 08:51:23 UTC 2021 - Marcus Hüwe + +- 0.174.0: + * fix password deletion via "osc config -d pass" + * support changing the password store via "osc config + --select-password-store") + * support slash syntax in osc browse ("osc browse prj/pkg" is equivalent to + "osc browse prj pkg") + * fix the commit of a frozen package wc + * fix local product builds using obsrepositories:/ directives + * print a meaningful message when trying to a commit a non-existent package + ------------------------------------------------------------------- Fri Jun 18 21:35:50 UTC 2021 - Atilla ÖNTAŞ diff --git a/osc.dsc b/osc.dsc index 3701d76..d8d7611 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.173.0-0 +Version: 0.174.0-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index d3dc2a8..b7df4d1 100644 --- a/osc.spec +++ b/osc.spec @@ -27,7 +27,7 @@ %define use_python python %endif -%define version_unconverted 0.173.0 +%define version_unconverted 0.174.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.173.0 +Version: 0.174.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later