first attempt of 0.131 release
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=68
This commit is contained in:
parent
98a9ec6c1f
commit
d548473758
@ -1,3 +1,8 @@
|
|||||||
|
osc (0.131-1) unstable; urgency=low
|
||||||
|
- Update to 0.131
|
||||||
|
|
||||||
|
-- Adrian Schroeter <adrian@suse.de> Wed, 27 Apr 2011 10:00:00 +0200
|
||||||
|
|
||||||
osc (0.130.1-1) unstable; urgency=low
|
osc (0.130.1-1) unstable; urgency=low
|
||||||
- Update to 0.130.1
|
- Update to 0.130.1
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bbd04a28f29ce3540bbcf8ae0baafc70c7615d23224d964e2c2aa42e301b65a0
|
|
||||||
size 243123
|
|
3
osc-0.131.tar.gz
Normal file
3
osc-0.131.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e284fddb2c9a71537dfe6bb9c360bc4c048d3f80e534d611b50824a801b64f78
|
||||||
|
size 265946
|
34
osc.changes
34
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
|
Fri Mar 18 21:13:48 UTC 2011 - bwiedemann@novell.com
|
||||||
|
|
||||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 0.130.1
|
Version: 0.131
|
||||||
Binary: osc
|
Binary: osc
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
9
osc.spec
9
osc.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 0.130.1
|
Version: 0.131
|
||||||
Release: 6
|
Release: 6
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -70,6 +70,13 @@ Requires: python-m2crypto > 0.19
|
|||||||
BuildRequires: m2crypto
|
BuildRequires: m2crypto
|
||||||
Requires: m2crypto > 0.19
|
Requires: m2crypto > 0.19
|
||||||
%endif
|
%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()")}
|
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Loading…
Reference in New Issue
Block a user