diff --git a/XML-LibXML-1.62001.tar.bz2 b/XML-LibXML-1.62001.tar.bz2 deleted file mode 100644 index 3c5caa1..0000000 --- a/XML-LibXML-1.62001.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7980bf088f5a57f46b76ccaaf6065a296f52a21bf42d97974065771e5ac7f79a -size 173754 diff --git a/XML-LibXML-1.66.tar.bz2 b/XML-LibXML-1.66.tar.bz2 new file mode 100644 index 0000000..11ab36c --- /dev/null +++ b/XML-LibXML-1.66.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9a76d7a6e668fb1c2e17d7569050cc7c4986d730d71fd1a085ffc6f036b525 +size 217822 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 3f72e5f..174cda0 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Feb 5 16:21:21 CET 2008 - anicka@suse.cz + +- update to 1.66 + * Perl-thread support + * make Reader interface require Perl 5.8 + * strip-off UTF8 flag with $node->toString($format,1) for + consistent behavior independent on the actual document + encoding + * skip tests that require Encode module if not available + * finally removed the iterator() method deprecated since 1.54 + * set_document_locator support in XML::LibXML::SAX::Parser + * XML::LibXML::Namespace API fixed in order to achieve + an agreement between the docs and the implementation + * added support for exclusive canonicalization + (http://www.w3.org/TR/xml*exc-c14n/) + * bugfixes, test fixes, documentation fixes +- enable tests in %check section + ------------------------------------------------------------------- Fri Jun 1 15:49:26 CEST 2007 - coolo@suse.de diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 8083a45..9cba031 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-XML-LibXML (Version 1.62001) +# spec file for package perl-XML-LibXML (Version 1.66) # -# 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. # @@ -11,15 +11,14 @@ # norootforbuild Name: perl-XML-LibXML -BuildRequires: libxml2-devel -Version: 1.62001 -Release: 34 -%define real_version 1.62 +BuildRequires: libxml2-devel perl-XML-LibXML-Common perl-XML-SAX +Version: 1.66 +Release: 1 Requires: perl = %{perl_version} perl-XML-LibXML-Common perl-XML-SAX -Autoreqprov: on +AutoReqProv: on Group: Development/Libraries/Perl License: Artistic License -URL: http://www.cpan.org/modules/by-module/XML/ +Url: http://www.cpan.org/modules/by-module/XML/ Summary: XML::LibXML Perl Module Source: XML-LibXML-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,13 +33,14 @@ implementation. %prep -#%setup -q -n XML-LibXML-%{version} -%setup -q -n XML-LibXML-%{real_version} +%setup -q -n XML-LibXML-%{version} %build perl Makefile.PL make -#make test + +%check +make test %install make DESTDIR=$RPM_BUILD_ROOT install_vendor @@ -58,9 +58,25 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %changelog -* Fri Jun 01 2007 - coolo@suse.de +* Tue Feb 05 2008 anicka@suse.cz +- update to 1.66 + * Perl-thread support + * make Reader interface require Perl 5.8 + * strip-off UTF8 flag with $node->toString($format,1) for + consistent behavior independent on the actual document + encoding + * skip tests that require Encode module if not available + * finally removed the iterator() method deprecated since 1.54 + * set_document_locator support in XML::LibXML::SAX::Parser + * XML::LibXML::Namespace API fixed in order to achieve + an agreement between the docs and the implementation + * added support for exclusive canonicalization + (http://www.w3.org/TR/xml*exc-c14n/) + * bugfixes, test fixes, documentation fixes +- enable tests in %%check section +* Fri Jun 01 2007 coolo@suse.de - remove libxml2-test from buildrequires -* Wed Dec 13 2006 - anicka@suse.cz +* Wed Dec 13 2006 anicka@suse.cz - update to 1.62001 * interface to libxml2's pull-parser XML::LibXML::Reader * make error messages intended to the user report the line of the @@ -77,7 +93,7 @@ rm -rf $RPM_BUILD_ROOT * toString on empty text node returns empty string, not undef * cloneNode copies attributes on an element as required by the DOM spec -* Mon Sep 25 2006 - anicka@suse.cz +* Mon Sep 25 2006 anicka@suse.cz - update to 1.61 * get{Elements,Children}By{TagName,TagNameNS,LocalName} now obey wildcards '*', getChildrenByLocalName was added. @@ -90,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT * added setNamespaceDecl{URI,Prefix} * get/setAttribute(NS)? implementation made xmlns aware * all sub-modules have the same version as XML::LibXML -* Thu Sep 14 2006 - anicka@suse.cz +* Thu Sep 14 2006 anicka@suse.cz - update to 1.60 * remove the SGML parser code no longer supported by libxml * documentation and regression fixes and enhancements @@ -98,11 +114,11 @@ rm -rf $RPM_BUILD_ROOT * new XML::LibXML::InputCallback class * new parser and callback code * bugfixes -* Wed Mar 15 2006 - anicka@suse.cz +* Wed Mar 15 2006 anicka@suse.cz - require perl-XML-LibXML-Common and perl-XML-SAX (#158024) -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Thu Aug 19 2004 - mjancar@suse.cz +* Thu Aug 19 2004 mjancar@suse.cz - update to 1.58 -* Wed Mar 03 2004 - mjancar@suse.cz +* Wed Mar 03 2004 mjancar@suse.cz - initial version 1.57