Revisions of perl-XML-LibXML

Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) committed (revision 26)
- update to 1.89
    - Apply a patch with spelling fixes by Kevin Lyda :
        - https://rt.cpan.org/Public/Bug/Display.html?id=71403
        - Thanks to Kevin.
    - Apply a pull request by ElDiablo with the implementation of
    lib/XML/LibXML/Devel.pm .
    - Adjust the Win32 Build Instructions in the README file.
        - Thanks to Christopher J. Madsen.
buildservice-autocommit accepted request 91027 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 25)
baserev update by copy to link target
_service committed (revision 24)
generated via source service
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 23)
cleanup
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 22)
cleanup
Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) committed (revision 21)
- update to 1.88
    - Add libxml2 2.7.8 as tested and working fine for the Makefile.PL.
    (Thanks to H. Merijn Brand.).
    - Apply a patch to perl-libxml-sax.c to use xmlChar * instead of char *.
    (Thanks to H. Merijn Brand.).
    - Correct the README so it won't read XML-LibXML-Common.
        - see http://code.activestate.com/lists/perl-xml/8907/
    - Add a patch to implement the no_defdtd option in recent libxml2's:
        - https://rt.cpan.org/Ticket/Display.html?id=70878
        - Thanks to zzgrim@gmail.com .
    - Add scripts/bump-version-number.pl to modify the version number globally.
        - Currently the version numbers of the modules under lib/ where 1.73.
buildservice-autocommit accepted request 80018 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 20)
baserev update by copy to link target
Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) committed (revision 19)
- update to 1.87
    - Fix t/49callbacks_returning_undef.t to not read /etc/passed which may
    not be valid XML. Instead, we're reading a local file while using 
    URI::file (assuming it exists - else - we skip_all.)
1.86            Thu Aug 25 11:42:55 IDT 2011
    - Changed SvPVx_nolen() to SvPV_nolen() in LibXML.xs for better compatibility.
        - SvPVx_nolen() appears to be undocumented API.
        - Resolves https://rt.cpan.org/Public/Bug/Display.html?id=70476
        - Thanks to Paul for the report.
1.85            Wed Aug 24 17:05:19 IDT 2011
    - Gracefully handle returned undef()s in the read callback under -w ($^W):
        - t/49callbacks_returning_undef.t
        - https://rt.cpan.org/Ticket/Display.html?id=70321
    - Add a patch from Mithaldu to get XML::LibXML to compile on Win32:
        - https://rt.cpan.org/Ticket/Display.html?id=70141
        - I'm applying it by faith, so if it breaks, blame him. (;-).
        - the patch adds -lllibgettextlib.dll to the Makefile.PL.
buildservice-autocommit accepted request 76933 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 18)
baserev update by copy to link target
Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) committed (revision 17)
- 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
buildservice-autocommit accepted request 76060 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 16)
baserev update by copy to link target
Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) committed (revision 15)
 - update to 1.79
    - many rt bug fixes
    - most of the tests rewritten to use Test::More
 - dropped utf-16 patch (no longer needed)
buildservice-autocommit accepted request 73957 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 14)
baserev update by copy to link target
Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) committed (revision 13)
- 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
buildservice-autocommit accepted request 54695 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 12)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 11)
always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 10)
siwtch to perl_requires macro
autobuild's avatar autobuild accepted request 36848 from Christian Wittmer's avatar Christian Wittmer (computersalat) (revision 9)
checked in (request 36848)
Christian Wittmer's avatar Christian Wittmer (computersalat) accepted request 36843 from Christian Wittmer's avatar Christian Wittmer (computersalat) (revision 8)
Copy from home:computersalat:devel:perl/perl-XML-LibXML via accept of submit request 36843 revision 2.
Request was accepted with message:
self accept
autobuild's avatar autobuild committed (revision 7)
checked in (request 29847)
Displaying revisions 81 - 100 of 106
openSUSE Build Service is sponsored by