diff --git a/osc-0.129.tar.gz b/osc-0.129.tar.gz deleted file mode 100644 index 8d89235..0000000 --- a/osc-0.129.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7eac7b1582c658a2b0c51ec1a33f2c80e0618e6f8e1d60fbac698ad6a1b3264 -size 184607 diff --git a/osc-0.130.tar.gz b/osc-0.130.tar.gz new file mode 100644 index 0000000..03370d9 --- /dev/null +++ b/osc-0.130.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263754847988c60f5e8d3e1d875e7680fbf363e952166764e1e8e8e51b9f9605 +size 241517 diff --git a/osc.changes b/osc.changes index 6d2a87b..90ed1ad 100644 --- a/osc.changes +++ b/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 " + - improved "osc rq show --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 diff --git a/osc.dsc b/osc.dsc index d3460bf..4c69660 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.129 +Version: 0.130 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 3c50bac..3b121ee 100644 --- a/osc.spec +++ b/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}