8
0

Accepting request 221872 from devel:languages:perl

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/221872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXSLT?expand=0&rev=29
This commit is contained in:
Stephan Kulow
2014-02-12 16:32:06 +00:00
committed by Git OBS Bridge
4 changed files with 37 additions and 15 deletions

BIN
XML-LibXSLT-1.82.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
XML-LibXSLT-1.87.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -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

View File

@@ -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