1
0

61 Commits

Author SHA256 Message Date
Vítězslav Čížek
898092688e - update to 1.84
- fixes https://rt.cpan.org/Ticket/Display.html?id=69722 .
    - Fixed missing declarations after statements:
        - resolves https://rt.cpan.org/Ticket/Display.html?id=69622 again.
    - Fix docbook source validity
        - resolves https://rt.cpan.org/Ticket/Display.html?id=69702
    - Moved some if blocks after the dSP; (which contains declarations) to be
    compliant with C89/C90, which don't allow declarations in the middle of
    a C function.
        - resolves https://rt.cpan.org/Ticket/Display.html?id=69622
    - Fix https://rt.cpan.org/Ticket/Display.html?id=69553 :
        - "install_sax_driver doesn't like custom INSTALLARCHLIB"
    - Fix "IDs of elements is lost when importing nodes"
        - https://rt.cpan.org/Public/Bug/Display.html?id=69520
        - With t/48importing_nodes_IDs_rt_69520.t .
    - Convert all remaining Test.pm-based test scripts except t/14sax.t to
    Test::More .
    - Fix https://rt.cpan.org/Public/Bug/Display.html?id=69082 :
        - Compilation on strawberry perl.
        - The problem was that stderr required a dTHX; call previously.
    - DOM Normalisation patches and a fix for #69096
        - https://rt.cpan.org/Ticket/Display.html?id=69096
        - "findvalue from XML::LibXML 1.74 is very slow (regression)"
        - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/5/normalize-bug-fixes
    - Fix https://rt.cpan.org/Ticket/Display.html?id=69433 :
        - "t/19die_on_invalid_utf8_rt_58848.t assumes errors will be objects:"
        - Failed on older libxml2's.
    - Add a skip for t/60error_prev_chain.t in case $@ is true but not a ref.
        - https://rt.cpan.org/Ticket/Display.html?id=69435

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=17
2011-07-25 10:00:51 +00:00
Vítězslav Čížek
5bcb879148 - update to 1.79
- many rt bug fixes
    - most of the tests rewritten to use Test::More
 - dropped utf-16 patch (no longer needed)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=15
2011-07-11 14:40:26 +00:00
Sascha Peilicke
524c18da11 Accepting request 73957 from devel:languages:perl
- update to 1.71
   - turn XML_LIBXML_PARSE_DEFAULTS constant to $XML::LibXML::XML_LIBXML_PARSE_DEFAULTS
   - Apply 0001-XML-LibXML-Error-no-need-to-AUTOLOAD-domain.patch from
     https://rt.cpan.org/Public/Bug/Display.html?id=68575 - no need to
     AUTOLOAD 'domain' because a method like that exists.
    - Apply 0002-XML-LibXML-Error-avoid-AUTOLOAD.patch from
      https://rt.cpan.org/Public/Bug/Display.html?id=68575 - get rid of
      AUTOLOAD completely.
    - Apply 0003-XML-LibXML-Error-make-domain-work-for-unknown-domain.patch
      from https://rt.cpan.org/Public/Bug/Display.html?id=68575 - handle
      unknown domains.
    - Apply 0004-XML-LibXML-Error-add-domains-from-newer-libxml2.patch
      from https://rt.cpan.org/Public/Bug/Display.html?id=68575 - add more
      errors.
    - Apply 0005-XML-LibXML-Error-avoid-malformed-UTF-8-warnings.patch
      from https://rt.cpan.org/Public/Bug/Display.html?id=68575
    - In replaceDataString - use 
    http://perldoc.perl.org/functions/quotemeta.html instead of a long (and
    incomplete) list of characters to escape.
        -- With test.
        -- also fix deleteDataString by making it use replaceDataString
        for help.
        -- Fixing https://rt.cpan.org/Ticket/Display.html?id=68564

OBS-URL: https://build.opensuse.org/request/show/73957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXML?expand=0&rev=16
2011-07-01 11:55:18 +00:00
Lars Vogdt
77fee5c865 Accepting request 54695 from devel:languages:perl
Accepted submit request 54695 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXML?expand=0&rev=13
2010-12-05 21:28:27 +00:00
OBS User autobuild
66f0b66194 Accepting request 36848 from devel:languages:perl
Copy from devel:languages:perl/perl-XML-LibXML based on submit request 36848 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/36848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXML?expand=0&rev=10
2010-04-03 22:09:30 +00:00
OBS User autobuild
af9ac44a0e Accepting request 29847 from devel:languages:perl
Copy from devel:languages:perl/perl-XML-LibXML based on submit request 29847 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXML?expand=0&rev=8
2010-01-18 12:31:53 +00:00
OBS User autobuild
fae86f8c20 Accepting request 29448 from devel:languages:perl
Copy from devel:languages:perl/perl-XML-LibXML based on submit request 29448 from user anicka

OBS-URL: https://build.opensuse.org/request/show/29448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXML?expand=0&rev=7
2010-01-14 15:36:07 +00:00
OBS User unknown
ae18f76332 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXML?expand=0&rev=5 2009-01-22 15:52:24 +00:00
OBS User unknown
4335917609 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXML?expand=0&rev=3 2008-02-08 19:25:45 +00:00
OBS User unknown
6e1c6fb452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXML?expand=0&rev=2 2007-06-03 20:00:10 +00:00
OBS User unknown
abd709b67b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXML?expand=0&rev=1 2007-01-15 23:32:12 +00:00