- update to 0.130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=62
This commit is contained in:
parent
302eac78af
commit
566d56b91d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7eac7b1582c658a2b0c51ec1a33f2c80e0618e6f8e1d60fbac698ad6a1b3264
|
||||
size 184607
|
3
osc-0.130.tar.gz
Normal file
3
osc-0.130.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:263754847988c60f5e8d3e1d875e7680fbf363e952166764e1e8e8e51b9f9605
|
||||
size 241517
|
43
osc.changes
43
osc.changes
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 20:33:16 UTC 2010 - suse-tux@gmx.de
|
||||
|
||||
- update to 0.130
|
||||
- new "revert" command to restore the original working copy file (without
|
||||
downloading it)
|
||||
- rewrote "diff" logic
|
||||
- added new "--http-full-debug" option, "--http-debug" filters the
|
||||
"Authentication" and "Set-Cookie" header
|
||||
- added new "--disabled-cpio-bulk-download" option: disable downloading
|
||||
packages as cpio archive from api
|
||||
- added new "repairwc" command which tries to repair an inconsistent working
|
||||
copy
|
||||
- workaround for broken urllib2 in python 2.6.5: wrong credentials lead to an
|
||||
infinite recursion
|
||||
- support --interactive-review option when running "osc rq list <project>"
|
||||
- improved "osc rq show <id> --interactive-review"
|
||||
- do_config: added new options --stdin, --prompt, --no-echo:
|
||||
--stdin: read value from stdin
|
||||
--prompt: prompt for a value
|
||||
--no-echo: prompt for a value but don't echo entered characters (for
|
||||
instance to enter a passwd)
|
||||
- added template support for a submitrequest accept/decline message
|
||||
- lots of internal rewrites (new working copy handling etc.)
|
||||
- support added for osc search 'perl(Foo::Bar)'
|
||||
- New "service" command to run source services locally or trigger a re-run on the server.
|
||||
- setlinkrev is setting now the revision to xsrcmd5 by default to avoid later breakage on indirect links by default.
|
||||
#
|
||||
# Feature which requires OBS 2.1
|
||||
#
|
||||
- support reliable diff for an accepted request
|
||||
- osc might fail with the following error:
|
||||
Your working copy '.' is in an inconsistent state.
|
||||
Please run 'osc repairwc .' (Note this might _remove_
|
||||
files from the .osc/ dir). Please check the state
|
||||
of the working copy afterwards (via 'osc status .')
|
||||
Simply run "osc repairwc" (see README for more information)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 09:12:26 UTC 2010 - adrian@suse.de
|
||||
|
||||
- Add Recommends for osc add $URL functionality
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 30 17:40:37 UTC 2010 - suse-tux@gmx.de
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.129
|
||||
Version: 0.130
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
10
osc.spec
10
osc.spec
@ -18,16 +18,15 @@
|
||||
|
||||
|
||||
Name: osc
|
||||
Version: 0.129
|
||||
Release: 1
|
||||
Version: 0.130
|
||||
Release: 0
|
||||
Group: Development/Tools/Other
|
||||
License: GPLv2+
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Url: http://www.gitorious.org/opensuse/osc
|
||||
Source: osc-%{version}.tar.gz
|
||||
Summary: openSUSE Build Service Commander
|
||||
%if 0%{?mandriva_version} == 02010
|
||||
%else
|
||||
%if 0%{?mandriva_version} < 02010
|
||||
Requires: python-urlgrabber
|
||||
BuildRequires: python-urlgrabber
|
||||
%endif
|
||||
@ -45,7 +44,10 @@ Requires: python-xml
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
%if %suse_version > 1000
|
||||
Recommends: osc-source_validator
|
||||
Recommends: build >= 2010.05.04
|
||||
# These packages are needed for "osc add $URL"
|
||||
Recommends: obs-service-set_version obs-service-tar_scm obs-service-recompress obs-service-verify_file
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?rhel_version} || 0%{?centos_version}
|
||||
|
Loading…
Reference in New Issue
Block a user