Accepting request 29649 from openSUSE:Tools
Copy from openSUSE:Tools/osc based on submit request 29649 from user adrianSuSE OBS-URL: https://build.opensuse.org/request/show/29649 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=35
This commit is contained in:
parent
9ebe0ff5e3
commit
403057def4
@ -1,3 +1,8 @@
|
||||
osc (0.125.1-1) unstable; urgency=high
|
||||
- Updated to 0.125.1
|
||||
|
||||
-- Adrian Schroeter <adrian@suse.de> Fr, 15 Jan 2010 10:00:00 +0200
|
||||
|
||||
osc (0.123-1) unstable; urgency=high
|
||||
- Updated to 0.123
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed3c09856fc42d05f868b70b380d5b5cde315062bc48b6b78fa3675d6c130d38
|
||||
size 141517
|
3
osc-0.125.1.tar.gz
Normal file
3
osc-0.125.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c82bc430d5f134c856bbd0e8283ca92278777448eaf93052aca795d2a4c793a8
|
||||
size 159652
|
53
osc.changes
53
osc.changes
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 14 21:55:28 UTC 2010 - adrian@suse.de
|
||||
|
||||
- osc 0.125.1 final
|
||||
* when a broken link is encountered automatically switch to last working
|
||||
version. use 'osc pull' to repair the broken link.
|
||||
* osc my request is showing now also requests from other people target to
|
||||
myself
|
||||
* new config option 'submitrequest_on_accept_action' to specify a default action
|
||||
if a submitrequest has been accepted
|
||||
* show scheduler state for each repo with "results" and "prjresults"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:44:44 UTC 2010 - adrian@suse.de
|
||||
|
||||
- version 0.125 beta 1
|
||||
* the new commands are "pull" and "linktobranch"
|
||||
* proxy support via SSL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 10 06:34:06 UTC 2009 - adrian@suse.de
|
||||
|
||||
- make version 0.124 final. (commit 13d900a64838fb577527d520fa0cf31c09af4cf6)
|
||||
Full changelog is inside the NEWS file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 06:56:28 UTC 2009 - adrian@suse.de
|
||||
|
||||
- first package from git repo (osc 0.124 RC1)
|
||||
* fixing product building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 08:31:33 UTC 2009 - adrian@suse.de
|
||||
|
||||
- update to current svn trunk (r9348, osc 0.124 beta 2)
|
||||
* build --release option added by Ludwig
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 09:18:19 UTC 2009 - adrian@suse.de
|
||||
|
||||
- update to current svn trunk (osc 0.124 beta 1)
|
||||
* osc submitrequest is working on project level
|
||||
* patchinfo support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 2 10:01:45 UTC 2009 - adrian@suse.de
|
||||
|
||||
- update to current svn trunk (osc 0.124 alpha 1)
|
||||
* Juergens incompatible changes are back, may get removed again for release
|
||||
* For maintenance work:
|
||||
- new "osc maintained $PACKAGE" command
|
||||
- new "osc mbranch $PACKAGE" command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 14:41:46 UTC 2009 - adrian@suse.de
|
||||
|
||||
|
4
osc.dsc
4
osc.dsc
@ -1,8 +1,8 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.123-1
|
||||
Version: 0.125.1-1
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
Standards-Version: 3.7.1
|
||||
Build-Depends: debhelper (>= 4.0.0), python-dev, python-celementtree
|
||||
Build-Depends: debhelper (>= 4.0.0), python-dev
|
||||
|
29
osc.spec
29
osc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package osc (Version 0.123)
|
||||
# spec file for package osc (Version 0.125.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,21 +18,20 @@
|
||||
|
||||
|
||||
Name: osc
|
||||
BuildRequires: python-devel python-urlgrabber
|
||||
BuildRequires: python-devel
|
||||
%if 0%{?suse_version}%{?mandriva_version}
|
||||
BuildRequires: python-m2crypto
|
||||
Requires: python-m2crypto
|
||||
Requires: python-m2crypto > 0.19
|
||||
%else
|
||||
BuildRequires: m2crypto
|
||||
Requires: m2crypto
|
||||
Requires: m2crypto > 0.19
|
||||
%endif
|
||||
Version: 0.123
|
||||
Version: 0.125.1
|
||||
Release: 1
|
||||
Group: Development/Tools/Other
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Url: https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/
|
||||
# v=0.114; svn export https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc osc-$v && tar czf osc-$v.tar.gz osc-$v
|
||||
Url: http://www.gitorious.org/opensuse/osc
|
||||
Source: osc-%{version}.tar.gz
|
||||
Summary: OpenSUSE Build Service Commander
|
||||
Requires: python-urlgrabber
|
||||
@ -42,8 +41,8 @@ Requires: python-urlgrabber
|
||||
BuildRequires: python-elementtree
|
||||
Requires: python-elementtree
|
||||
%else
|
||||
BuildRequires: python-xml
|
||||
Requires: python-xml
|
||||
BuildRequires: python-urlgrabber python-xml
|
||||
Requires: python-xml python-urlgrabber
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildArch: noarch
|
||||
@ -52,9 +51,13 @@ BuildArch: noarch
|
||||
Recommends: build > 2009.06.03
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?mandriva_version} == 0200910
|
||||
BuildRequires: python-urlgrabber
|
||||
Requires: python-urlgrabber
|
||||
%endif
|
||||
%if 0%{?rhel_version} || 0%{?centos_version}
|
||||
BuildRequires: python-elementtree
|
||||
Requires: python-elementtree
|
||||
BuildRequires: python-elementtree python-urlgrabber
|
||||
Requires: python-elementtree python-urlgrabber
|
||||
%endif
|
||||
#
|
||||
%{!?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