OBS User unknown
2008-10-01 10:17:29 +00:00
committed by Git OBS Bridge
parent 926030eb2d
commit 45894f8846
5 changed files with 55 additions and 6 deletions

View File

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