From 16f5c6510f79a93a81b02ed4228f1132abde726c89b57c62051bb96675e16f7d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 25 Oct 2008 09:10:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=28 --- debian.changelog | 16 ++++++++++++++++ osc-0.109.tar.gz | 3 --- osc-0.110.tar.gz | 3 +++ osc.changes | 15 +++++++++++++++ osc.spec | 18 +++++++++++++++--- 5 files changed, 49 insertions(+), 6 deletions(-) delete mode 100644 osc-0.109.tar.gz create mode 100644 osc-0.110.tar.gz diff --git a/debian.changelog b/debian.changelog index 85cf326..eb6d27f 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,19 @@ +osc (0.110-1) unstable; urgency=high + + - update to r5425 (version 0.110): + - osc build: no working copy needed anymore when building a local + package [bnc#431434] + - osc checkout: when checking out a project, and a linkerror + occurs for one of the packages, do a checkout in unexpanded + form and continue checking out the rest of the project + [bnc#428303] + - osc deletepac, osc branch: allow slash notation for the + project/package arguments + - fix deprecation warnings on Factory (which uses Python 2.6) + - fix to avoid (internal) stale Package objects [bnc#436932] + + -- Peter Poeml Fri, 24 Oct 2008 12:00:00 +0200 + osc (0.109-1) unstable; urgency=high - update to r5219 (version 0.109): diff --git a/osc-0.109.tar.gz b/osc-0.109.tar.gz deleted file mode 100644 index ddf1246..0000000 --- a/osc-0.109.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40ba8707b0397fd3d79ab9b2677fb2d682cf1eb67cb8b56f8243217e2ea0980a -size 98035 diff --git a/osc-0.110.tar.gz b/osc-0.110.tar.gz new file mode 100644 index 0000000..8d725dd --- /dev/null +++ b/osc-0.110.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da984cd565a42e133f8aa542ebdd57cfc2520813fa285b01bbf2da81338136d +size 98346 diff --git a/osc.changes b/osc.changes index c1eee02..093a2c3 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Oct 24 17:28:27 CEST 2008 - poeml@suse.de + +- update to r5425 (version 0.110): + - osc build: no working copy needed anymore when building a local + package [bnc#431434] + - osc checkout: when checking out a project, and a linkerror + occurs for one of the packages, do a checkout in unexpanded + form and continue checking out the rest of the project + [bnc#428303] + - osc deletepac, osc branch: allow slash notation for the + project/package arguments + - fix deprecation warnings on Factory (which uses Python 2.6) + - fix to avoid (internal) stale Package objects [bnc#436932] + ------------------------------------------------------------------- Tue Sep 30 17:19:23 CEST 2008 - poeml@suse.de diff --git a/osc.spec b/osc.spec index 89db42e..439c609 100644 --- a/osc.spec +++ b/osc.spec @@ -1,5 +1,5 @@ # -# spec file for package osc (Version 0.109) +# spec file for package osc (Version 0.110) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,13 +20,13 @@ Name: osc BuildRequires: python-devel -Version: 0.109 +Version: 0.110 Release: 1 Group: Development/Tools/Other License: GPL v2 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/ -# v=0.109; svn export https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc osc-$v && tar czf osc-$v.tar.gz osc-$v +# v=0.110; svn export https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc osc-$v && tar czf osc-$v.tar.gz osc-$v Source: osc-%{version}.tar.gz Summary: openSUSE (build service) commander Requires: python-urlgrabber @@ -87,6 +87,18 @@ mkdir -p %{buildroot}/var/lib/osc-plugins %doc README TODO NEWS %changelog +* Fri Oct 24 2008 poeml@suse.de +- update to r5425 (version 0.110): + - osc build: no working copy needed anymore when building a local + package [bnc#431434] + - osc checkout: when checking out a project, and a linkerror + occurs for one of the packages, do a checkout in unexpanded + form and continue checking out the rest of the project + [bnc#428303] + - osc deletepac, osc branch: allow slash notation for the + project/package arguments + - fix deprecation warnings on Factory (which uses Python 2.6) + - fix to avoid (internal) stale Package objects [bnc#436932] * Tue Sep 30 2008 poeml@suse.de - update to r5219 (version 0.109): With changes from Marcus_H, myself, dmueller, tpatzig: