1
0
forked from pool/osc

Accepting request 41627 from openSUSE:Tools

Copy from openSUSE:Tools/osc based on submit request 41627 from user adrianSuSE

OBS-URL: https://build.opensuse.org/request/show/41627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=42
This commit is contained in:
OBS User autobuild 2010-06-18 04:04:03 +00:00 committed by Git OBS Bridge
commit 9125210940
7 changed files with 40 additions and 9 deletions

View File

@ -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 <tjhukkan@iki.fi> Fri, 04 Jun 2010 10:34:55 +0300
osc (0.125.4-2) unstable; urgency=low osc (0.125.4-2) unstable; urgency=low
- Fix build and install - Fix build and install

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:82d16afaa81c40865f76d0c97ec91a3092566382145ab7f88cd05fcd7205c3d1 oid sha256:d375ed3d6a5d4912e9d374578903cf0211ecbe0af9525bcfc433ca37c944ce35
size 2185 size 2198

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3191ecfbede148c0c21982ec7069f72ab81a0a331b3934b1c8c39db743e8b443
size 171359

3
osc-0.127.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be409a958aa0c11d4517b587595421002faac3bd1075e86a21657c95e143ae7a
size 341089

View File

@ -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 Mon Apr 19 15:13:42 UTC 2010 - suse-tux@gmx.de

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: osc Source: osc
Version: 0.126 Version: 0.127
Binary: osc Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de> Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any Architecture: any

View File

@ -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. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -18,7 +18,7 @@
Name: osc Name: osc
Version: 0.126 Version: 0.127
Release: 1 Release: 1
Group: Development/Tools/Other Group: Development/Tools/Other
License: GPLv2+ License: GPLv2+
@ -26,8 +26,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.gitorious.org/opensuse/osc Url: http://www.gitorious.org/opensuse/osc
Source: osc-%{version}.tar.gz Source: osc-%{version}.tar.gz
Summary: openSUSE Build Service Commander Summary: openSUSE Build Service Commander
%if 0%{?mandriva_version} == 02010
%else
Requires: python-urlgrabber Requires: python-urlgrabber
BuildRequires: python-urlgrabber BuildRequires: python-urlgrabber
%endif
BuildRequires: python-devel BuildRequires: python-devel
# #
%if 0%{?suse_version} %if 0%{?suse_version}
@ -35,7 +38,7 @@ BuildRequires: python-devel
BuildRequires: python-elementtree BuildRequires: python-elementtree
Requires: python-elementtree Requires: python-elementtree
%else %else
BuildRequires: python-urlgrabber python-xml BuildRequires: python-xml
Requires: python-xml Requires: python-xml
%endif %endif
%if %suse_version > 1110 %if %suse_version > 1110