From d5484737583f07015c5cfb1e9ed4b067d7735edfc8d94dbab0b4428e9ffd0e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 27 Apr 2011 12:27:05 +0000 Subject: [PATCH] first attempt of 0.131 release OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=68 --- debian.changelog | 5 +++++ osc-0.130.1.tar.gz | 3 --- osc-0.131.tar.gz | 3 +++ osc.changes | 34 ++++++++++++++++++++++++++++++++++ osc.dsc | 2 +- osc.spec | 9 ++++++++- 6 files changed, 51 insertions(+), 5 deletions(-) delete mode 100644 osc-0.130.1.tar.gz create mode 100644 osc-0.131.tar.gz diff --git a/debian.changelog b/debian.changelog index c9f1b46..db84602 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,8 @@ +osc (0.131-1) unstable; urgency=low + - Update to 0.131 + + -- Adrian Schroeter Wed, 27 Apr 2011 10:00:00 +0200 + osc (0.130.1-1) unstable; urgency=low - Update to 0.130.1 diff --git a/osc-0.130.1.tar.gz b/osc-0.130.1.tar.gz deleted file mode 100644 index a19d62e..0000000 --- a/osc-0.130.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbd04a28f29ce3540bbcf8ae0baafc70c7615d23224d964e2c2aa42e301b65a0 -size 243123 diff --git a/osc-0.131.tar.gz b/osc-0.131.tar.gz new file mode 100644 index 0000000..1c785fd --- /dev/null +++ b/osc-0.131.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e284fddb2c9a71537dfe6bb9c360bc4c048d3f80e534d611b50824a801b64f78 +size 265946 diff --git a/osc.changes b/osc.changes index 6d3cf8e..47aeeba 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Apr 27 12:24:04 UTC 2011 - adrian@suse.de + +- update to 0.131 + - new command 'develproject' to print the devel project from the package meta. + - add blt and rblt commands, aka "buildlogtail" and "remotebuildlogtail" to show + just the end of a build log (for getting the fail reason faster). + CHANGE: the --start parameter is now called --offset + - add "createrequest -a add_group" option to create a group request + - add "createrequest -a add_me" shortcut + - add "less" command, doing the same as "osc cat" but with pager + - fallback to unexpanded diff mode on "osc diff" on merge error. + - support viewing the commit history of deleted packages + - show review states on "review list" + - new source service commands "localrun" and "disabledrun" to generate files without _service: prefix + - add "request supersede" and "review supersede" to supersede with existing request + - make it possible to run single source services, even when not specified in _service file. + (For example for doing a version update without creating a _service file: osc service lr update_source) + - protect rebuild and abortbuild commands with required "--all" option to mass failures by accident (similar to wipebinaries) + - "review accept/decline" is trying to change all reviews of a requests, if a specific one is not specified by user + # + # Features which requires OBS 2.3 + # + - "my requests" is doing faster and complete server side lookup now if available + - "review" command has been extended to handle reviews by project or by package maintainers + - support for new source service modes: disabled, trylocal and localonly + - support project wide source services + - support for armv7hl architecuture. used to denote armv7 + hardfloat binaries + - add force option to accept requests in review state. + - add "maintenancerequest" command to request a maintenance incident from maintenance team + - add "releaserequest" command run a maintenance update release process (for maintenance team only) + - allow to force the storage of project meta data (to ignore depending repositories for example) + - "my requests" is showing requests with open reviews also now + ------------------------------------------------------------------- Fri Mar 18 21:13:48 UTC 2011 - bwiedemann@novell.com diff --git a/osc.dsc b/osc.dsc index c4ac998..592f8a0 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.130.1 +Version: 0.131 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 6550655..e035a66 100644 --- a/osc.spec +++ b/osc.spec @@ -18,7 +18,7 @@ Name: osc -Version: 0.130.1 +Version: 0.131 Release: 6 Group: Development/Tools/Other License: GPLv2+ @@ -70,6 +70,13 @@ Requires: python-m2crypto > 0.19 BuildRequires: m2crypto Requires: m2crypto > 0.19 %endif +%if 0%{?mandriva_version} +Requires: python-rpm +BuildRequires: python-rpm +%else +Requires: rpm-python +BuildRequires: rpm-python +%endif # %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}