diff --git a/PKGBUILD b/PKGBUILD index 5747b0c..c4a5170 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.164.1 +pkgver=0.164.2 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index c62720c..b7f47e4 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.164.1 - 0.164.1 + 0.164.2 + 0.164.2 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index ae2e0ef..513a431 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.164.1) unstable; urgency=low +osc (0.164.2) unstable; urgency=low - Update to 0.161.1 -- Marco Strigl Thu, 26 Oct 2017 14:42:00 +0200 diff --git a/debian.tar.gz b/debian.tar.gz index 6a63fe3..bbfbae5 100644 --- a/debian.tar.gz +++ b/debian.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfca3be53c1750a600df25d7f2d23b61fb26a848a93f657d98516707c4ce7fb6 -size 2210 +oid sha256:14f061d4c11db825452064043bafec42b8c5fe8c4a76b8df46e866211f32058d +size 2232 diff --git a/osc-0.164.1.tar.gz b/osc-0.164.1.tar.gz deleted file mode 100644 index dd5a4a0..0000000 --- a/osc-0.164.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d47682ac9a5ed45ea34f69e357845c5f06899a674d53eafd3938efd81bd647ec -size 354855 diff --git a/osc-0.164.2.tar.gz b/osc-0.164.2.tar.gz new file mode 100644 index 0000000..7bdeca0 --- /dev/null +++ b/osc-0.164.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6052eef40c2b9d1a3a0f7b86e626c595652681bef1af1781cb48f93973691920 +size 356339 diff --git a/osc.changes b/osc.changes index f23e3fc..d99259a 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 12 08:14:30 UTC 2019 - marco.strigl@suse.com + +- 0.164.2 + - deleterequest for entire projects needs the --all option as additional protection + - rewrite packagequery to support python3 + - rewrite oscerr module to support python3 + - rewrite archqeury and debquery to support python3 + - Export vc env vars when running a source service + ------------------------------------------------------------------- Wed Jan 16 13:11:41 UTC 2019 - marco.strigl@suse.com diff --git a/osc.dsc b/osc.dsc index a083699..9f59168 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,8 +1,8 @@ Format: 1.0 Source: osc -Version: 0.164.1 +Version: 0.164.2 Binary: osc Maintainer: Adrian Schroeter Architecture: any Standards-Version: 3.7.1 -Build-Depends: debhelper (>= 4.0.0), python-dev, python-urlgrabber +Build-Depends: debhelper (>= 4.0.0), python-dev diff --git a/osc.spec b/osc.spec index f8a33fc..e893c6b 100644 --- a/osc.spec +++ b/osc.spec @@ -16,12 +16,12 @@ # -%define version_unconverted 0.164.1 +%define version_unconverted 0.164.2 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.164.1 +Version: 0.164.2 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later