diff --git a/debian.changelog b/debian.changelog index 491ebe4..85cf326 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,21 @@ +osc (0.109-1) unstable; urgency=high + + - update to r5219 (version 0.109): + With changes from Marcus_H, myself, dmueller, tpatzig: + - osc getbinaries: new command to download binaries directly from + the api server + - pass the --debug option to the build script which will take + care of creating debuginfo packages + - add link to plugin API to osc help output + - Don't try to catch rpm-python errors if rpm-python isn't installed. + Thus we can avoid a hard dependency on having rpm-python. + - added command 'rlog', to show commit logs of remote packages + - fixed depracation warnings with Python 2.6 [bnc#426612] + - fix streaming of unfinished logfiles again + - fixed regression of .oscrc template [bnc#427118] + + -- Peter Poeml Tue, 30 Sep 2008 12:00:00 +0200 + osc (0.108-1) unstable; urgency=high - update to r5032 (version 0.108): diff --git a/osc-0.108.tar.gz b/osc-0.108.tar.gz deleted file mode 100644 index cc445cd..0000000 --- a/osc-0.108.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8fd64085df76fad1e96095f2d3e223f688fad9b38836e2e4642eedc8159c2f7 -size 97030 diff --git a/osc-0.109.tar.gz b/osc-0.109.tar.gz new file mode 100644 index 0000000..ddf1246 --- /dev/null +++ b/osc-0.109.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ba8707b0397fd3d79ab9b2677fb2d682cf1eb67cb8b56f8243217e2ea0980a +size 98035 diff --git a/osc.changes b/osc.changes index 4ac8154..c1eee02 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Sep 30 17:19:23 CEST 2008 - poeml@suse.de + +- update to r5219 (version 0.109): + With changes from Marcus_H, myself, dmueller, tpatzig: + - osc getbinaries: new command to download binaries directly from + the api server + - pass the --debug option to the build script which will take + care of creating debuginfo packages + - add link to plugin API to osc help output + - Don't try to catch rpm-python errors if rpm-python isn't installed. + Thus we can avoid a hard dependency on having rpm-python. + - added command 'rlog', to show commit logs of remote packages + - fixed depracation warnings with Python 2.6 [bnc#426612] + - fix streaming of unfinished logfiles again + - fixed regression of .oscrc template [bnc#427118] + ------------------------------------------------------------------- Tue Sep 16 14:17:26 CEST 2008 - poeml@suse.de diff --git a/osc.spec b/osc.spec index bb35b50..89db42e 100644 --- a/osc.spec +++ b/osc.spec @@ -1,5 +1,5 @@ # -# spec file for package osc (Version 0.108) +# spec file for package osc (Version 0.109) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,13 +20,13 @@ Name: osc BuildRequires: python-devel -Version: 0.108 +Version: 0.109 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.101; 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.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 Source: osc-%{version}.tar.gz Summary: openSUSE (build service) commander Requires: python-urlgrabber @@ -87,6 +87,20 @@ mkdir -p %{buildroot}/var/lib/osc-plugins %doc README TODO NEWS %changelog +* Tue Sep 30 2008 poeml@suse.de +- update to r5219 (version 0.109): + With changes from Marcus_H, myself, dmueller, tpatzig: + - osc getbinaries: new command to download binaries directly from + the api server + - pass the --debug option to the build script which will take + care of creating debuginfo packages + - add link to plugin API to osc help output + - Don't try to catch rpm-python errors if rpm-python isn't installed. + Thus we can avoid a hard dependency on having rpm-python. + - added command 'rlog', to show commit logs of remote packages + - fixed depracation warnings with Python 2.6 [bnc#426612] + - fix streaming of unfinished logfiles again + - fixed regression of .oscrc template [bnc#427118] * Tue Sep 16 2008 poeml@suse.de - update to r5032 (version 0.108): - osc submitreq: has two aliases now: "osc sr" and "osc submitrequest"