OBS User unknown
2007-11-30 01:28:17 +00:00
committed by Git OBS Bridge
parent 866dc59685
commit ed73fe1e89
5 changed files with 121 additions and 7 deletions

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