diff --git a/XML-LibXSLT-1.82.tar.gz b/XML-LibXSLT-1.82.tar.gz deleted file mode 100644 index ffb18eb..0000000 --- a/XML-LibXSLT-1.82.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b5e7bd8491ce961965e776468e9c13e5b23802f8f2dc273dc98af7325598d4f -size 86709 diff --git a/XML-LibXSLT-1.87.tar.gz b/XML-LibXSLT-1.87.tar.gz new file mode 100644 index 0000000..1b36e0a --- /dev/null +++ b/XML-LibXSLT-1.87.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f7c8a04f0ee857fb949a08853fd754bdf690e2071f0e7a43395fa042517da2 +size 112288 diff --git a/perl-XML-LibXSLT.changes b/perl-XML-LibXSLT.changes index d5f577e..73bc1f3 100644 --- a/perl-XML-LibXSLT.changes +++ b/perl-XML-LibXSLT.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sun Feb 9 13:33:35 UTC 2014 - coolo@suse.com + +- updated to 1.87 + - Decrease the minimum libxslt version again. + - Setting it as 1.1.28 did not fix the failures, and now we have + some more tests to test against it. + - https://rt.cpan.org/Ticket/Display.html?id=92659 + - Thanks to Slaven Rezic for the report. + + 1.86 Sun 2 Feb 17:06:07 IST 2014 + - Add t/xml-grammar-failures.t to catch test failures in dependent modules. + - Add some data files for it under t/data/*. + - This fails on FreeBSD 9.2 currently. + + 1.85 Sat 1 Feb 16:23:43 IST 2014 + - Add "use strict;" and "use warnings;" globally (CPANTS). + - Add LICENSE to the MANIFEST. + + 1.84 Thu 26 Dec 14:19:19 IST 2013 + - Hopefully fix a segmentation fault on Win32 introduced in the last ver. + - https://rt.cpan.org/Ticket/Display.html?id=91652 + - Thanks to Alexandr Ciornii for the report, and to Nikolay Sivov + for providing help. + + 1.83 Sun 22 Dec 18:20:23 IST 2013 + - Get rid of compiler warnings when compiling using CLANG. + - https://rt.cpan.org/Public/Bug/Display.html?id=91118 + - Thanks to Daniel Macks for the report. + ------------------------------------------------------------------- Tue Nov 26 07:31:07 UTC 2013 - coolo@suse.com diff --git a/perl-XML-LibXSLT.spec b/perl-XML-LibXSLT.spec index 1312314..cc9e7b2 100644 --- a/perl-XML-LibXSLT.spec +++ b/perl-XML-LibXSLT.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-LibXSLT # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,11 +17,11 @@ Name: perl-XML-LibXSLT -Version: 1.82 +Version: 1.87 Release: 0 %define cpan_name XML-LibXSLT Summary: Interface to the GNOME libxslt library -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/XML-LibXSLT/ Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz @@ -29,14 +29,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(XML::LibXML) >= 1.70 -#BuildRequires: perl(Driver::BaseClass) -#BuildRequires: perl(XML::LibXML::Boolean) -#BuildRequires: perl(XML::LibXML::Literal) -#BuildRequires: perl(XML::LibXML::NodeList) -#BuildRequires: perl(XML::LibXML::Number) -#BuildRequires: perl(XML::LibXSLT) -#BuildRequires: perl(XML::Sablotron) -#BuildRequires: perl(XML::XPath) Requires: perl(XML::LibXML) >= 1.70 %{perl_requires} # MANUAL @@ -64,6 +56,6 @@ tests showing this to be more than twice as fast as Sablotron. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes example README +%doc Changes example LICENSE README %changelog