diff --git a/PKGBUILD b/PKGBUILD index 09e8dda..3bf0009 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.147.0 +pkgver=0.148.1 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=('a0a5d3abb52b62ea616c8a209a336096') +md5sums=('afe87fa0c93848a0492da4505d56725b') package() { msg "Installing osc ..." diff --git a/_service b/_service index 19b28cc..6767503 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.147.0 - 0.147.0 + 0.148.1 + 0.148 git://github.com/openSUSE/osc.git git diff --git a/osc-0.147.0.tar.gz b/osc-0.147.0.tar.gz deleted file mode 100644 index 20f1753..0000000 --- a/osc-0.147.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0be88aa7512ebd53178de123985d8cab1b915a941fb9bed6e65a7f2f5f41f86 -size 358824 diff --git a/osc-0.148.1.tar.gz b/osc-0.148.1.tar.gz new file mode 100644 index 0000000..108a94f --- /dev/null +++ b/osc-0.148.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a31e2fd80093ce53802f606a061456774ffb2e0836d284bd4527090657aaa95 +size 362614 diff --git a/osc.changes b/osc.changes index 5354cd2..a46fbf1 100644 --- a/osc.changes +++ b/osc.changes @@ -1,7 +1,23 @@ +------------------------------------------------------------------- +Fri Sep 12 07:03:37 UTC 2014 - adrian@suse.de + +- 0.148.1 + - fixes crash regression + +------------------------------------------------------------------- +Thu Sep 11 10:35:57 UTC 2014 - adrian@suse.de + +- 0.148.0 + - support new history including review history of OBS 2.6 + - display request priorities, if important or critical + - add "osc rq priorize" command to re-priorize existing requests + - allow also "osc rq ls" shortcut + - fish shell completion support + ------------------------------------------------------------------- Tue Aug 26 07:51:58 UTC 2014 - adrian@suse.de -- 0.147 +- 0.147.0 - support groups in maintainership requests - fixing listing of review requests - support expanded package listing (when using project links) diff --git a/osc.dsc b/osc.dsc index 959a539..9414c46 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.147.0 +Version: 0.148.1 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index e87b91e..e784c07 100644 --- a/osc.spec +++ b/osc.spec @@ -17,7 +17,7 @@ Name: osc -Version: 0.147.0 +Version: 0.148.1 Release: 0 Summary: openSUSE Build Service Commander License: GPL-2.0+