syntax fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=192
This commit is contained in:
parent
e59a8d3842
commit
a79f1a2229
4
PKGBUILD
4
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.150.0
|
||||
pkgver=0.150.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=('23983272cec120b109c494c40483dfac')
|
||||
md5sums=('24a5313d364d46a1a03c443c50bfbc2b')
|
||||
|
||||
package() {
|
||||
msg "Installing osc ..."
|
||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">0.150.0</param>
|
||||
<param name="revision">0.150.0</param>
|
||||
<param name="version">0.150.1</param>
|
||||
<param name="revision">0.150</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.150.0) unstable; urgency=low
|
||||
osc (0.150.1) unstable; urgency=low
|
||||
- Update to 0.135.0
|
||||
|
||||
-- Adrian Schroeter <adrian@suse.de> Wed, 28 Jun 2012 10:00:00 +0200
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:757d32067662260a64c5e596c7f8d4c8993ddc36bf675ac2c92513241333fefa
|
||||
size 329736
|
3
osc-0.150.1.tar.gz
Normal file
3
osc-0.150.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6ebb67cfe2b878f51dfa3a725cda176d28bef586bc23e4255d35fc830823386
|
||||
size 329415
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 15:53:11 UTC 2015 - adrian@suse.de
|
||||
|
||||
- 0.150.1
|
||||
- minor syntax fix
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 9 14:44:45 UTC 2015 - adrian@suse.de
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.150.0
|
||||
Version: 0.150.1
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
Loading…
Reference in New Issue
Block a user