Hello community, here is the log from the commit of package osc for openSUSE:Factory checked in at 2013-06-20 12:31:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osc (Old) and /work/SRC/openSUSE:Factory/.osc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osc" Changes: -------- --- /work/SRC/openSUSE:Factory/osc/osc.changes 2013-04-17 23:13:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2013-06-20 15:20:03.000000000 +0200 @@ -1,0 +2,19 @@ +Thu Jun 20 08:48:40 UTC 2013 - [email protected] + +- 0.140.0 + - support python 2.7 and python 3 in parallel now + - reworked plugin loading mechanism in order to avoid the (mass) breakage of existing + plugins due to the python 3 support. Nonetheless if a plugin uses the "@cmdln.option(...)" + decorator it has to import the cmdln module first via "from osc import cmdln". + - allow specifying directories as mv targets + - drop the support for deprecated cbinstall and cbpreinstall directives + - allow to set maintainer or bugowner ship for a binary package initially, but ask back if + this is the right place. + - support listing of deleted source files "ls -D $PROJECT $PACKAGE" + - build results do show that a succeeded is not yet published + - improved bash completions + - default build root includes repository and architecture name now + - --request-accept-or-revoke option, useful to handle mass approval of requests + - multiple minor bugfixes + +------------------------------------------------------------------- Old: ---- osc-0.139.2.tar.gz New: ---- osc-0.140.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osc.spec ++++++ --- /var/tmp/diff_new_pack.E1bLaJ/_old 2013-06-20 15:20:04.000000000 +0200 +++ /var/tmp/diff_new_pack.E1bLaJ/_new 2013-06-20 15:20:04.000000000 +0200 @@ -17,7 +17,7 @@ Name: osc -Version: 0.139.2 +Version: 0.140.0 Release: 0 Summary: openSUSE Build Service Commander License: GPL-2.0+ ++++++ PKGBUILD ++++++ --- /var/tmp/diff_new_pack.E1bLaJ/_old 2013-06-20 15:20:04.000000000 +0200 +++ /var/tmp/diff_new_pack.E1bLaJ/_new 2013-06-20 15:20:04.000000000 +0200 @@ -1,14 +1,14 @@ pkgname=osc -pkgver=0.139.2 -pkgrel=1 +pkgver=0.140.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') +depends=('python') source=(osc-${pkgver}.tar.gz) -md5sums=('c2f5ef8b09f31cf917265201c599e1e9') +md5sums=('73e1028290953d1c552306dc7c4c8602') package() { msg "Installing osc ..." ++++++ _service ++++++ --- /var/tmp/diff_new_pack.E1bLaJ/_old 2013-06-20 15:20:04.000000000 +0200 +++ /var/tmp/diff_new_pack.E1bLaJ/_new 2013-06-20 15:20:04.000000000 +0200 @@ -1,7 +1,6 @@ <services> <service name="tar_scm" mode="disabled"> - <param name="version">0.139.2</param> - <param name="revision">0.139</param> + <param name="version">0.140.0</param> <param name="url">git://github.com/openSUSE/osc.git</param> <param name="scm">git</param> </service> ++++++ osc-0.139.2.tar.gz -> osc-0.140.0.tar.gz ++++++ ++++ 10525 lines of diff (skipped) ++++++ osc.dsc ++++++ --- /var/tmp/diff_new_pack.E1bLaJ/_old 2013-06-20 15:20:04.000000000 +0200 +++ /var/tmp/diff_new_pack.E1bLaJ/_new 2013-06-20 15:20:04.000000000 +0200 @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.139.2 +Version: 0.140.0 Binary: osc Maintainer: Adrian Schroeter <[email protected]> Architecture: any -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
