From f408e160762d8d4d5045caebb7bd512034207fc8 Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Tue, 10 Dec 2019 12:47:02 +0000 Subject: [PATCH] - 0.167.1 - fix cpio fetch error handling - support local build using RedHat rpm-md modules - fix local build outside of the working copy of a package. (fixes boo#1136584) - Use the distro module for linux platform detection for python3.8 compatibility OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=313 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.167.0.tar.gz | 3 --- osc-0.167.1.tar.gz | 3 +++ osc.changes | 11 +++++++++++ osc.dsc | 2 +- osc.spec | 4 ++-- 8 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 osc-0.167.0.tar.gz create mode 100644 osc-0.167.1.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 21390f9..7a04481 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.167.0 +pkgver=0.167.1 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index 580f9a3..2c75172 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.167.0 - 0.167.0 + 0.167.1 + 0.167.1 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index 07ac555..c5ecf39 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.167.0) unstable; urgency=low +osc (0.167.1) unstable; urgency=low - Update to 0.161.1 -- Marco Strigl Thu, 26 Oct 2017 14:42:00 +0200 diff --git a/osc-0.167.0.tar.gz b/osc-0.167.0.tar.gz deleted file mode 100644 index a47864f..0000000 --- a/osc-0.167.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f965707290ae6090b7ec3ead5bc2cb73d0d7bdb9afffea43f0ddd848fe6ba79c -size 362265 diff --git a/osc-0.167.1.tar.gz b/osc-0.167.1.tar.gz new file mode 100644 index 0000000..59a7c7a --- /dev/null +++ b/osc-0.167.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874bf6c6eef9d9d230f655e2f29c0df0e9b4f9292aa76257d34b43ebd7dad063 +size 362041 diff --git a/osc.changes b/osc.changes index be6f86e..edc1976 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Dec 10 12:44:18 UTC 2019 - Marco Strigl + +- 0.167.1 + - fix cpio fetch error handling + - support local build using RedHat rpm-md modules + - fix local build outside of the working copy of a package. + (fixes boo#1136584) + - Use the distro module for linux platform detection for + python3.8 compatibility + ------------------------------------------------------------------- Thu Dec 5 09:47:54 UTC 2019 - Marco Strigl diff --git a/osc.dsc b/osc.dsc index 952e6e9..2d97181 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.167.0 +Version: 0.167.1 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 4302430..de8a48a 100644 --- a/osc.spec +++ b/osc.spec @@ -27,12 +27,12 @@ %define use_python python %endif -%define version_unconverted 0.167.0 +%define version_unconverted 0.167.1 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.167.0 +Version: 0.167.1 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later