This commit is contained in:
parent
92e57f7c00
commit
a80a98b942
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c054c9578b1b3a52776270eaf1ead0ec1375b31e7b670684d85855b7454069d4
|
||||
size 188635
|
3
libwww-perl-5.810.tar.bz2
Normal file
3
libwww-perl-5.810.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf459e074c3af983459b5e9c5f0b9305b25b1c9b973cd4a2e5cbf134b7a9e8ff
|
||||
size 189822
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 13:47:57 CEST 2008 - anicka@suse.cz
|
||||
|
||||
- update to 5.810
|
||||
* Small documentation issues
|
||||
* Explain $netloc argument to $ua->credentials
|
||||
* Make lwp-request honour option -b while dumping links
|
||||
* Ignore params for date convenience methods
|
||||
* Get rid of all the old CVS $Keyword:...$ templates.
|
||||
Set $VERSION to 5.810.
|
||||
* Complement the HTTP::Status codes
|
||||
* Don't allow HTTP::Message content to be set to Unicode strings.
|
||||
* Refactor test for Encode.pm
|
||||
* Trigger HTML::HeadParser for XHTML
|
||||
* Escape status line in error_as_HTML, convert to lowercase
|
||||
* Protocol/file.pm: postpone load of URI::Escape and HTML::Entities
|
||||
* HTML::Form Module and <button> element clicks
|
||||
* HTTP::Cookies handle malformed empty Set-Cookie badly
|
||||
* [HTTP::Request::Common] Does not handle filenames containing "
|
||||
* Allow malformed chars in $mess->decoded_content
|
||||
* Croak if LWP::UserAgent is constructed with hash ref as argument
|
||||
* Disabled, checked radiobutton being submitted
|
||||
* warn if TextInput's maxlength exceeded
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 10:05:48 CEST 2007 - anicka@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-libwww-perl (Version 5.808)
|
||||
# spec file for package perl-libwww-perl (Version 5.810)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -10,9 +10,10 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-libwww-perl
|
||||
BuildRequires: perl-Compress-Zlib perl-HTML-Parser perl-URI
|
||||
Version: 5.808
|
||||
Version: 5.810
|
||||
Release: 1
|
||||
Provides: libwww-perl
|
||||
Provides: perl_lw3
|
||||
@ -79,13 +80,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{perl_vendorarch}/auto/LWP
|
||||
%{_bindir}/*
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Oct 08 2007 - anicka@suse.cz
|
||||
* Wed Apr 09 2008 anicka@suse.cz
|
||||
- update to 5.810
|
||||
* Small documentation issues
|
||||
* Explain $netloc argument to $ua->credentials
|
||||
* Make lwp-request honour option -b while dumping links
|
||||
* Ignore params for date convenience methods
|
||||
* Get rid of all the old CVS $Keyword:...$ templates.
|
||||
Set $VERSION to 5.810.
|
||||
* Complement the HTTP::Status codes
|
||||
* Don't allow HTTP::Message content to be set to Unicode strings.
|
||||
* Refactor test for Encode.pm
|
||||
* Trigger HTML::HeadParser for XHTML
|
||||
* Escape status line in error_as_HTML, convert to lowercase
|
||||
* Protocol/file.pm: postpone load of URI::Escape and HTML::Entities
|
||||
* HTML::Form Module and <button> element clicks
|
||||
* HTTP::Cookies handle malformed empty Set-Cookie badly
|
||||
* [HTTP::Request::Common] Does not handle filenames containing "
|
||||
* Allow malformed chars in $mess->decoded_content
|
||||
* Croak if LWP::UserAgent is constructed with hash ref as argument
|
||||
* Disabled, checked radiobutton being submitted
|
||||
* warn if TextInput's maxlength exceeded
|
||||
* Mon Oct 08 2007 anicka@suse.cz
|
||||
- update to 5.808
|
||||
* Get rid of t/live/validator test. Too much JavaScript madness
|
||||
for it to be a sane LWP test.
|
||||
* bugfixes
|
||||
* Wed Jul 25 2007 - anicka@suse.cz
|
||||
* Wed Jul 25 2007 anicka@suse.cz
|
||||
- update to 5.806
|
||||
* Added progress callback to LWP::UserAgent.
|
||||
* Add support for HTTP Expect header to HTTP::Daemon
|
||||
@ -93,60 +116,60 @@ rm -rf $RPM_BUILD_ROOT
|
||||
installed.
|
||||
* Add HTML::Tagset as a prerequisite to Makefile.PL
|
||||
* bugfixes
|
||||
* Wed Oct 18 2006 - anicka@suse.cz
|
||||
* Wed Oct 18 2006 anicka@suse.cz
|
||||
- add perl-Crypt-SSLeay to Recommends (#211537)
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Fri Jan 13 2006 - anicka@suse.cz
|
||||
* Fri Jan 13 2006 anicka@suse.cz
|
||||
- update to 5.805
|
||||
* Thu Feb 17 2005 - mjancar@suse.cz
|
||||
* Thu Feb 17 2005 mjancar@suse.cz
|
||||
- update top 5.803
|
||||
* Thu Feb 26 2004 - mjancar@suse.cz
|
||||
* Thu Feb 26 2004 mjancar@suse.cz
|
||||
update to 5.76
|
||||
* Wed Oct 22 2003 - mjancar@suse.cz
|
||||
* Wed Oct 22 2003 mjancar@suse.cz
|
||||
- update to 5.73
|
||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
||||
* Fri Aug 22 2003 mjancar@suse.cz
|
||||
- require the perl version we build with
|
||||
* Thu Jul 17 2003 - mjancar@suse.cz
|
||||
* Thu Jul 17 2003 mjancar@suse.cz
|
||||
- adapt to perl-5.8.1
|
||||
- use %%perl_process_packlist
|
||||
* Mon Jun 16 2003 - mjancar@suse.cz
|
||||
* Mon Jun 16 2003 mjancar@suse.cz
|
||||
- fix filelist
|
||||
* Tue Jun 10 2003 - mjancar@suse.cz
|
||||
* Tue Jun 10 2003 mjancar@suse.cz
|
||||
- update to 5.69
|
||||
- don't package MANIFEST
|
||||
* Mon May 19 2003 - ro@suse.de
|
||||
* Mon May 19 2003 ro@suse.de
|
||||
- remove perllocal.pod
|
||||
* Mon Jul 29 2002 - mls@suse.de
|
||||
* Mon Jul 29 2002 mls@suse.de
|
||||
- Fixed neededforbuild for perl-5.8.0
|
||||
* Fri Jul 12 2002 - prehak@suse.cz
|
||||
* Fri Jul 12 2002 prehak@suse.cz
|
||||
- update to version 5.65
|
||||
- enabled make test
|
||||
* Tue Jul 02 2002 - mls@suse.de
|
||||
* Tue Jul 02 2002 mls@suse.de
|
||||
- remove race in .packlist generation
|
||||
* Wed Jan 16 2002 - rvasice@suse.cz
|
||||
* Wed Jan 16 2002 rvasice@suse.cz
|
||||
- fixed needeforbuild, disabled make test
|
||||
* Tue Jan 15 2002 - rvasice@suse.cz
|
||||
* Tue Jan 15 2002 rvasice@suse.cz
|
||||
- update to version 5.63
|
||||
* Tue Aug 14 2001 - rvasice@suse.cz
|
||||
* Tue Aug 14 2001 rvasice@suse.cz
|
||||
- update to version 5.53
|
||||
* Fri Apr 20 2001 - cihlar@suse.cz
|
||||
* Fri Apr 20 2001 cihlar@suse.cz
|
||||
- on ia64 removed tests which starts and then connect
|
||||
server
|
||||
* Mon Mar 26 2001 - cihlar@suse.cz
|
||||
* Mon Mar 26 2001 cihlar@suse.cz
|
||||
- added make test
|
||||
* Wed Mar 14 2001 - cihlar@suse.cz
|
||||
* Wed Mar 14 2001 cihlar@suse.cz
|
||||
- update to version 5.50
|
||||
* Tue Nov 14 2000 - cihlar@suse.cz
|
||||
* Tue Nov 14 2000 cihlar@suse.cz
|
||||
- renamed perl_lw3 -> perl-libwww-perl
|
||||
* Thu Aug 24 2000 - cihlar@suse.cz
|
||||
* Thu Aug 24 2000 cihlar@suse.cz
|
||||
- updated to version 5.48
|
||||
- bzipped sources
|
||||
* Mon Aug 21 2000 - ro@suse.de
|
||||
* Mon Aug 21 2000 ro@suse.de
|
||||
- adapted for perl-5.6
|
||||
* Wed Jul 12 2000 - cihlar@suse.cz
|
||||
* Wed Jul 12 2000 cihlar@suse.cz
|
||||
- fixed bug with sort
|
||||
* Mon Jun 19 2000 - ro@suse.de
|
||||
* Mon Jun 19 2000 ro@suse.de
|
||||
- fixed requires and neededforbuild
|
||||
* Mon Jun 19 2000 - cihlar@suse.cz
|
||||
* Mon Jun 19 2000 cihlar@suse.cz
|
||||
- package created
|
||||
|
Loading…
x
Reference in New Issue
Block a user