This commit is contained in:
committed by
Git OBS Bridge
parent
ad97737d41
commit
9238360eaa
17
osc.spec
17
osc.spec
@@ -13,7 +13,7 @@
|
||||
Name: osc
|
||||
BuildRequires: python-devel
|
||||
Version: 0.9
|
||||
Release: 1
|
||||
Release: 2
|
||||
Group: Development/Tools/Other
|
||||
License: GNU General Public License (GPL)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -63,6 +63,21 @@ ln -s osc-wrapper.py %{buildroot}/%{_bindir}/osc
|
||||
%doc README TODO NEWS
|
||||
|
||||
%changelog
|
||||
* Fri Apr 20 2007 - poeml@suse.de
|
||||
- update to r1594:
|
||||
- save and reuse HTTP server cookies, speeding HTTP requests up
|
||||
about 5 times (in our iChain setup anyway...)
|
||||
- rewrite the HTTP handling
|
||||
- adding http_GET/POST/PUT/DELETE() functions, which dispatch to
|
||||
http_request(), and use them everywhere
|
||||
- removing othermethods.py
|
||||
- keeping urlopen(), in case it is used from externally, but have it print out
|
||||
a "depracated" message
|
||||
- finally, implementing a global HTTP debug mode
|
||||
- if data to be sent is large, mmap it instead of reading at once
|
||||
- build: remove debug print of tempfile name
|
||||
- README: add info about dependencies of osc python module
|
||||
- further the osc buildroot configuration example
|
||||
* Fri Mar 30 2007 - poeml@suse.de
|
||||
- update to r1551:
|
||||
- update: when updating multiple packages, print each package name
|
||||
|
Reference in New Issue
Block a user