Accepting request 229269 from openSUSE:Tools
- 0.145.0 - allow to use the set-release option when running a manual release - added support for "osc requestmaintainership PROJECT" - various bugfixes: - print_buildlog: do not strip tabs - fixed "osc -H ..." in combination with a proxy - fixed creation of ~/.osc_cookiejar - Package.commit: create _meta for newly added packages - fixed behavior of set_link_rev #72 - fixed typos in PKGBUILD file: no comma in depends tag (as pointed out by roflik) OBS-URL: https://build.opensuse.org/request/show/229269 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=92
This commit is contained in:
commit
9926ecf29b
10
PKGBUILD
10
PKGBUILD
@ -1,19 +1,19 @@
|
||||
pkgname=osc
|
||||
pkgver=0.144.1
|
||||
pkgver=0.145.0
|
||||
pkgrel=0
|
||||
pkgdesc="Open Build Service client"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.github.com/openSUSE/osc"
|
||||
license=('GPL-2.0+' 'GPL-2.0')
|
||||
groups=('base-devel')
|
||||
depends=('python')
|
||||
depends=('python2' 'python2-m2crypto' 'urlgrabber')
|
||||
source=(osc-${pkgver}.tar.gz)
|
||||
md5sums=('d6f0d72f1716d5e57ef02b3ff8a101d8')
|
||||
md5sums=('53795d71d825f5f2a41721bd96edca8c')
|
||||
|
||||
package() {
|
||||
msg "Installing osc ..."
|
||||
cd "${srcdir}"/osc-${pkgver}
|
||||
python setup.py build
|
||||
python setup.py install --prefix=/usr --root=${pkgdir}
|
||||
python2 setup.py build
|
||||
python2 setup.py install --prefix=/usr --root=${pkgdir}
|
||||
ln -s osc-wrapper.py ${pkgdir}/usr/bin/osc
|
||||
}
|
||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">0.144.1</param>
|
||||
<param name="revision">0.144.1</param>
|
||||
<param name="version">0.145.0</param>
|
||||
<param name="revision">0.145.0</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23318135c88be10a14fde5a1442d29e604a445e9a74be2c48cb0df3003dbc74f
|
||||
size 353051
|
3
osc-0.145.0.tar.gz
Normal file
3
osc-0.145.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c14472f9ef7abacc3bdd76b03c35cd118a10afcec4714213a5b69c7bab64966c
|
||||
size 321243
|
15
osc.changes
15
osc.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 07:52:46 UTC 2014 - suse-tux@gmx.de
|
||||
|
||||
- 0.145.0
|
||||
- allow to use the set-release option when running a manual release
|
||||
- added support for "osc requestmaintainership PROJECT"
|
||||
- various bugfixes:
|
||||
- print_buildlog: do not strip tabs
|
||||
- fixed "osc -H ..." in combination with a proxy
|
||||
- fixed creation of ~/.osc_cookiejar
|
||||
- Package.commit: create _meta for newly added packages
|
||||
- fixed behavior of set_link_rev #72
|
||||
- fixed typos in PKGBUILD file: no comma in depends tag (as
|
||||
pointed out by roflik)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:42:30 UTC 2014 - adrian@suse.de
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.144.1
|
||||
Version: 0.145.0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
Loading…
Reference in New Issue
Block a user