This commit is contained in:
parent
9238360eaa
commit
9f95339502
@ -1,3 +1,28 @@
|
|||||||
|
osc (0.95-1) unstable; urgency=high
|
||||||
|
* update to r1608:
|
||||||
|
- version 0.95
|
||||||
|
- osc is now easier to work with when using alternative API servers. The
|
||||||
|
configured server can be overriden with -A <url> on the commandline.
|
||||||
|
"apisrv" in the config takes a URL now, so the variable "scheme" which was
|
||||||
|
needed in addition before becomes obsolete. For backward compatibility, a
|
||||||
|
hostname (and scheme variable) are accepted like before. Likewise, the auth
|
||||||
|
sections in the config take a URL now, or a hostname:port to keep old config
|
||||||
|
working. HTTP or HTTPS scheme is determined from the URL. Credentials must be
|
||||||
|
configured in .oscrc.
|
||||||
|
- build: use actual api server in urllist for downloading, instead of hardcoded
|
||||||
|
api.opensuse.org [#265211].
|
||||||
|
- finally, global option -H enables HTTP traffic debugging
|
||||||
|
- implement "rebuild all failed packages", via --failed option in rebuildpac
|
||||||
|
subcommand
|
||||||
|
- status -v shows all files, including unmodified ones
|
||||||
|
- suppress the legend in prjresults by default (show with -l)
|
||||||
|
- --version shows the program version number
|
||||||
|
- fix the commit subcommand's argument handling. The following works correctly
|
||||||
|
now: osc ci ../test/onlyinwc `pwd` fstab ../test/f2
|
||||||
|
- fix the download progress meter to work with small terminals [#266989]
|
||||||
|
|
||||||
|
-- Peter Poeml <poeml@suse.de> Wed, 25 Apr 2007 00:00:00 +0200
|
||||||
|
|
||||||
osc (0.9-4) unstable; urgency=high
|
osc (0.9-4) unstable; urgency=high
|
||||||
* update to r1594:
|
* update to r1594:
|
||||||
- save and reuse HTTP server cookies, speeding HTTP requests up
|
- save and reuse HTTP server cookies, speeding HTTP requests up
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:435b7418601fde9a746d1d9bbaaece576bbd1c0b972a1842f5bfaa37cab514e5
|
|
||||||
size 34803
|
|
3
osc-0.95.tar.gz
Normal file
3
osc-0.95.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f667ca8b5b6e3e691efc86b6e03b6bcaebe6ec4118f581f5438a2d3fa2497e98
|
||||||
|
size 51184
|
25
osc.changes
25
osc.changes
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 25 19:32:18 CEST 2007 - poeml@suse.de
|
||||||
|
|
||||||
|
- update to r1608:
|
||||||
|
- version 0.95
|
||||||
|
- osc is now easier to work with when using alternative API servers. The
|
||||||
|
configured server can be overriden with -A <url> on the commandline.
|
||||||
|
"apisrv" in the config takes a URL now, so the variable "scheme" which was
|
||||||
|
needed in addition before becomes obsolete. For backward compatibility, a
|
||||||
|
hostname (and scheme variable) are accepted like before. Likewise, the auth
|
||||||
|
sections in the config take a URL now, or a hostname:port to keep old config
|
||||||
|
working. HTTP or HTTPS scheme is determined from the URL. Credentials must be
|
||||||
|
configured in .oscrc.
|
||||||
|
- build: use actual api server in urllist for downloading, instead of hardcoded
|
||||||
|
api.opensuse.org [#265211].
|
||||||
|
- finally, global option -H enables HTTP traffic debugging
|
||||||
|
- implement "rebuild all failed packages", via --failed option in rebuildpac
|
||||||
|
subcommand
|
||||||
|
- status -v shows all files, including unmodified ones
|
||||||
|
- suppress the legend in prjresults by default (show with -l)
|
||||||
|
- --version shows the program version number
|
||||||
|
- fix the commit subcommand's argument handling. The following works correctly
|
||||||
|
now: osc ci ../test/onlyinwc `pwd` fstab ../test/f2
|
||||||
|
- fix the download progress meter to work with small terminals [#266989]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 20 02:09:11 CEST 2007 - poeml@suse.de
|
Fri Apr 20 02:09:11 CEST 2007 - poeml@suse.de
|
||||||
|
|
||||||
|
30
osc.spec
30
osc.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osc (Version 0.9)
|
# spec file for package osc (Version 0.95)
|
||||||
#
|
#
|
||||||
# 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.9
|
Version: 0.95
|
||||||
Release: 2
|
Release: 1
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
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.9; 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.95; 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
|
||||||
%if %{?suse_version:%suse_version}%{?!suse_version:1} < 1020
|
%if %{?suse_version:%suse_version}%{?!suse_version:1} < 1020
|
||||||
@ -63,6 +63,28 @@ ln -s osc-wrapper.py %{buildroot}/%{_bindir}/osc
|
|||||||
%doc README TODO NEWS
|
%doc README TODO NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 25 2007 - poeml@suse.de
|
||||||
|
- update to r1608:
|
||||||
|
- version 0.95
|
||||||
|
- osc is now easier to work with when using alternative API servers. The
|
||||||
|
configured server can be overriden with -A <url> on the commandline.
|
||||||
|
"apisrv" in the config takes a URL now, so the variable "scheme" which was
|
||||||
|
needed in addition before becomes obsolete. For backward compatibility, a
|
||||||
|
hostname (and scheme variable) are accepted like before. Likewise, the auth
|
||||||
|
sections in the config take a URL now, or a hostname:port to keep old config
|
||||||
|
working. HTTP or HTTPS scheme is determined from the URL. Credentials must be
|
||||||
|
configured in .oscrc.
|
||||||
|
- build: use actual api server in urllist for downloading, instead of hardcoded
|
||||||
|
api.opensuse.org [#265211].
|
||||||
|
- finally, global option -H enables HTTP traffic debugging
|
||||||
|
- implement "rebuild all failed packages", via --failed option in rebuildpac
|
||||||
|
subcommand
|
||||||
|
- status -v shows all files, including unmodified ones
|
||||||
|
- suppress the legend in prjresults by default (show with -l)
|
||||||
|
- --version shows the program version number
|
||||||
|
- fix the commit subcommand's argument handling. The following works correctly
|
||||||
|
now: osc ci ../test/onlyinwc `pwd` fstab ../test/f2
|
||||||
|
- fix the download progress meter to work with small terminals [#266989]
|
||||||
* Fri Apr 20 2007 - poeml@suse.de
|
* Fri Apr 20 2007 - poeml@suse.de
|
||||||
- update to r1594:
|
- update to r1594:
|
||||||
- save and reuse HTTP server cookies, speeding HTTP requests up
|
- save and reuse HTTP server cookies, speeding HTTP requests up
|
||||||
|
Loading…
Reference in New Issue
Block a user