diff --git a/XML-Compile-Cache-0.991.tar.gz b/XML-Compile-Cache-0.991.tar.gz deleted file mode 100644 index 108e053..0000000 --- a/XML-Compile-Cache-0.991.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20dfd1480bd6c733bf412334e237ae436ca98d9f3430963bce1239f3fd162ab2 -size 13373 diff --git a/XML-Compile-Cache-1.03.tar.gz b/XML-Compile-Cache-1.03.tar.gz new file mode 100644 index 0000000..da175e2 --- /dev/null +++ b/XML-Compile-Cache-1.03.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d862c37f79504f8cfb7ee3947a38cab324f381d479c985dc922c5ba308244c +size 16323 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-XML-Compile-Cache.changes b/perl-XML-Compile-Cache.changes index c461b4a..b17a24b 100644 --- a/perl-XML-Compile-Cache.changes +++ b/perl-XML-Compile-Cache.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 16 19:28:34 UTC 2015 - coolo@suse.com + +- updated to 1.03 + see /usr/share/doc/packages/perl-XML-Compile-Cache/ChangeLog + ------------------------------------------------------------------- Wed Jun 6 16:04:22 UTC 2012 - coolo@suse.com diff --git a/perl-XML-Compile-Cache.spec b/perl-XML-Compile-Cache.spec index 6a43dd5..55f5bcf 100644 --- a/perl-XML-Compile-Cache.spec +++ b/perl-XML-Compile-Cache.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-Compile-Cache # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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,36 +17,31 @@ Name: perl-XML-Compile-Cache -Version: 0.991 +Version: 1.03 Release: 0 %define cpan_name XML-Compile-Cache Summary: Cache compiled XML translators License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/XML-Compile-Cache/ -Source: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Log::Report) >= 0.19 -BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(XML::Compile) >= 1.2 +BuildRequires: perl(XML::Compile) >= 1.48 BuildRequires: perl(XML::Compile::Tester) >= 0.02 -BuildRequires: perl(XML::LibXML::Simple) >= 0.13 -#BuildRequires: perl(XML::Compile::Cache) -#BuildRequires: perl(XML::Compile::Schema) -#BuildRequires: perl(XML::Compile::Util) -#BuildRequires: perl(XML::LibXML) +BuildRequires: perl(XML::LibXML::Simple) >= 0.95 Requires: perl(Log::Report) >= 0.19 -Requires: perl(Test::Pod) >= 1.00 -Requires: perl(XML::Compile) >= 1.2 +Requires: perl(XML::Compile) >= 1.48 Requires: perl(XML::Compile::Tester) >= 0.02 -Requires: perl(XML::LibXML::Simple) >= 0.13 +Requires: perl(XML::LibXML::Simple) >= 0.95 %{perl_requires} %description -Cache compiled XML translators +Extends XML::Compile::Schema/"DESCRIPTION". %prep %setup -q -n %{cpan_name}-%{version}