8
0

- update to 2.40

* Add windows-1251.enc, ibm866.enc, koi8-r.enc (Russian)
 * Add windows-1255.enc (Hebrew)
 * Update iso-8859-7.enc (RT#40712)
 * Use Devel::CheckLib
 * Better description of expat packages
 * Better Perl style in both code and docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Parser?expand=0&rev=8
This commit is contained in:
2010-09-21 09:45:29 +00:00
committed by Git OBS Bridge
parent e82609e841
commit 38f1128ebb
5 changed files with 24 additions and 8 deletions

BIN
XML-Parser-2.36.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
XML-Parser-2.40.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Sep 21 09:58:42 CEST 2010 - anicka@suse.cz
- update to 2.40
* Add windows-1251.enc, ibm866.enc, koi8-r.enc (Russian)
* Add windows-1255.enc (Hebrew)
* Update iso-8859-7.enc (RT#40712)
* Use Devel::CheckLib
* Better description of expat packages
* Better Perl style in both code and docs
-------------------------------------------------------------------
Mon May 10 16:35:33 CEST 2010 - anicka@suse.cz
- fixed URL in spec (bnc#604084)
-------------------------------------------------------------------
Sat Jul 25 19:46:23 CEST 2009 - chris@computersalat.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-XML-Parser (Version 2.36)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,12 +21,12 @@
Name: perl-XML-Parser
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: A perl module for parsing XML documents
Version: 2.36
Release: 61
License: Artistic License .. ; GPL v2 or later
Version: 2.40
Release: 62
License: Artistic License .. ; GPLv2+
Group: Development/Libraries/Perl
AutoReqProv: on
Url: http://cpan.org/dist/XML-Parser
Url: http://www.cpan.org/modules/by-module/XML/
Source: %{cpan_name}-%{version}.tar.bz2
Patch: %{cpan_name}-%{version}.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build