- 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 ..."

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.148.2</param>
<param name="revision">0.148</param>
<param name="version">0.149.0</param>
<param name="revision">0.149.0</param>
<param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param>
</service>

View File

@ -1,4 +1,4 @@
osc (0.148.2) unstable; urgency=low
osc (0.149.0) unstable; urgency=low
- Update to 0.135.0
-- Adrian Schroeter <adrian@suse.de> Wed, 28 Jun 2012 10:00:00 +0200

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:573d23d84e47316bd2eaed16e37696a1b87b8bc8cb457be5403ecfcb4da44c4c
size 6818939

3
osc-0.149.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9ed65cb1b767cf6a7ca95521d6f29e875d70e7bae58de27965bfc9b19e3553b
size 322976

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 21 09:57:27 UTC 2014 - suse-tux@gmx.de
- 0.149
- 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
-------------------------------------------------------------------
Tue Oct 7 14:45:27 UTC 2014 - adrian@suse.de

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: osc
Version: 0.148.2
Version: 0.149.0
Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any

View File

@ -17,7 +17,7 @@
Name: osc
Version: 0.148.2
Version: 0.149.0
Release: 0
Summary: openSUSE Build Service Commander
License: GPL-2.0+