Hello community, here is the log from the commit of package perl-HTML-Parser for openSUSE:Factory checked in at Tue Oct 18 14:26:48 CEST 2011.
-------- --- openSUSE:Factory/perl-HTML-Parser/perl-HTML-Parser.changes 2011-09-23 12:37:20.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-HTML-Parser/perl-HTML-Parser.changes 2011-10-17 16:42:16.000000000 +0200 @@ -1,0 +2,13 @@ +Mon Oct 17 01:36:26 UTC 2011 - [email protected] + +- update to 3.69 + Documentation fix; encode_utf8 mixup [RT#71151] + Make it clearer that there are 2 (actually 3) options for handing "UTF-8 garbage" + Github is the official repo + Can't be bothered to try to fix the failures that occur on perl-5.6 + fix to TokeParser to correctly handle option configuration + Aesthetic change: remove extra ; + Trim surrounding whitespace from extracted URLs. +_______________________________________________________________________________ + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- HTML-Parser-3.68.tar.bz2 New: ---- HTML-Parser-3.69.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-HTML-Parser.spec ++++++ --- /var/tmp/diff_new_pack.oA8nwi/_old 2011-10-18 14:26:43.000000000 +0200 +++ /var/tmp/diff_new_pack.oA8nwi/_new 2011-10-18 14:26:43.000000000 +0200 @@ -15,30 +15,29 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild %bcond_with opt Name: perl-HTML-Parser -%define cpan_name HTML-Parser -Summary: HTML parser class -Version: 3.68 +Version: 3.69 Release: 8 License: GPL+ or Artistic -Group: Development/Libraries/Perl +%define cpan_name HTML-Parser +Summary: HTML parser class Url: http://search.cpan.org/dist/HTML-Parser/ +Group: Development/Libraries/Perl #Source: http://www.cpan.org/modules/by-module/HTML/HTML-Parser-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} +Source: %{cpan_name}-%{version}.tar.gz BuildRequires: perl BuildRequires: perl-macros +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} %if %{with opt} -BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(HTTP::Headers) +BuildRequires: perl(Test::Pod) >= 1.00 %endif -BuildRequires: perl(Test::More) BuildRequires: perl(HTML::Tagset) >= 3 +BuildRequires: perl(Test::More) BuildRequires: perl(XSLoader) # Requires: perl(HTML::Tagset) >= 3 @@ -70,15 +69,15 @@ %prep %setup -q -n %{cpan_name}-%{version} # rpmlint: spurious-executable-perm -find ./eg -type f -exec %__chmod 0644 {} \; -%__chmod 0644 mkpfunc mkhctype +find ./eg -type f -exec chmod 0644 {} \; +chmod 0644 mkpfunc mkhctype %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -86,7 +85,7 @@ %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -f %{name}.files %defattr(-,root,root,-) continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
