This commit is contained in:
parent
926030eb2d
commit
45894f8846
@ -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 <poeml@suse.de> Tue, 30 Sep 2008 12:00:00 +0200
|
||||||
|
|
||||||
osc (0.108-1) unstable; urgency=high
|
osc (0.108-1) unstable; urgency=high
|
||||||
|
|
||||||
- update to r5032 (version 0.108):
|
- update to r5032 (version 0.108):
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e8fd64085df76fad1e96095f2d3e223f688fad9b38836e2e4642eedc8159c2f7
|
|
||||||
size 97030
|
|
3
osc-0.109.tar.gz
Normal file
3
osc-0.109.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40ba8707b0397fd3d79ab9b2677fb2d682cf1eb67cb8b56f8243217e2ea0980a
|
||||||
|
size 98035
|
17
osc.changes
17
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
|
Tue Sep 16 14:17:26 CEST 2008 - poeml@suse.de
|
||||||
|
|
||||||
|
20
osc.spec
20
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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,13 +20,13 @@
|
|||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Version: 0.108
|
Version: 0.109
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Url: https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/
|
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
|
Source: osc-%{version}.tar.gz
|
||||||
Summary: openSUSE (build service) commander
|
Summary: openSUSE (build service) commander
|
||||||
Requires: python-urlgrabber
|
Requires: python-urlgrabber
|
||||||
@ -87,6 +87,20 @@ mkdir -p %{buildroot}/var/lib/osc-plugins
|
|||||||
%doc README TODO NEWS
|
%doc README TODO NEWS
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 16 2008 poeml@suse.de
|
||||||
- update to r5032 (version 0.108):
|
- update to r5032 (version 0.108):
|
||||||
- osc submitreq: has two aliases now: "osc sr" and "osc submitrequest"
|
- osc submitreq: has two aliases now: "osc sr" and "osc submitrequest"
|
||||||
|
Loading…
Reference in New Issue
Block a user