8
0
OBS User unknown
2009-01-22 15:52:24 +00:00
committed by Git OBS Bridge
parent 4335917609
commit ae18f76332
5 changed files with 95 additions and 8 deletions

View File

@@ -1,18 +1,26 @@
#
# spec file for package perl-XML-LibXML (Version 1.66)
# spec file for package perl-XML-LibXML (Version 1.69)
#
# 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.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-XML-LibXML
BuildRequires: libxml2-devel perl-XML-LibXML-Common perl-XML-SAX
Version: 1.66
Version: 1.69
Release: 1
Requires: perl = %{perl_version} perl-XML-LibXML-Common perl-XML-SAX
AutoReqProv: on
@@ -21,6 +29,7 @@ License: Artistic License
Url: http://www.cpan.org/modules/by-module/XML/
Summary: XML::LibXML Perl Module
Source: XML-LibXML-%{version}.tar.bz2
Patch: %{name}-utf16.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -34,6 +43,7 @@ implementation.
%prep
%setup -q -n XML-LibXML-%{version}
%patch
%build
perl Makefile.PL
@@ -58,6 +68,25 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Thu Jan 22 2009 anicka@suse.cz
- update to 1.69
* fix incorrect output of getAttributeNS and possibly other
methods on UTF-8
* added $node_or_xpc->exists($xpath) method
* remove accidental debug output from XML::LibXML::SAX::Builder
* compilation problem fixes
* many bugfixes (rt.cpan.org)
* added XML::LibXML::Pattern module and extended pattern
support in Reader
* added XML::LibXML::XPathExpression module that can pre-compile
an XPath expression
* reimplementation of the thread support
* structured errors XML::LibXML::Error
* memory leak fixes
* documentation fixes
* README - notes for building on Win32
- temporarily disabled two utf16 tests that fail due to our
old libxml
* Tue Feb 05 2008 anicka@suse.cz
- update to 1.66
* Perl-thread support