diff --git a/.gitignore b/.gitignore index 1010216..686c4ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ libwww-perl-5.834.tar.gz /libwww-perl-5.837.tar.gz /libwww-perl-6.01.tar.gz +/libwww-perl-6.02.tar.gz diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index 2917855..f2fb819 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -1,5 +1,5 @@ Name: perl-libwww-perl -Version: 6.01 +Version: 6.02 Release: 1%{?dist} Summary: A Perl interface to the World-Wide Web Group: Development/Libraries @@ -110,6 +110,12 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Mar 28 2011 Petr Pisar - 6.02-1 +- 6.02 bump +- HTTPS support unbundled by upstream to break depency cycle in CPAN utilities. + Install or depend on perl(LWP::Protocol::https) explicitly, if you need + HTTPS support. + * Thu Mar 17 2011 Petr Pisar - 6.01-1 - 6.01 bump - Remove BuildRoot stuff diff --git a/sources b/sources index 426f6ca..a8e480c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -817d1c087d4c5bb76781c06d9bed9ed0 libwww-perl-6.01.tar.gz +4617dbc79a78992a8c8db263c170d8ec libwww-perl-6.02.tar.gz