1
0
forked from pool/osc

Accepting request 258805 from openSUSE:Tools

- 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

OBS-URL: https://build.opensuse.org/request/show/258805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=98
This commit is contained in:
Stephan Kulow 2014-10-29 20:10:37 +00:00 committed by Git OBS Bridge
commit 9b73e6851f
9 changed files with 21 additions and 12 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc pkgname=osc
pkgver=0.148.2 pkgver=0.149.0
pkgrel=0 pkgrel=0
pkgdesc="Open Build Service client" pkgdesc="Open Build Service client"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0')
groups=('base-devel') groups=('base-devel')
depends=('python2' 'python2-m2crypto' 'urlgrabber') depends=('python2' 'python2-m2crypto' 'urlgrabber')
source=(osc-${pkgver}.tar.gz) source=(osc-${pkgver}.tar.gz)
md5sums=('c179c0ab4f710633445dbb5604c9c73a') md5sums=('3c31fb9a5c5bd6f9c05d72380fabfef1')
package() { package() {
msg "Installing osc ..." msg "Installing osc ..."

View File

@ -1,7 +1,7 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="version">0.148.2</param> <param name="version">0.149.0</param>
<param name="revision">0.148</param> <param name="revision">0.149.0</param>
<param name="url">git://github.com/openSUSE/osc.git</param> <param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param> <param name="scm">git</param>
</service> </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 - Update to 0.135.0
-- Adrian Schroeter <adrian@suse.de> Wed, 28 Jun 2012 10:00:00 +0200 -- Adrian Schroeter <adrian@suse.de> Wed, 28 Jun 2012 10:00:00 +0200

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:95424a09aaf2ea9c7e0d684ae1ef73a93b79fe4e3e7afe3a0593330b29a6d1b7 oid sha256:9080ba97fb4edae8eda545540e6dc4262219db5dbdf0f099a5e3beabcfc052d7
size 2568 size 2580

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 Tue Oct 7 14:45:27 UTC 2014 - adrian@suse.de

View File

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

View File

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