diff --git a/PKGBUILD b/PKGBUILD index 20cf29d..c5f4821 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.170.0 +pkgver=0.171.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('x86_64') diff --git a/_service b/_service index 36f4c0a..68d3cbe 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.170.0 - 0.170.0 + 0.171.0 + 0.171.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index b1489d2..f9fa667 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.170.0) unstable; urgency=low +osc (0.171.0) unstable; urgency=low - Package for Python3 -- Nick Brown Wed, 30 Jan 2020 14:49:30 +0000 diff --git a/osc-0.170.0.tar.gz b/osc-0.170.0.tar.gz deleted file mode 100644 index 8e1ac21..0000000 --- a/osc-0.170.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9d4b2297fd9f11fbc809862d3460271feecb7da638500dd41c8d5541faa3797 -size 368237 diff --git a/osc-0.171.0.tar.gz b/osc-0.171.0.tar.gz new file mode 100644 index 0000000..6f6499f --- /dev/null +++ b/osc-0.171.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be294b30d11abe3530a63c774f0634e30b4c7790a8288d4f8eadfbd8869d73b +size 369056 diff --git a/osc.changes b/osc.changes index eacf5ee..b1d640b 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Nov 10 13:42:55 UTC 2020 - Marco Strigl + +- 0.171.1 + * maintainer search: lookup via package name by default and binary as fallback + * fix crash on console resize when downloading files during build + * add proper repourls to osc reporuls + * new command osc releaserequest: This command is used to transfer sources and   +   binaries without rebuilding them. +    It requires defined release targets set to trigger="manual". + * some improvements on output of help and error messages + ------------------------------------------------------------------- Thu Jul 9 08:06:35 UTC 2020 - Marco Strigl diff --git a/osc.dsc b/osc.dsc index 74b7442..db3494f 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.170.0 +Version: 0.171.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 688cfb7..dfe5b24 100644 --- a/osc.spec +++ b/osc.spec @@ -27,12 +27,12 @@ %define use_python python %endif -%define version_unconverted 0.170.0 +%define version_unconverted 0.171.0 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.170.0 +Version: 0.171.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later