From d9d8f8ecf9d8dd41916cd41eb612ecac985901b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Wed, 16 Jan 2019 14:44:18 +0000 Subject: [PATCH] Accepting request 666488 from home:mstrigl:branches:openSUSE:Tools - 0.164.1 - rewrite cpio handling to support python3 - rewrite ar module to support python3 - enable fetch module to support python3 - rework progressbar hanlding (if module is not present) - improve os_path_samefile in core.py OBS-URL: https://build.opensuse.org/request/show/666488 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=276 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.164.0.tar.gz | 3 --- osc-0.164.1.tar.gz | 3 +++ osc.changes | 10 ++++++++++ osc.dsc | 2 +- osc.spec | 4 ++-- 8 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 osc-0.164.0.tar.gz create mode 100644 osc-0.164.1.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 0472393..1c77d6a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.164.0 +pkgver=0.164.1 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index 90a50d3..7dffff5 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.164.0 - 0.164.0 + 0.164.1 + 0.164.1 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index e6643a7..3b513a8 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.164.0) unstable; urgency=low +osc (0.164.1) unstable; urgency=low - Update to 0.161.1 -- Marco Strigl Thu, 26 Oct 2017 14:42:00 +0200 diff --git a/osc-0.164.0.tar.gz b/osc-0.164.0.tar.gz deleted file mode 100644 index 3ae8d9b..0000000 --- a/osc-0.164.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d722b40b145a5791d1d00bbf510dba63b29d51a777a13fae7cc4724493a88e0 -size 355348 diff --git a/osc-0.164.1.tar.gz b/osc-0.164.1.tar.gz new file mode 100644 index 0000000..d546b7a --- /dev/null +++ b/osc-0.164.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47682ac9a5ed45ea34f69e357845c5f06899a674d53eafd3938efd81bd647ec +size 354855 diff --git a/osc.changes b/osc.changes index 0985ab9..8e13899 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 16 13:11:41 UTC 2019 - marco.strigl@suse.com + +- 0.164.1 + - rewrite cpio handling to support python3 + - rewrite ar module to support python3 + - enable fetch module to support python3 + - rework progressbar hanlding (if module is not present) + - improve os_path_samefile in core.py + ------------------------------------------------------------------- Wed Jan 9 12:44:29 UTC 2019 - marco.strigl@suse.com diff --git a/osc.dsc b/osc.dsc index 548fbff..b754639 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.164.0 +Version: 0.164.1 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index cc61602..8fdcc9d 100644 --- a/osc.spec +++ b/osc.spec @@ -16,12 +16,12 @@ # -%define version_unconverted 0.164.0 +%define version_unconverted 0.164.1 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.164.0 +Version: 0.164.1 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later