diff --git a/PKGBUILD b/PKGBUILD index 6bd16b1..74ec8a1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ 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=('python2', 'python2-m2crypto', 'urlgrabber') +depends=('python2' 'python2-m2crypto' 'urlgrabber') source=(osc-${pkgver}.tar.gz) -md5sums=('d6f0d72f1716d5e57ef02b3ff8a101d8') +md5sums=('53795d71d825f5f2a41721bd96edca8c') package() { msg "Installing osc ..." diff --git a/_service b/_service index f1c7c1b..38e7aa8 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.144.1 - 0.144.1 + 0.145.0 + 0.145.0 git://github.com/openSUSE/osc.git git diff --git a/osc-0.144.1.tar.gz b/osc-0.144.1.tar.gz deleted file mode 100644 index 410ed98..0000000 --- a/osc-0.144.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23318135c88be10a14fde5a1442d29e604a445e9a74be2c48cb0df3003dbc74f -size 353051 diff --git a/osc-0.145.0.tar.gz b/osc-0.145.0.tar.gz new file mode 100644 index 0000000..34443aa --- /dev/null +++ b/osc-0.145.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14472f9ef7abacc3bdd76b03c35cd118a10afcec4714213a5b69c7bab64966c +size 321243 diff --git a/osc.changes b/osc.changes index 6a666b0..0e580d8 100644 --- a/osc.changes +++ b/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 diff --git a/osc.dsc b/osc.dsc index 09d53f6..7d6dd78 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.144.1 +Version: 0.145.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 92b8ac7..53d169f 100644 --- a/osc.spec +++ b/osc.spec @@ -17,7 +17,7 @@ Name: osc -Version: 0.144.1 +Version: 0.145.0 Release: 0 Summary: openSUSE Build Service Commander License: GPL-2.0+