From 60a1ceb9e6843a9c1c7fe489588d68d7107bf3f6dbde7a9bf32fef26dcae0144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Mon, 12 Sep 2011 09:40:30 +0000 Subject: [PATCH] - corrected licence to same as Perl - update to 1.71 - Fixed https://rt.cpan.org/Ticket/Display.html?id=50487 : - add a blacklist for libxslt-1.1.25 which has a deadlock that hangs a test. - Fixed https://rt.cpan.org/Ticket/Display.html?id=52422 : - Unexpected webserver dependency in test - Updated the version control instructions in the README to bitbucket.org. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=12 --- XML-LibXSLT-1.70.tar.bz2 | 3 --- XML-LibXSLT-1.71.tar.gz | 3 +++ perl-XML-LibXSLT.changes | 12 ++++++++++++ perl-XML-LibXSLT.spec | 31 ++++++++++++++----------------- 4 files changed, 29 insertions(+), 20 deletions(-) delete mode 100644 XML-LibXSLT-1.70.tar.bz2 create mode 100644 XML-LibXSLT-1.71.tar.gz diff --git a/XML-LibXSLT-1.70.tar.bz2 b/XML-LibXSLT-1.70.tar.bz2 deleted file mode 100644 index 281fbc9..0000000 --- a/XML-LibXSLT-1.70.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3f4a0be872f47e9cce7cc78bb885d0707db80884a15889e55a13474eeb1ec64 -size 72702 diff --git a/XML-LibXSLT-1.71.tar.gz b/XML-LibXSLT-1.71.tar.gz new file mode 100644 index 0000000..5631222 --- /dev/null +++ b/XML-LibXSLT-1.71.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d919f3a4f55c0268ebc034bc94430dd3f43af89b76d698656f8d9641d5f49a3a +size 81065 diff --git a/perl-XML-LibXSLT.changes b/perl-XML-LibXSLT.changes index 315170e..ed2c347 100644 --- a/perl-XML-LibXSLT.changes +++ b/perl-XML-LibXSLT.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 12 01:35:40 UTC 2011 - vcizek@suse.com + +- corrected licence to same as Perl +- update to 1.71 + - Fixed https://rt.cpan.org/Ticket/Display.html?id=50487 : + - add a blacklist for libxslt-1.1.25 which has a deadlock that + hangs a test. + - Fixed https://rt.cpan.org/Ticket/Display.html?id=52422 : + - Unexpected webserver dependency in test + - Updated the version control instructions in the README to bitbucket.org. + ------------------------------------------------------------------- Wed Dec 1 13:36:14 UTC 2010 - coolo@novell.com diff --git a/perl-XML-LibXSLT.spec b/perl-XML-LibXSLT.spec index 0349cf4..f67299a 100644 --- a/perl-XML-LibXSLT.spec +++ b/perl-XML-LibXSLT.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-XML-LibXSLT (Version 1.70) +# spec file for package perl-XML-LibXSLT # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -15,23 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-XML-LibXSLT -BuildRequires: libxslt-devel perl-XML-LibXML -BuildRequires: perl-macros -Version: 1.70 -Release: 6 -AutoReqProv: on -Group: Development/Libraries/Perl -License: Artistic -Url: http://www.cpan.org/modules/by-module/XML/ +Version: 1.71 +Release: 7 +License: GPL-1.0+ or Artistic Summary: XML::LibXSLT Perl Module -Source: XML-LibXSLT-%{version}.tar.bz2 +Url: http://www.cpan.org/modules/by-module/XML/ +Group: Development/Libraries/Perl +Source: XML-LibXSLT-%{version}.tar.gz +BuildRequires: libxslt-devel +BuildRequires: perl-XML-LibXML +BuildRequires: perl-macros +Requires: perl-XML-LibXML BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} -Requires: perl-XML-LibXML %description This module is a fast XSLT library, based on the GNOME libxslt engine @@ -42,8 +41,6 @@ on XSLTMark tests converted to Perl). The libxslt processor is also highly standard compliant, with practically all of XSLT 1.0 being supported in version 0.9 of libxslt. - - %prep %setup -q -n XML-LibXSLT-%{version} @@ -55,11 +52,11 @@ make %{?_smp_mflags} make test %install -make DESTDIR=$RPM_BUILD_ROOT install_vendor +make DESTDIR=%{buildroot} install_vendor %perl_process_packlist %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files %defattr(-,root,root)