- removed "--diff" option from the "createrequest" command
  - introduced new "vc-cmd" config option, which is used to specify the path
    to the vc script
  - various bugfixes

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=183
This commit is contained in:
Marcus Hüwe
2014-10-21 09:59:09 +00:00
committed by Git OBS Bridge
parent d7444db4f9
commit b76ca49502
8 changed files with 19 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
pkgname=osc
pkgver=0.148.2
pkgver=0.149.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=('c179c0ab4f710633445dbb5604c9c73a')
md5sums=('3c31fb9a5c5bd6f9c05d72380fabfef1')
package() {
msg "Installing osc ..."