1
0
forked from pool/osc
OBS User unknown 2007-11-30 01:28:17 +00:00 committed by Git OBS Bridge
parent d577817688
commit bf06131fbb
5 changed files with 121 additions and 7 deletions

View File

@ -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
- update to r2075:

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7da3f1f808a3635c744bbba93b0358b5e252632d15602eda6f3940429ec6fb9d
size 67997

View File

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

View File

@ -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.
# This file and all modifications and additions to the pristine
@ -12,13 +12,13 @@
Name: osc
BuildRequires: python-devel
Version: 0.98
Version: 0.99
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.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
Url: https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/
# 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
Summary: openSUSE (build service) commander
Requires: python-urlgrabber
@ -78,6 +78,40 @@ mkdir -p %{buildroot}/var/lib/osc-plugins
%doc README TODO NEWS
%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
- update to r2075:
- new 'maintainer' command, to list the maintainers of a project