9
0

Accepting request 266361 from home:posophe:branches:devel:languages:perl

update

OBS-URL: https://build.opensuse.org/request/show/266361
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Parser?expand=0&rev=28
This commit is contained in:
Lars Vogdt
2014-12-26 02:10:15 +00:00
committed by Git OBS Bridge
parent b733100540
commit 6a84adfb51
4 changed files with 17 additions and 13 deletions

BIN
XML-Parser-2.41.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
XML-Parser-2.43.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Dec 25 13:10:06 UTC 2014 - p.drouand@gmail.com
- Update to version 2.43
+ POD patch to man from Debian via Nicholas Bamber
+ POD patch from Debian via gregor herrmann.
+ Add more useful error message on parse to Expat
+ Fix LWP dependency to be LWP::Useragent
+ Bump to 2.43 for overdue release to CPAN.
- Remove obsolete Authors section
- Remove redundant %clean section
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 15 10:33:05 UTC 2013 - idonmez@suse.com Mon Apr 15 10:33:05 UTC 2013 - idonmez@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-XML-Parser # spec file for package perl-XML-Parser
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products 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
@@ -21,7 +21,7 @@ Name: perl-XML-Parser
Summary: A perl module for parsing XML documents Summary: A perl module for parsing XML documents
License: GPL-1.0+ or Artistic-1.0 License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Version: 2.41 Version: 2.43
Release: 0 Release: 0
Url: http://www.cpan.org/modules/by-module/XML/ Url: http://www.cpan.org/modules/by-module/XML/
Source: http://www.cpan.org/modules/by-module/XML/%{cpan_name}-%{version}.tar.gz Source: http://www.cpan.org/modules/by-module/XML/%{cpan_name}-%{version}.tar.gz
@@ -57,11 +57,6 @@ You will find examples in
/usr/share/doc/packages/perl-XML-Parser/samples. For documentation /usr/share/doc/packages/perl-XML-Parser/samples. For documentation
read the XML::Parser and XML::Parser::Expat man pages. read the XML::Parser and XML::Parser::Expat man pages.
Authors:
--------
Larry Wall <larry@wall.org>
Clark Cooper <coopercc@netheaven.com>
%prep %prep
%setup -n XML-Parser-%{version} -q %setup -n XML-Parser-%{version} -q
%patch %patch
@@ -78,9 +73,6 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files %files -f %{name}.files
%defattr(0644,root,root,0755) %defattr(0644,root,root,0755)
%doc Changes README samples %doc Changes README samples