OBS User unknown
2008-07-17 23:06:34 +00:00
committed by Git OBS Bridge
parent 8b793dc9fa
commit 75abd3b921
5 changed files with 33 additions and 5 deletions

View File

@@ -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]