From 9a518570d20e68f3cd154b84285d2f62834648e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 26 Aug 2014 07:54:06 +0000 Subject: [PATCH] 0.147.0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=172 --- PKGBUILD | 4 ++-- _service | 4 ++-- osc-0.146.0.tar.gz | 3 --- osc-0.147.0.tar.gz | 3 +++ osc.changes | 14 ++++++++++++++ osc.dsc | 2 +- osc.spec | 2 +- 7 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 osc-0.146.0.tar.gz create mode 100644 osc-0.147.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 4caf3e7..8ccec73 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.146.0 +pkgver=0.147.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') @@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') depends=('python2' 'python2-m2crypto' 'urlgrabber') source=(osc-${pkgver}.tar.gz) -md5sums=('720d054a81fcce5f6b3d05aad45fc303') +md5sums=('a0a5d3abb52b62ea616c8a209a336096') package() { msg "Installing osc ..." diff --git a/_service b/_service index ba03178..258fb09 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.146.0 - 0.146.0 + 0.147.0 + 0.147.0 git://github.com/openSUSE/osc.git git diff --git a/osc-0.146.0.tar.gz b/osc-0.146.0.tar.gz deleted file mode 100644 index 84a810c..0000000 --- a/osc-0.146.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90d0115e83235855da3ac26bf464e230aec3d620eea1ad46d95d5d5052b897b6 -size 354322 diff --git a/osc-0.147.0.tar.gz b/osc-0.147.0.tar.gz new file mode 100644 index 0000000..b5af7d4 --- /dev/null +++ b/osc-0.147.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0be88aa7512ebd53178de123985d8cab1b915a941fb9bed6e65a7f2f5f41f86 +size 358824 diff --git a/osc.changes b/osc.changes index 9c31563..a32ab96 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Aug 26 07:51:58 UTC 2014 - adrian@suse.de + +- 0.147 + - support groups in maintainership requests + - fixing listing of review requests + - support expanded package listing (when using project links) + - fixing "osc add git://" behaviour + - using xz as default compression + - support local debian live (image) build format + - handle ppc64le for debian as well + - fix buildlog --strip-time + - some more minor bugfixes + ------------------------------------------------------------------- Mon May 19 13:59:53 UTC 2014 - adrian@suse.de diff --git a/osc.dsc b/osc.dsc index b55a386..b53be65 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.146.0 +Version: 0.147.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index b4c6214..0405532 100644 --- a/osc.spec +++ b/osc.spec @@ -17,7 +17,7 @@ Name: osc -Version: 0.146.0 +Version: 0.147.0 Release: 0 Summary: openSUSE Build Service Commander License: GPL-2.0+