diff --git a/debian.changelog b/debian.changelog index 72b20ea..2d64ec7 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,14 @@ +osc (0.107-1) unstable; urgency=high + + - update to r4461 (version 0.107): + - osc update / checkout: *important bugfix* don't check out a + working copy, or update an existing one, when a source link + cannot be applied [bnc#409373] + - osc build: the --extra-pkgs option is now a configurable + setting in .oscrc. Default is "extra-pkgs = vim gdb strace" + + -- Peter Poeml Wed, 16 Jul 2008 12:00:00 +0200 + osc (0.106-1) unstable; urgency=high - update to r4428 (version 0.106): diff --git a/osc-0.106.tar.gz b/osc-0.106.tar.gz deleted file mode 100644 index 8e2122e..0000000 --- a/osc-0.106.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44e44982f59d22a09dd5362f670605e35ba8be1358d32d80192af7c1643a8733 -size 90735 diff --git a/osc-0.107.tar.gz b/osc-0.107.tar.gz new file mode 100644 index 0000000..8a6dda4 --- /dev/null +++ b/osc-0.107.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a8f0c97fb4858b1a57639976024589e014313903643adc171486ef569d6179 +size 91291 diff --git a/osc.changes b/osc.changes index cc68ddd..ed938d8 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 16 17:16:27 CEST 2008 - poeml@suse.de + +- update to r4461 (version 0.107): + - osc update / checkout: *important bugfix* don't check out a + working copy, or update an existing one, when a source link + cannot be applied [bnc#409373] + - osc build: the --extra-pkgs option is now a configurable + setting in .oscrc. Default is "extra-pkgs = vim gdb strace" + ------------------------------------------------------------------- Fri Jul 11 12:43:00 CEST 2008 - poeml@suse.de diff --git a/osc.spec b/osc.spec index efa359f..891cf5f 100644 --- a/osc.spec +++ b/osc.spec @@ -1,5 +1,5 @@ # -# spec file for package osc (Version 0.106) +# spec file for package osc (Version 0.107) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,7 +13,7 @@ Name: osc BuildRequires: python-devel -Version: 0.106 +Version: 0.107 Release: 1 Group: Development/Tools/Other License: GPL v2 or later @@ -80,6 +80,13 @@ mkdir -p %{buildroot}/var/lib/osc-plugins %doc README TODO NEWS %changelog +* Wed Jul 16 2008 poeml@suse.de +- update to r4461 (version 0.107): + - osc update / checkout: *important bugfix* don't check out a + working copy, or update an existing one, when a source link + cannot be applied [bnc#409373] + - osc build: the --extra-pkgs option is now a configurable + setting in .oscrc. Default is "extra-pkgs = vim gdb strace" * Fri Jul 11 2008 poeml@suse.de - update to r4428 (version 0.106): - osc rdiff / osc submitreq show: diff the _expanded_ sources [bnc#408267]