diff --git a/XML-TreePP-0.41.tar.gz b/XML-TreePP-0.41.tar.gz deleted file mode 100644 index 578cba2..0000000 --- a/XML-TreePP-0.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa8cad67f10ee055ca0662f8e129fcea0322fa3b1da9ebd550d3094fea0d721e -size 96333 diff --git a/XML-TreePP-0.43.tar.gz b/XML-TreePP-0.43.tar.gz new file mode 100644 index 0000000..02343b0 --- /dev/null +++ b/XML-TreePP-0.43.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbe2d6430860059894aeeebf75d4cacf1bf8d7b75294eb87d8e1502f81bd760 +size 91382 diff --git a/perl-XML-TreePP.changes b/perl-XML-TreePP.changes index 1a1bb68..8414c0e 100644 --- a/perl-XML-TreePP.changes +++ b/perl-XML-TreePP.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Apr 13 19:08:04 UTC 2015 - coolo@suse.com + +- updated to 0.43 + see /usr/share/doc/packages/perl-XML-TreePP/Changes + + 2014/11/17 (0.43) + * Sync OpenBSD patches from their Ports tree. thanks to kucharskim + https://github.com/kawanet/XML-TreePP/pull/3 + * README.md added + + 2013/11/07 (0.42) + * add empty_element_tag_end option. thanks to Songmu + https://github.com/kawanet/XML-TreePP/pull/2 + * ensure unicode transmitted proprely. thanks to xenoterracide + https://github.com/kawanet/XML-TreePP/pull/1 + * it requires LWP 5.811 or later to use add_content_utf8 method in HTTP::Message + * source repository is now on github + https://github.com/kawanet/XML-TreePP + ------------------------------------------------------------------- Sun May 1 10:40:17 UTC 2011 - coolo@opensuse.org diff --git a/perl-XML-TreePP.spec b/perl-XML-TreePP.spec index a340c16..11152cf 100644 --- a/perl-XML-TreePP.spec +++ b/perl-XML-TreePP.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-XML-TreePP (Version 0.41) +# spec file for package perl-XML-TreePP # -# Copyright (c) 2011 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 @@ -15,21 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-XML-TreePP -Version: 0.41 -Release: 1 -License: GPL+ or Artistic +Version: 0.43 +Release: 0 %define cpan_name XML-TreePP -Summary: XML::TreePP Perl module -Url: http://search.cpan.org/dist/XML-TreePP/ +Summary: Pure Perl implementation for parsing/writing XML documents +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/XML-TreePP/ Source: http://www.cpan.org/authors/id/K/KA/KAWASAKI/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(LWP) >= 5.802 -Requires: perl(LWP) >= 5.802 +BuildRequires: perl(LWP) >= 5.811 +Requires: perl(LWP) >= 5.811 %{perl_requires} %description @@ -55,11 +56,8 @@ find . -type f -print0 | xargs -0 chmod 644 %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes make-dist.sh README +%doc Changes example make-dist.sh README README.md %changelog