8
0
OBS User unknown
2008-02-08 19:25:45 +00:00
committed by Git OBS Bridge
parent 6e1c6fb452
commit 4335917609
4 changed files with 57 additions and 22 deletions

BIN
XML-LibXML-1.62001.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
XML-LibXML-1.66.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -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 Fri Jun 1 15:49:26 CEST 2007 - coolo@suse.de

View File

@@ -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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@@ -11,15 +11,14 @@
# norootforbuild # norootforbuild
Name: perl-XML-LibXML Name: perl-XML-LibXML
BuildRequires: libxml2-devel BuildRequires: libxml2-devel perl-XML-LibXML-Common perl-XML-SAX
Version: 1.62001 Version: 1.66
Release: 34 Release: 1
%define real_version 1.62
Requires: perl = %{perl_version} perl-XML-LibXML-Common perl-XML-SAX Requires: perl = %{perl_version} perl-XML-LibXML-Common perl-XML-SAX
Autoreqprov: on AutoReqProv: on
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: Artistic License 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 Summary: XML::LibXML Perl Module
Source: XML-LibXML-%{version}.tar.bz2 Source: XML-LibXML-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -34,13 +33,14 @@ implementation.
%prep %prep
#%setup -q -n XML-LibXML-%{version} %setup -q -n XML-LibXML-%{version}
%setup -q -n XML-LibXML-%{real_version}
%build %build
perl Makefile.PL perl Makefile.PL
make make
#make test
%check
make test
%install %install
make DESTDIR=$RPM_BUILD_ROOT install_vendor make DESTDIR=$RPM_BUILD_ROOT install_vendor
@@ -58,9 +58,25 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog %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 - remove libxml2-test from buildrequires
* Wed Dec 13 2006 - anicka@suse.cz * Wed Dec 13 2006 anicka@suse.cz
- update to 1.62001 - update to 1.62001
* interface to libxml2's pull-parser XML::LibXML::Reader * interface to libxml2's pull-parser XML::LibXML::Reader
* make error messages intended to the user report the line of the * 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 * toString on empty text node returns empty string, not undef
* cloneNode copies attributes on an element as required * cloneNode copies attributes on an element as required
by the DOM spec by the DOM spec
* Mon Sep 25 2006 - anicka@suse.cz * Mon Sep 25 2006 anicka@suse.cz
- update to 1.61 - update to 1.61
* get{Elements,Children}By{TagName,TagNameNS,LocalName} now * get{Elements,Children}By{TagName,TagNameNS,LocalName} now
obey wildcards '*', getChildrenByLocalName was added. obey wildcards '*', getChildrenByLocalName was added.
@@ -90,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT
* added setNamespaceDecl{URI,Prefix} * added setNamespaceDecl{URI,Prefix}
* get/setAttribute(NS)? implementation made xmlns aware * get/setAttribute(NS)? implementation made xmlns aware
* all sub-modules have the same version as XML::LibXML * 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 - update to 1.60
* remove the SGML parser code no longer supported by libxml * remove the SGML parser code no longer supported by libxml
* documentation and regression fixes and enhancements * documentation and regression fixes and enhancements
@@ -98,11 +114,11 @@ rm -rf $RPM_BUILD_ROOT
* new XML::LibXML::InputCallback class * new XML::LibXML::InputCallback class
* new parser and callback code * new parser and callback code
* bugfixes * 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) - 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 - converted neededforbuild to BuildRequires
* Thu Aug 19 2004 - mjancar@suse.cz * Thu Aug 19 2004 mjancar@suse.cz
- update to 1.58 - update to 1.58
* Wed Mar 03 2004 - mjancar@suse.cz * Wed Mar 03 2004 mjancar@suse.cz
- initial version 1.57 - initial version 1.57