OBS User unknown
2008-10-25 09:10:53 +00:00
committed by Git OBS Bridge
parent 45894f8846
commit 16f5c6510f
5 changed files with 49 additions and 6 deletions

View File

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