From e01d73b22d3d901419efccf031acd36033d3a9ebafdb343c4c9152b47001196e Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Tue, 10 Nov 2020 16:29:23 +0000 Subject: [PATCH] =?UTF-8?q?-=200.171.1=20=20=20*=20maintainer=20search:=20?= =?UTF-8?q?lookup=20via=20package=20name=20by=20default=20and=20binary=20a?= =?UTF-8?q?s=20fallback=20=20=20*=20fix=20crash=20on=20console=20resize=20?= =?UTF-8?q?when=20downloading=20files=20during=20build=20=20=20*=20add=20p?= =?UTF-8?q?roper=20repourls=20to=20osc=20reporuls=20=20=20*=20new=20comman?= =?UTF-8?q?d=20osc=20releaserequest:=20This=20command=20is=20used=20to=20t?= =?UTF-8?q?ransfer=20sources=20and=20=C2=A0=20=C2=A0=C2=A0=20=20binaries?= =?UTF-8?q?=20without=20rebuilding=20them.=20=C2=A0=C2=A0=C2=A0=20It=20req?= =?UTF-8?q?uires=20defined=20release=20targets=20set=20to=20trigger=3D"man?= =?UTF-8?q?ual".=20=20=20*=20some=20improvements=20on=20output=20of=20help?= =?UTF-8?q?=20and=20error=20messages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=342 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.170.0.tar.gz | 3 --- osc-0.171.0.tar.gz | 3 +++ osc.changes | 12 ++++++++++++ osc.dsc | 2 +- osc.spec | 4 ++-- 8 files changed, 22 insertions(+), 10 deletions(-) delete mode 100644 osc-0.170.0.tar.gz create mode 100644 osc-0.171.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index ae9a2e4..60bde15 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 919a959..458c1f5 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 516169f..468953d 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 96bd2f7..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..f1a7af4 --- /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 fa7a7cb..775aa81 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 3128b83..4150850 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 9fd4f89..146c8b9 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