diff --git a/PKGBUILD b/PKGBUILD index f4278c4..09e8dda 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 2a3ad4c..19b28cc 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 8084b0d..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..20f1753 --- /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 d09eab9..5354cd2 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 cd5acde..959a539 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 9632b60..e87b91e 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+