diff --git a/PKGBUILD b/PKGBUILD index 2de1365..b71545e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.174.0 +pkgver=0.175.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('x86_64') diff --git a/_service b/_service index dc293ec..45c0bc3 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.174.0 - 0.174.0 + 0.175.0 + 0.175.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index 8efc83c..9fab3fe 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.174.0-0) unstable; urgency=low +osc (0.175.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.174.0.tar.gz b/osc-0.174.0.tar.gz deleted file mode 100644 index dfbcda5..0000000 --- a/osc-0.174.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e9f8e03c95e41c6dbc945b78c37d596c733d3b52bedca73ecc2a8005106cfba -size 371212 diff --git a/osc-0.175.0.tar.gz b/osc-0.175.0.tar.gz new file mode 100644 index 0000000..de07d4b --- /dev/null +++ b/osc-0.175.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03547ab9b16806373b4f7030959c923d1449a4f14bfe067419a6bbe29867112d +size 373432 diff --git a/osc.changes b/osc.changes index aa81fee..4df0c8e 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Dec 2 08:18:20 UTC 2021 - Marco Strigl + +- 0.175.0: + * do not crash when running "osc search --binary --verbose foo" + * don't run source services when building outside of an OSC package working copy + * fix XDG_CONFIG_HOME + * offer a force ("f") choice in metafile.edit's error handling code path + * fix XPath used in search requests + * add support for creating a workflow token via "osc token" + * handle missing os.sysconf more gracefully + * detachbranch: remove _link when link target got removed + * improve error message in case of an URLError + * fix downloading from mirrors + * avoid sending entire projects on "osc mr" + * fix hdmrd5 check of local cached files + * improve logic for conffile mode handling + + ------------------------------------------------------------------- Wed Jul 21 08:51:23 UTC 2021 - Marcus Hüwe diff --git a/osc.dsc b/osc.dsc index d8d7611..b5afbbb 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.174.0-0 +Version: 0.175.0-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index b7df4d1..f2ebfac 100644 --- a/osc.spec +++ b/osc.spec @@ -27,7 +27,7 @@ %define use_python python %endif -%define version_unconverted 0.174.0 +%define version_unconverted 0.175.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.174.0 +Version: 0.175.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later