This commit is contained in:
parent
45894f8846
commit
16f5c6510f
@ -1,3 +1,19 @@
|
|||||||
|
osc (0.110-1) unstable; urgency=high
|
||||||
|
|
||||||
|
- 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]
|
||||||
|
|
||||||
|
-- Peter Poeml <poeml@suse.de> Fri, 24 Oct 2008 12:00:00 +0200
|
||||||
|
|
||||||
osc (0.109-1) unstable; urgency=high
|
osc (0.109-1) unstable; urgency=high
|
||||||
|
|
||||||
- update to r5219 (version 0.109):
|
- update to r5219 (version 0.109):
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:40ba8707b0397fd3d79ab9b2677fb2d682cf1eb67cb8b56f8243217e2ea0980a
|
|
||||||
size 98035
|
|
3
osc-0.110.tar.gz
Normal file
3
osc-0.110.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9da984cd565a42e133f8aa542ebdd57cfc2520813fa285b01bbf2da81338136d
|
||||||
|
size 98346
|
15
osc.changes
15
osc.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 17:28:27 CEST 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 17:19:23 CEST 2008 - poeml@suse.de
|
Tue Sep 30 17:19:23 CEST 2008 - poeml@suse.de
|
||||||
|
|
||||||
|
18
osc.spec
18
osc.spec
@ -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.
|
# 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.109
|
Version: 0.110
|
||||||
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.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
|
Source: osc-%{version}.tar.gz
|
||||||
Summary: openSUSE (build service) commander
|
Summary: openSUSE (build service) commander
|
||||||
Requires: python-urlgrabber
|
Requires: python-urlgrabber
|
||||||
@ -87,6 +87,18 @@ mkdir -p %{buildroot}/var/lib/osc-plugins
|
|||||||
%doc README TODO NEWS
|
%doc README TODO NEWS
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 30 2008 poeml@suse.de
|
||||||
- update to r5219 (version 0.109):
|
- update to r5219 (version 0.109):
|
||||||
With changes from Marcus_H, myself, dmueller, tpatzig:
|
With changes from Marcus_H, myself, dmueller, tpatzig:
|
||||||
|
Loading…
Reference in New Issue
Block a user