Accepting request 296003 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296003 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-TreePP?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
9129d7b06d
commit
36c3711a66
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa8cad67f10ee055ca0662f8e129fcea0322fa3b1da9ebd550d3094fea0d721e
|
|
||||||
size 96333
|
|
3
XML-TreePP-0.43.tar.gz
Normal file
3
XML-TreePP-0.43.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7fbe2d6430860059894aeeebf75d4cacf1bf8d7b75294eb87d8e1502f81bd760
|
||||||
|
size 91382
|
@@ -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
|
Sun May 1 10:40:17 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
@@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,21 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-XML-TreePP
|
Name: perl-XML-TreePP
|
||||||
Version: 0.41
|
Version: 0.43
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name XML-TreePP
|
%define cpan_name XML-TreePP
|
||||||
Summary: XML::TreePP Perl module
|
Summary: Pure Perl implementation for parsing/writing XML documents
|
||||||
Url: http://search.cpan.org/dist/XML-TreePP/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source: http://www.cpan.org/authors/id/K/KA/KAWASAKI/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(LWP) >= 5.802
|
BuildRequires: perl(LWP) >= 5.811
|
||||||
Requires: perl(LWP) >= 5.802
|
Requires: perl(LWP) >= 5.811
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -55,11 +56,8 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes make-dist.sh README
|
%doc Changes example make-dist.sh README README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user