From ed73fe1e8901561243393f215c09462ac059de7c62047929b70ee0b129a2ca14 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 30 Nov 2007 01:28:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=16 --- debian.changelog | 40 ++++++++++++++++++++++++++++++++++++++++ osc-0.98.tar.gz | 3 --- osc-0.99.tar.gz | 3 +++ osc.changes | 40 ++++++++++++++++++++++++++++++++++++++++ osc.spec | 42 ++++++++++++++++++++++++++++++++++++++---- 5 files changed, 121 insertions(+), 7 deletions(-) delete mode 100644 osc-0.98.tar.gz create mode 100644 osc-0.99.tar.gz diff --git a/debian.changelog b/debian.changelog index 2cc3ace..b165280 100644 --- a/debian.changelog +++ b/debian.changelog @@ -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 ( 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 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 Tue, 30 Oct 2007 00:00:00 +0200 + osc (0.98-3) unstable; urgency=high - update to r2075: diff --git a/osc-0.98.tar.gz b/osc-0.98.tar.gz deleted file mode 100644 index d383dae..0000000 --- a/osc-0.98.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad0ffd1f71959996345d12136006d5c4fd94dd5f8f788dbbf8e23dcdf755ecac -size 64774 diff --git a/osc-0.99.tar.gz b/osc-0.99.tar.gz new file mode 100644 index 0000000..44fbe1f --- /dev/null +++ b/osc-0.99.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da3f1f808a3635c744bbba93b0358b5e252632d15602eda6f3940429ec6fb9d +size 67997 diff --git a/osc.changes b/osc.changes index b82c377..a11d931 100644 --- a/osc.changes +++ b/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 ( 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 diff --git a/osc.spec b/osc.spec index c33c0ef..ddafbe6 100644 --- a/osc.spec +++ b/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. # 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 ( 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