diff --git a/debian.changelog b/debian.changelog index b066ab9..7f83ddd 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,8 @@ +osc (0.125.1-1) unstable; urgency=high + - Updated to 0.125.1 + + -- Adrian Schroeter Fr, 15 Jan 2010 10:00:00 +0200 + osc (0.123-1) unstable; urgency=high - Updated to 0.123 diff --git a/osc-0.123.tar.gz b/osc-0.123.tar.gz deleted file mode 100644 index 35ff2c3..0000000 --- a/osc-0.123.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed3c09856fc42d05f868b70b380d5b5cde315062bc48b6b78fa3675d6c130d38 -size 141517 diff --git a/osc-0.125.1.tar.gz b/osc-0.125.1.tar.gz new file mode 100644 index 0000000..f1afcab --- /dev/null +++ b/osc-0.125.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82bc430d5f134c856bbd0e8283ca92278777448eaf93052aca795d2a4c793a8 +size 159652 diff --git a/osc.changes b/osc.changes index 821bd25..040351e 100644 --- a/osc.changes +++ b/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 diff --git a/osc.dsc b/osc.dsc index 082710c..59d024b 100644 --- a/osc.dsc +++ b/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 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 diff --git a/osc.spec b/osc.spec index 025d93b..bd9d67e 100644 --- a/osc.spec +++ b/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()")}