diff --git a/XML-LibXML-Simple-0.95.tar.gz b/XML-LibXML-Simple-0.95.tar.gz deleted file mode 100644 index 45b3b94..0000000 --- a/XML-LibXML-Simple-0.95.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1272256cee7b4341368819f25dc66555b00dea0bca11d890cb0e2b78ac40e63 -size 21968 diff --git a/XML-LibXML-Simple-0.96.tar.gz b/XML-LibXML-Simple-0.96.tar.gz new file mode 100644 index 0000000..1ea0a6a --- /dev/null +++ b/XML-LibXML-Simple-0.96.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37822ce76b121287b1248c867897386ec648950d0a2b7e0427eaa89230ffbf6 +size 22876 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#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_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-XML-LibXML-Simple.changes b/perl-XML-LibXML-Simple.changes index 1aae4c3..3447f41 100644 --- a/perl-XML-LibXML-Simple.changes +++ b/perl-XML-LibXML-Simple.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Mar 13 10:46:13 UTC 2016 - coolo@suse.com + +- updated to 0.96 + see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog + + version 0.96: Fri 11 Mar 15:09:43 CET 2016 + + Improvements: + - deprecate XML input from 'undef' + - rewrite UNIVERSAL::isa into blessed ->isa + - implement hooks on nodes + ------------------------------------------------------------------- Tue Apr 14 20:37:53 UTC 2015 - coolo@suse.com diff --git a/perl-XML-LibXML-Simple.spec b/perl-XML-LibXML-Simple.spec index 2b6b9f2..fdfa3e4 100644 --- a/perl-XML-LibXML-Simple.spec +++ b/perl-XML-LibXML-Simple.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-LibXML-Simple # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,14 +17,15 @@ Name: perl-XML-LibXML-Simple -Version: 0.95 +Version: 0.96 Release: 0 %define cpan_name XML-LibXML-Simple Summary: XML::LibXML clone of XML::Simple::XMLin() License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/XML-LibXML-Simple/ -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