diff --git a/debian.changelog b/debian.changelog index 526d4d9..ac5a857 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,9 @@ +osc (0.125.4-3) unstable; urgency=low + + * Fix dependency on python-celementtree, it is included in python2.5. + + -- Teemu Hukkanen Fri, 04 Jun 2010 10:34:55 +0300 + osc (0.125.4-2) unstable; urgency=low - Fix build and install diff --git a/debian.tar.gz b/debian.tar.gz index 9919d1e..b076daa 100644 --- a/debian.tar.gz +++ b/debian.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82d16afaa81c40865f76d0c97ec91a3092566382145ab7f88cd05fcd7205c3d1 -size 2185 +oid sha256:d375ed3d6a5d4912e9d374578903cf0211ecbe0af9525bcfc433ca37c944ce35 +size 2198 diff --git a/osc-0.126.tar.gz b/osc-0.126.tar.gz deleted file mode 100644 index e2e5929..0000000 --- a/osc-0.126.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3191ecfbede148c0c21982ec7069f72ab81a0a331b3934b1c8c39db743e8b443 -size 171359 diff --git a/osc-0.127.tar.gz b/osc-0.127.tar.gz new file mode 100644 index 0000000..a98e9d1 --- /dev/null +++ b/osc-0.127.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be409a958aa0c11d4517b587595421002faac3bd1075e86a21657c95e143ae7a +size 341089 diff --git a/osc.changes b/osc.changes index 0599cde..d3e87af 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Jun 9 10:55:52 UTC 2010 - adrian@suse.de + +- update to 0.127 + - add size limit mode, files can be ignored on checkout or update given a certain size limit. + - --csv/--format options for results command - using format user can explicitly specify what he wants print + - osc branch reads project/package in package directory + - fix creation of package link, when target project has the package via linked project + - add "osc rq approvenew $PROJECT" command to show and accept all request in new state. + This makes sense esp. for projects which work with default reviewers before. + - support external source validator scripts before commiting + - support request creation with multiple actions +# +# Features which require OBS 2.0 server +# + - support "osc add http://...", this uses obs source service for downloading a file and verify it via sha256 verifier service + - add support for CBpreinstall/CBinstall + - support branch --force to override target + - support for "unresolvable" state of OBS 2.0 + - support undelete of project or package + - support for package meta data checkout + ------------------------------------------------------------------- Mon Apr 19 15:13:42 UTC 2010 - suse-tux@gmx.de diff --git a/osc.dsc b/osc.dsc index 1cd219d..ec4122f 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.126 +Version: 0.127 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 8658c59..2bbf6c1 100644 --- a/osc.spec +++ b/osc.spec @@ -1,5 +1,5 @@ # -# spec file for package osc (Version 0.126) +# spec file for package osc (Version 0.127) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: osc -Version: 0.126 +Version: 0.127 Release: 1 Group: Development/Tools/Other License: GPLv2+ @@ -26,8 +26,11 @@ 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 Requires: python-urlgrabber BuildRequires: python-urlgrabber +%endif BuildRequires: python-devel # %if 0%{?suse_version} @@ -35,7 +38,7 @@ BuildRequires: python-devel BuildRequires: python-elementtree Requires: python-elementtree %else -BuildRequires: python-urlgrabber python-xml +BuildRequires: python-xml Requires: python-xml %endif %if %suse_version > 1110