commit abd709b67b5e3e594ac9f6f523fd4aa155a2140f1a504a5a29b256ebc5136818 Author: OBS User unknown Date: Mon Jan 15 23:32:12 2007 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXML?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/XML-LibXML-1.62001.tar.bz2 b/XML-LibXML-1.62001.tar.bz2 new file mode 100644 index 0000000..3c5caa1 --- /dev/null +++ b/XML-LibXML-1.62001.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7980bf088f5a57f46b76ccaaf6065a296f52a21bf42d97974065771e5ac7f79a +size 173754 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes new file mode 100644 index 0000000..c8e1994 --- /dev/null +++ b/perl-XML-LibXML.changes @@ -0,0 +1,67 @@ +------------------------------------------------------------------- +Wed Dec 13 14:19:52 CET 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 + application call rather than that of the internal XS call + * XML::LibXML::Attr->serializeContent added + * fix getAttributeNode etc. w.r.t. + * warn if runtime libxml2 is older than the one used at the + compile time + * if compiled against libxml2 >= 2.6.27, new parse_html_* + implementation is used allowing encoding and other options + to be passed to the parser + * DOM-compliant nodeNames: #comment, #text, #cdata, #document, + #document-fragment + * 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 14:58:34 CEST 2006 - anicka@suse.cz + +- update to 1.61 + * get{Elements,Children}By{TagName,TagNameNS,LocalName} now + obey wildcards '*', getChildrenByLocalName was added. + * XML::LibXML::XPathContext merged in + * many new tests added + * the module should now be fully compatibile with + libxml2 >= 2.6.16 + * threads test skipped by default + * documentation updates + * added setNamespaceDecl{URI,Prefix} + * get/setAttribute(NS)? implementation made xmlns aware + * all sub-modules have the same version as XML::LibXML + +------------------------------------------------------------------- +Thu Sep 14 12:17:37 CEST 2006 - anicka@suse.cz + +- update to 1.60 + * remove the SGML parser code no longer supported by libxml + * documentation and regression fixes and enhancements + * added publicId and systemId methods to XML::LibXML::Dtd + * new XML::LibXML::InputCallback class + * new parser and callback code + * bugfixes + +------------------------------------------------------------------- +Wed Mar 15 13:01:17 CET 2006 - anicka@suse.cz + +- require perl-XML-LibXML-Common and perl-XML-SAX (#158024) + +------------------------------------------------------------------- +Wed Jan 25 21:40:02 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Thu Aug 19 13:59:58 CEST 2004 - mjancar@suse.cz + +- update to 1.58 + +------------------------------------------------------------------- +Wed Mar 03 18:23:18 CET 2004 - mjancar@suse.cz + +- initial version 1.57 + diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec new file mode 100644 index 0000000..dabeacc --- /dev/null +++ b/perl-XML-LibXML.spec @@ -0,0 +1,106 @@ +# +# spec file for package perl-XML-LibXML (Version 1.62001) +# +# Copyright (c) 2006 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. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: perl-XML-LibXML +BuildRequires: libxml2-devel libxml2-test +Version: 1.62001 +Release: 1 +%define real_version 1.62 +Requires: perl = %{perl_version} perl-XML-LibXML-Common perl-XML-SAX +Autoreqprov: on +Group: Development/Libraries/Perl +License: Artistic License +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 + +%description +This module implements a Perl interface to the GNOME libxml2 library. +The libxml2 library provides interfaces for parsing and manipulating +XML files. This module allows Perl programmers to make use of the +highly capable validating XML parser and the high performance DOM +implementation. + + + +%prep +#%setup -q -n XML-LibXML-%{version} +%setup -q -n XML-LibXML-%{real_version} + +%build +perl Makefile.PL +make +#make test + +%install +make DESTDIR=$RPM_BUILD_ROOT install_vendor +%perl_process_packlist + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc Changes LICENSE README +%doc %{_mandir}/man3/* +%{perl_vendorarch}/XML +%{perl_vendorarch}/auto/XML +/var/adm/perl-modules/%{name} + +%changelog -n perl-XML-LibXML +* 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 + application call rather than that of the internal XS call + * XML::LibXML::Attr->serializeContent added + * fix getAttributeNode etc. w.r.t. + * warn if runtime libxml2 is older than the one used at the + compile time + * if compiled against libxml2 >= 2.6.27, new parse_html_* + implementation is used allowing encoding and other options + to be passed to the parser + * DOM-compliant nodeNames: #comment, #text, #cdata, #document, + [#]document-fragment + * 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 +- update to 1.61 + * get{Elements,Children}By{TagName,TagNameNS,LocalName} now + obey wildcards '*', getChildrenByLocalName was added. + * XML::LibXML::XPathContext merged in + * many new tests added + * the module should now be fully compatibile with + libxml2 >= 2.6.16 + * threads test skipped by default + * documentation updates + * 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 +- update to 1.60 + * remove the SGML parser code no longer supported by libxml + * documentation and regression fixes and enhancements + * added publicId and systemId methods to XML::LibXML::Dtd + * new XML::LibXML::InputCallback class + * new parser and callback code + * bugfixes +* Wed Mar 15 2006 - anicka@suse.cz +- require perl-XML-LibXML-Common and perl-XML-SAX (#158024) +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Thu Aug 19 2004 - mjancar@suse.cz +- update to 1.58 +* Wed Mar 03 2004 - mjancar@suse.cz +- initial version 1.57 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4