This commit is contained in:
parent
866dc59685
commit
ed73fe1e89
@ -1,3 +1,43 @@
|
|||||||
|
osc (0.99-2) unstable; urgency=high
|
||||||
|
|
||||||
|
- update to r2685:
|
||||||
|
- rdiff: new command for server-side diffs between arbitrary
|
||||||
|
packages
|
||||||
|
- cat: new command to print a file on the standard output
|
||||||
|
- diff: reworked functionality to show newly added files, and
|
||||||
|
behaving more like svn when doing diff against a certain
|
||||||
|
revision
|
||||||
|
- bugfix in {link,aggregate,copy}_pac (<person> elements). Patch
|
||||||
|
from Michal Marek.
|
||||||
|
- checkout an empty project instead of doing nothing
|
||||||
|
- fix prjresults for newly added packages, where build status is
|
||||||
|
missing
|
||||||
|
- internal changes:
|
||||||
|
- copied init_project_dir() method from the
|
||||||
|
osc-package-tracking branch (just removed the
|
||||||
|
do_package_tracking stuff)
|
||||||
|
- changed the storedir attribut of the Package() class to an
|
||||||
|
absolute filename - normally this shouldn't have any impact
|
||||||
|
on existing methods, functionality etc.
|
||||||
|
|
||||||
|
-- Peter Poeml <poeml@suse.de> Fri, 30 Nov 2007 00:00:00 +0200
|
||||||
|
|
||||||
|
osc (0.99-1) unstable; urgency=high
|
||||||
|
|
||||||
|
- update to r2467. Most work done by Marcus Huewe.
|
||||||
|
- version 0.99
|
||||||
|
- wipebinaries: added --build-failed and --broken [#335498]
|
||||||
|
- deleteprj: enabled this command, as the backend now supports it
|
||||||
|
- maintainer:
|
||||||
|
- added --verbose option
|
||||||
|
- added functionality to add/remove users from a project/package
|
||||||
|
- print the list of URL to try, when in HTTP debug mode
|
||||||
|
- build: allow to use lbuild, a compatible replacement for build
|
||||||
|
- do not create dirs for non-existing packages during checkout
|
||||||
|
[#259711]
|
||||||
|
|
||||||
|
-- Peter Poeml <poeml@suse.de> Tue, 30 Oct 2007 00:00:00 +0200
|
||||||
|
|
||||||
osc (0.98-3) unstable; urgency=high
|
osc (0.98-3) unstable; urgency=high
|
||||||
|
|
||||||
- update to r2075:
|
- update to r2075:
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad0ffd1f71959996345d12136006d5c4fd94dd5f8f788dbbf8e23dcdf755ecac
|
|
||||||
size 64774
|
|
3
osc-0.99.tar.gz
Normal file
3
osc-0.99.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7da3f1f808a3635c744bbba93b0358b5e252632d15602eda6f3940429ec6fb9d
|
||||||
|
size 67997
|
40
osc.changes
40
osc.changes
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 30 01:50:24 CET 2007 - poeml@suse.de
|
||||||
|
|
||||||
|
- update to r2685:
|
||||||
|
- rdiff: new command for server-side diffs between arbitrary
|
||||||
|
packages
|
||||||
|
- cat: new command to print a file on the standard output
|
||||||
|
- diff: reworked functionality to show newly added files, and
|
||||||
|
behaving more like svn when doing diff against a certain
|
||||||
|
revision
|
||||||
|
- bugfix in {link,aggregate,copy}_pac (<person> elements). Patch
|
||||||
|
from Michal Marek.
|
||||||
|
- checkout an empty project instead of doing nothing
|
||||||
|
- fix prjresults for newly added packages, where build status is
|
||||||
|
missing
|
||||||
|
- internal changes:
|
||||||
|
- copied init_project_dir() method from the
|
||||||
|
osc-package-tracking branch (just removed the
|
||||||
|
do_package_tracking stuff)
|
||||||
|
- changed the storedir attribut of the Package() class to an
|
||||||
|
absolute filename - normally this shouldn't have any impact
|
||||||
|
on existing methods, functionality etc.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 30 12:47:13 CET 2007 - poeml@suse.de
|
||||||
|
|
||||||
|
- update to r2467. Most work done by Marcus Huewe.
|
||||||
|
- version 0.99
|
||||||
|
- aggregatepac: new command, similar to linkpac. Patch from Pavol
|
||||||
|
Rusnak.
|
||||||
|
- wipebinaries: added --build-failed and --broken [#335498]
|
||||||
|
- deleteprj: enabled this command, as the backend now supports it
|
||||||
|
- maintainer:
|
||||||
|
- added --verbose option
|
||||||
|
- added functionality to add/remove users from a project/package
|
||||||
|
- print the list of URL to try, when in HTTP debug mode
|
||||||
|
- build: allow to use lbuild, a compatible replacement for build
|
||||||
|
- do not create dirs for non-existing packages during checkout
|
||||||
|
[#259711]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 3 12:47:31 CEST 2007 - poeml@suse.de
|
Mon Sep 3 12:47:31 CEST 2007 - poeml@suse.de
|
||||||
|
|
||||||
|
42
osc.spec
42
osc.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osc (Version 0.98)
|
# spec file for package osc (Version 0.99)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Version: 0.98
|
Version: 0.99
|
||||||
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.98; 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.99; 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
|
||||||
@ -78,6 +78,40 @@ mkdir -p %{buildroot}/var/lib/osc-plugins
|
|||||||
%doc README TODO NEWS
|
%doc README TODO NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 30 2007 - poeml@suse.de
|
||||||
|
- update to r2685:
|
||||||
|
- rdiff: new command for server-side diffs between arbitrary
|
||||||
|
packages
|
||||||
|
- cat: new command to print a file on the standard output
|
||||||
|
- diff: reworked functionality to show newly added files, and
|
||||||
|
behaving more like svn when doing diff against a certain
|
||||||
|
revision
|
||||||
|
- bugfix in {link,aggregate,copy}_pac (<person> elements). Patch
|
||||||
|
from Michal Marek.
|
||||||
|
- checkout an empty project instead of doing nothing
|
||||||
|
- fix prjresults for newly added packages, where build status is
|
||||||
|
missing
|
||||||
|
- internal changes:
|
||||||
|
- copied init_project_dir() method from the
|
||||||
|
osc-package-tracking branch (just removed the
|
||||||
|
do_package_tracking stuff)
|
||||||
|
- changed the storedir attribut of the Package() class to an
|
||||||
|
absolute filename - normally this shouldn't have any impact
|
||||||
|
on existing methods, functionality etc.
|
||||||
|
* Tue Oct 30 2007 - poeml@suse.de
|
||||||
|
- update to r2467. Most work done by Marcus Huewe.
|
||||||
|
- version 0.99
|
||||||
|
- aggregatepac: new command, similar to linkpac. Patch from Pavol
|
||||||
|
Rusnak.
|
||||||
|
- wipebinaries: added --build-failed and --broken [#335498]
|
||||||
|
- deleteprj: enabled this command, as the backend now supports it
|
||||||
|
- maintainer:
|
||||||
|
- added --verbose option
|
||||||
|
- added functionality to add/remove users from a project/package
|
||||||
|
- print the list of URL to try, when in HTTP debug mode
|
||||||
|
- build: allow to use lbuild, a compatible replacement for build
|
||||||
|
- do not create dirs for non-existing packages during checkout
|
||||||
|
[#259711]
|
||||||
* Mon Sep 03 2007 - poeml@suse.de
|
* Mon Sep 03 2007 - poeml@suse.de
|
||||||
- update to r2075:
|
- update to r2075:
|
||||||
- new 'maintainer' command, to list the maintainers of a project
|
- new 'maintainer' command, to list the maintainers of a project
|
||||||
|
Loading…
Reference in New Issue
Block a user