forked from pool/perl-libwww-perl
This commit is contained in:
committed by
Git OBS Bridge
parent
8e2879358f
commit
49e11016f5
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c98116ca7ce654d069de801644249257fe693b987bb33db5f1d25efd6f419dc
|
|
||||||
size 198267
|
|
3
libwww-perl-5.828.tar.bz2
Normal file
3
libwww-perl-5.828.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:29dd2f6bc1878de3c2ca283e667165f937ca169e039204f21cfae6d0c4d6104b
|
||||||
|
size 209926
|
@@ -1,3 +1,59 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 25 19:40:37 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
- spec mods
|
||||||
|
* removed ^----------
|
||||||
|
* removed ^#---------
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 28 20:23:52 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
- update to 5.828
|
||||||
|
* Less noisy behaviour when we can't download the documents
|
||||||
|
* Restore perl-5.6 compatiblity [RT#47054]
|
||||||
|
* Don't decode US-ASCII and ISO-8859-1 content
|
||||||
|
* Some versions of Encode don't support UTF-16-BE [RT#47152]
|
||||||
|
* Spelling fixes.
|
||||||
|
- update to 5.827
|
||||||
|
* Added lwp-dump script
|
||||||
|
* Replace calls to $req->url with $req->uri
|
||||||
|
* Also need to encode strings in the latin1 range
|
||||||
|
* Ignore the value set for file inputs [RT#46911]
|
||||||
|
* Add docs to lwp-dump
|
||||||
|
* Don't let lwp-dump follow redirects
|
||||||
|
* Support --method options
|
||||||
|
* Implement the --agent option
|
||||||
|
* Dictionary order for the option docs; document --method
|
||||||
|
* Merge branch 'dump'
|
||||||
|
* Files are passed as an array and we must not stringify it.
|
||||||
|
* Add content_charset method to HTTP::Message
|
||||||
|
* Start guessing the charset for a message
|
||||||
|
* Let content_charset guess the charset to use for decoded_content
|
||||||
|
* Specify what's missing for the XML and HTML case
|
||||||
|
* Provide charset parameter for HTML::Form->parse()
|
||||||
|
* Make content_charset sniff for <meta> elements specifying the charset.
|
||||||
|
* Determine charset of XML documents
|
||||||
|
* Get rid of the _trivial_http_get() implementation
|
||||||
|
* Update the bundled media.types file
|
||||||
|
* LWP::Simple::get() now returns decoded_content [RT#44435]
|
||||||
|
* Implement content_type_charset method for HTTP::Headers
|
||||||
|
* Implement content_is_text method for HTTP::Headers
|
||||||
|
* Make use of content_is_text and content_type_charset in decoded_content
|
||||||
|
* Don't let the parse_head callback append to the HTTP headers
|
||||||
|
* Don't set Range header on request when max_size is used [RT#17208]
|
||||||
|
* Still show client headers for internal responses
|
||||||
|
* Document Client-Warning: Internal response
|
||||||
|
* Don't use 'no' as example domain for no_proxy docs [RT#43728]
|
||||||
|
* Drop exit from the Makefile.PL [RT#43060]
|
||||||
|
* Merge branch 'content_charset'
|
||||||
|
* Support "accept-charset" attribute in HTML::Form
|
||||||
|
* new tests for max_size and 206 responses [RT#46230]
|
||||||
|
* Reformulation of Client-Warning: Internal documentation
|
||||||
|
- added perl-macros
|
||||||
|
o autogen filelist with perl_gen_filelist
|
||||||
|
- spec mods
|
||||||
|
o fixed deps
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 28 13:37:15 CEST 2009 - anicka@suse.cz
|
Tue Apr 28 13:37:15 CEST 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-libwww-perl (Version 5.826)
|
# spec file for package perl-libwww-perl (Version 5.828)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -19,296 +19,75 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-libwww-perl
|
Name: perl-libwww-perl
|
||||||
BuildRequires: perl-Compress-Zlib perl-HTML-Parser perl-URI
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||||
Version: 5.826
|
Summary: The World-Wide Web library for Perl
|
||||||
|
Version: 5.828
|
||||||
Release: 1
|
Release: 1
|
||||||
|
AutoReqProv: on
|
||||||
|
License: Artistic License ..
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
Url: http://search.cpan.org/dist/LWP/
|
||||||
|
Source: %{cpan_name}-%{version}.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Net::FTP) >= 2.58
|
||||||
|
BuildRequires: perl(Digest::MD5)
|
||||||
|
# other not perl || perl-base
|
||||||
|
BuildRequires: perl(URI) >= 1.10
|
||||||
|
BuildRequires: perl(MIME::Base64) >= 2.1
|
||||||
|
BuildRequires: perl(HTML::Tagset)
|
||||||
|
BuildRequires: perl(HTML::Parser) >= 3.33
|
||||||
|
BuildRequires: perl(Compress::Zlib) >= 1.10
|
||||||
|
Requires: perl = %{perl_version}
|
||||||
|
Requires: perl(Net::FTP) >= 2.58
|
||||||
|
Requires: perl(Digest::MD5)
|
||||||
|
# other not perl || perl-base
|
||||||
|
Requires: perl(URI) >= 1.10
|
||||||
|
Requires: perl(HTML::Tagset)
|
||||||
|
Requires: perl(HTML::Parser) >= 3.33
|
||||||
|
Requires: perl(Compress::Zlib) >= 1.10
|
||||||
|
#Requires: perl(Compress::Bzip2)
|
||||||
|
Recommends: perl(Crypt::SSLeay)
|
||||||
Provides: libwww-perl
|
Provides: libwww-perl
|
||||||
Provides: perl_lw3
|
Provides: perl_lw3
|
||||||
Obsoletes: perl_lw3
|
Obsoletes: perl_lw3
|
||||||
Requires: perl-HTML-Parser perl-HTML-Tagset perl-URI
|
|
||||||
Requires: perl = %{perl_version}
|
|
||||||
Recommends: perl-Crypt-SSLeay
|
|
||||||
AutoReqProv: on
|
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
License: Artistic License
|
|
||||||
Url: http://www.cpan.org/modules/by-module/WWW/
|
|
||||||
Summary: Modules Providing a World Wide Web API
|
|
||||||
Source: libwww-perl-%{version}.tar.bz2
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libwww-perl is a collection of Perl modules which provide a simple and
|
The libwww-perl collection is a set of Perl modules which provides a
|
||||||
consistent application programming interface (API) to the World Wide
|
simple and consistent application programming interface to the
|
||||||
Web.
|
World-Wide Web. The main focus of the library is to provide classes
|
||||||
|
and functions that allow you to write WWW clients. The library also
|
||||||
|
contain modules that are of more general use and even classes that
|
||||||
|
help you implement simple HTTP servers.
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Gisle Aas <gisle@aas.no>
|
|
||||||
Martijn Koster
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
Gisle Aas <gisle@aas.no>
|
||||||
|
Martijn Koster
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libwww-perl-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||||
make
|
%{__make}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#disable test that require network connection
|
#disable test that require network connection
|
||||||
mv t/live/jigsaw-chunk.t t/live/jigsaw-chunk.tt
|
mv t/live/jigsaw-chunk.t t/live/jigsaw-chunk.tt
|
||||||
mv t/live/jigsaw-md5.t t/live/jigsaw-md5.tt
|
mv t/live/jigsaw-md5.t t/live/jigsaw-md5.tt
|
||||||
mv t/live/jigsaw-md5-get.t t/live/jigsaw-md5-get.tt
|
mv t/live/jigsaw-md5-get.t t/live/jigsaw-md5-get.tt
|
||||||
make test
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Changes README README.SSL
|
%doc Changes README README.SSL
|
||||||
%doc %{_mandir}/man?/*
|
|
||||||
%{perl_vendorlib}/Bundle
|
|
||||||
%{perl_vendorlib}/File
|
|
||||||
%{perl_vendorlib}/HTML
|
|
||||||
%{perl_vendorlib}/HTTP
|
|
||||||
%{perl_vendorlib}/LWP
|
|
||||||
%{perl_vendorlib}/Net
|
|
||||||
%{perl_vendorlib}/WWW
|
|
||||||
%{perl_vendorlib}/LWP.pm
|
|
||||||
%{perl_vendorlib}/lwpcook.pod
|
|
||||||
%{perl_vendorlib}/lwptut.pod
|
|
||||||
%{perl_vendorarch}/auto/LWP
|
|
||||||
%{_bindir}/*
|
|
||||||
/var/adm/perl-modules/%{name}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 28 2009 anicka@suse.cz
|
|
||||||
- update to 5.826
|
|
||||||
* Avoid returning stale Content-Type header after message parts
|
|
||||||
have been updated
|
|
||||||
* Don't let content saved to file be affected by the $\ setting
|
|
||||||
* Issues around multipart boundaries
|
|
||||||
* Ignore random _proxy env variables, allow only valid schemes
|
|
||||||
* README.SSL is not anymore available at the linpro.no URL.
|
|
||||||
* Make LWP::UserAgent constructor honor the default_headers
|
|
||||||
option
|
|
||||||
* Mon Feb 23 2009 anicka@suse.cz
|
|
||||||
- update to 5.825
|
|
||||||
* Fixup test failure with perl-5.8.8 and older; qr/$/m doesn't work
|
|
||||||
* Make format_request() ensure that it returns bytes [RT#42396]
|
|
||||||
* Force bytes in all the format_* methods.
|
|
||||||
* Ignore Sitemap: lines in robots.txt [RT#42420]
|
|
||||||
* Refactor; use variable to hold the test port
|
|
||||||
* Add redirects method to HTTP::Message
|
|
||||||
* Setting $ua->max_redirect(0) didn't work [RT#40260]
|
|
||||||
* Convert files to UTF-8
|
|
||||||
* HTTP::Cookies destructor should not clobber $! and other globals.
|
|
||||||
* Deal with the Encode module distributed with perl-5.8.0
|
|
||||||
* Avoid failure if 127.0.0.1:8333 is in use [RT#42866]
|
|
||||||
* Documentation improvements, spelling fixes.
|
|
||||||
* Tue Jan 20 2009 anicka@suse.cz
|
|
||||||
- update to 5.823
|
|
||||||
* Bring back the LWP::Debug code
|
|
||||||
* Add documentation section about 'Network traffic monitoring'.
|
|
||||||
* Typo fixes
|
|
||||||
* Want to ensure we get a single value back here.
|
|
||||||
* Sat Dec 20 2008 coolo@suse.de
|
|
||||||
- update to 5.822
|
|
||||||
Various bug fixes
|
|
||||||
Should store "wire" headers field names with _ without translation.
|
|
||||||
Test HTTP::Request->parse().
|
|
||||||
Rename the HTTP::Status constants to have HTTP_ prefix
|
|
||||||
Add strict mode to HTML::Form
|
|
||||||
Add content_is_xml method
|
|
||||||
Make split_header_words() lower case returned tokens/keys
|
|
||||||
Add decode() method to HTTP::Message
|
|
||||||
Add encode() method to HTTP::Message
|
|
||||||
Allow multiple fields to be set with push_header().
|
|
||||||
Faster push_header()
|
|
||||||
Add dump method to HTTP::Message.
|
|
||||||
Add support for x-bzip2 encoding; fix bzip2 decoding.
|
|
||||||
Add send_header method to HTTP::Daemon
|
|
||||||
Make the lwp-request User-Agent string include the LWP version.
|
|
||||||
Calculation of current_age with missing Client-Date.
|
|
||||||
More correct matching of 'max-age' in freshness_lifetime method
|
|
||||||
The freshness_lifetime method now support options to control its heuristics
|
|
||||||
The Content-Length and Content-MD5 headers are no longer valid after encode/decode
|
|
||||||
Skip LWP test when fork() is unimplemented
|
|
||||||
A more modern user_agent example.
|
|
||||||
Make it possible to unset the proxy settings again
|
|
||||||
Deprecate LWP::Debug
|
|
||||||
* Mon Nov 17 2008 lnussel@suse.de
|
|
||||||
- fix https losing characters (bnc#445601,
|
|
||||||
http://rt.cpan.org/Public/Bug/Display.html?id=40187)
|
|
||||||
* Mon Oct 06 2008 anicka@suse.cz
|
|
||||||
- update to 5.816
|
|
||||||
* Add missing binmode()
|
|
||||||
* Doc tweaks
|
|
||||||
* We don't need to build the docs to run the tests.
|
|
||||||
* Style tweaks.
|
|
||||||
* The jigsaw service isn't up to much good these days.
|
|
||||||
* HTTP::Cookies produces warnings for undefined cookie param names
|
|
||||||
* Typo fix; HTTP::Message will never include x-bzip2 in
|
|
||||||
Accept-Encoding
|
|
||||||
* Added HTTP::Config module
|
|
||||||
* Add methods to configure processing handlers.
|
|
||||||
* 100 Continue response not complete.
|
|
||||||
* Use 3-arg open when response content to files.
|
|
||||||
* Make the show_progress attribute official (by documenting it).
|
|
||||||
* Start using handlers for driving the inner logic of LWP::UserAgent.
|
|
||||||
* Expose the content_is_html and content_is_xhtml methods
|
|
||||||
from HTTP::Headers.
|
|
||||||
* Make credentials method able to get/set values.
|
|
||||||
* An auth handler per realm.
|
|
||||||
* Match proxy setting for request.
|
|
||||||
* Set up separate handler for adding proxy authentication.
|
|
||||||
* Add request_preprepare to be able to initialize proxy early enough.
|
|
||||||
* Smarter get_my_handler() that can also create handlers.
|
|
||||||
* Refactor; introduce run_handlers method
|
|
||||||
* Pass in handler hash to the handler callback.
|
|
||||||
* Don't let version=1 override behaviour if specified with a plan
|
|
||||||
Set-Cookie header.
|
|
||||||
* Remove handler when we don't have a username/password for the realm.
|
|
||||||
* Make tests use Test.pm
|
|
||||||
* Double-check that username or password has changed after
|
|
||||||
a failed login.
|
|
||||||
* Update Digest Authen to subclass Basic.
|
|
||||||
* Avoid running out of filehandles with DYNAMIC_FILE_UPLOAD.
|
|
||||||
* Fixed parsing of header values starting with ':'
|
|
||||||
* Documentation typo fixes
|
|
||||||
* Fri Jul 25 2008 anicka@suse.cz
|
|
||||||
- update to 5.814
|
|
||||||
* Typo fix.
|
|
||||||
* Add HTTP::Message::decodable()
|
|
||||||
* Use decoded_content in the synposis
|
|
||||||
* Avoid adding an empty first part in $mess->add_part()
|
|
||||||
* Get rid of all the manual dependency tests.
|
|
||||||
* Simplify the Makefile.PL (no interactivity)
|
|
||||||
* Provide DELETE method in HTTP::Request::Common
|
|
||||||
* Checkbox picks up nearby text in description of alternates
|
|
||||||
* HTML::Form::possible_values() should not returned disabled values
|
|
||||||
* File::Listing documentation claimed only 'unix' format was supported
|
|
||||||
* File::Listing only support English locales
|
|
||||||
* Make common-req.t use Test.pm
|
|
||||||
* Typo; CAN_TALK_TO_OUTSELF
|
|
||||||
* Fix up File::Listings fallback to dosftp
|
|
||||||
* File::Listing parse failure on BSD Linux based systems
|
|
||||||
* Thu Jun 19 2008 anicka@suse.cz
|
|
||||||
- update to 5.813
|
|
||||||
* RobotUA constructor ignores delay, use_sleep
|
|
||||||
* Add HTTP::Response->filename
|
|
||||||
* Better diagnostics when the HTML::TokeParser constructor fails
|
|
||||||
* Multiple forms with same-named <select> parse wrongly
|
|
||||||
* Simplified Net::HTTP::Methods constructor call.
|
|
||||||
* Croak if Net::HTTP constructor called with no argument.
|
|
||||||
* Avoid calling $self->peerport to figure out what the port is.
|
|
||||||
* Wrong treatment of qop value in Digest Authentication
|
|
||||||
* Avoid "used only once" warning for $Config::Config.
|
|
||||||
* Make HTTP::Request::Common::PUT set Content-Length header
|
|
||||||
* Added the add_content_utf8 method to HTTP::Message.
|
|
||||||
* Retry syscalls when they fail with EINTR or EAGAIN
|
|
||||||
* Allow HTTP::Content content that can be downgraded to bytes.
|
|
||||||
* HTML::Form does not recognise multiple select items with same
|
|
||||||
name
|
|
||||||
* Document how HTTP::Status codes correspond to the classification
|
|
||||||
functions
|
|
||||||
* Allow 100, 204, 304 responses to have content
|
|
||||||
* HTTP::Request::Common::POST suppressed filename="0" in
|
|
||||||
Content-Disposition
|
|
||||||
* 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
|
|
||||||
- update to 5.806
|
|
||||||
* Added progress callback to LWP::UserAgent.
|
|
||||||
* Add support for HTTP Expect header to HTTP::Daemon
|
|
||||||
* Fix t/base/message.t so tests are skipped if Encode is not
|
|
||||||
installed.
|
|
||||||
* Add HTML::Tagset as a prerequisite to Makefile.PL
|
|
||||||
* bugfixes
|
|
||||||
* Wed Oct 18 2006 anicka@suse.cz
|
|
||||||
- add perl-Crypt-SSLeay to Recommends (#211537)
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Fri Jan 13 2006 anicka@suse.cz
|
|
||||||
- update to 5.805
|
|
||||||
* Thu Feb 17 2005 mjancar@suse.cz
|
|
||||||
- update top 5.803
|
|
||||||
* Thu Feb 26 2004 mjancar@suse.cz
|
|
||||||
update to 5.76
|
|
||||||
* Wed Oct 22 2003 mjancar@suse.cz
|
|
||||||
- update to 5.73
|
|
||||||
* Fri Aug 22 2003 mjancar@suse.cz
|
|
||||||
- require the perl version we build with
|
|
||||||
* Thu Jul 17 2003 mjancar@suse.cz
|
|
||||||
- adapt to perl-5.8.1
|
|
||||||
- use %%perl_process_packlist
|
|
||||||
* Mon Jun 16 2003 mjancar@suse.cz
|
|
||||||
- fix filelist
|
|
||||||
* Tue Jun 10 2003 mjancar@suse.cz
|
|
||||||
- update to 5.69
|
|
||||||
- don't package MANIFEST
|
|
||||||
* Mon May 19 2003 ro@suse.de
|
|
||||||
- remove perllocal.pod
|
|
||||||
* Mon Jul 29 2002 mls@suse.de
|
|
||||||
- Fixed neededforbuild for perl-5.8.0
|
|
||||||
* Fri Jul 12 2002 prehak@suse.cz
|
|
||||||
- update to version 5.65
|
|
||||||
- enabled make test
|
|
||||||
* Tue Jul 02 2002 mls@suse.de
|
|
||||||
- remove race in .packlist generation
|
|
||||||
* Wed Jan 16 2002 rvasice@suse.cz
|
|
||||||
- fixed needeforbuild, disabled make test
|
|
||||||
* Tue Jan 15 2002 rvasice@suse.cz
|
|
||||||
- update to version 5.63
|
|
||||||
* Tue Aug 14 2001 rvasice@suse.cz
|
|
||||||
- update to version 5.53
|
|
||||||
* Fri Apr 20 2001 cihlar@suse.cz
|
|
||||||
- on ia64 removed tests which starts and then connect
|
|
||||||
server
|
|
||||||
* Mon Mar 26 2001 cihlar@suse.cz
|
|
||||||
- added make test
|
|
||||||
* Wed Mar 14 2001 cihlar@suse.cz
|
|
||||||
- update to version 5.50
|
|
||||||
* Tue Nov 14 2000 cihlar@suse.cz
|
|
||||||
- renamed perl_lw3 -> perl-libwww-perl
|
|
||||||
* Thu Aug 24 2000 cihlar@suse.cz
|
|
||||||
- updated to version 5.48
|
|
||||||
- bzipped sources
|
|
||||||
* Mon Aug 21 2000 ro@suse.de
|
|
||||||
- adapted for perl-5.6
|
|
||||||
* Wed Jul 12 2000 cihlar@suse.cz
|
|
||||||
- fixed bug with sort
|
|
||||||
* Mon Jun 19 2000 ro@suse.de
|
|
||||||
- fixed requires and neededforbuild
|
|
||||||
* Mon Jun 19 2000 cihlar@suse.cz
|
|
||||||
- package created
|
|
||||||
|
Reference in New Issue
Block a user