diff --git a/PKGBUILD b/PKGBUILD index 9d46893..324ef7d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.165.3 +pkgver=0.165.4 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index 49872c1..471b32d 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.165.3 - 0.165.3 + 0.165.4 + 0.165.4 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index 8a4f76b..a165582 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.165.3) unstable; urgency=low +osc (0.165.4) unstable; urgency=low - Update to 0.161.1 -- Marco Strigl Thu, 26 Oct 2017 14:42:00 +0200 diff --git a/osc-0.165.3.tar.gz b/osc-0.165.3.tar.gz deleted file mode 100644 index 4d00f82..0000000 --- a/osc-0.165.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4832ed4d17d8eebe16f4e782e05ae7178dad3b1bdd84fbb573e462f3ce904c8c -size 358848 diff --git a/osc-0.165.4.tar.gz b/osc-0.165.4.tar.gz new file mode 100644 index 0000000..23d565f --- /dev/null +++ b/osc-0.165.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05ea69877c95736b6925d0cf0a37f1ea76d195b00347c42b81ab4da1c3dfcbc +size 359042 diff --git a/osc.changes b/osc.changes index aee07a1..40b804e 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 5 06:51:32 UTC 2019 - Marco Strigl + +- 0.165.4 (boo#1144211) + * allow optional fork when creating a maintenance request + * fix RPMError fallback + * fix local caching for all package formats + * fix appname for trusted cert store + * osc -h does not break anymore when using plugins + ------------------------------------------------------------------- Wed Jul 24 13:18:01 UTC 2019 - Marco Strigl diff --git a/osc.dsc b/osc.dsc index 43fc0e2..9523d1a 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.165.3 +Version: 0.165.4 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 337c68e..080cf95 100644 --- a/osc.spec +++ b/osc.spec @@ -27,12 +27,12 @@ %define use_python python %endif -%define version_unconverted 0.165.3 +%define version_unconverted 0.165.4 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.165.3 +Version: 0.165.4 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later