[perl-XML-Smart] Update to 1.77

Emmanuel Seyman eseyman at fedoraproject.org
Wed Feb 13 22:31:39 UTC 2013


commit 76a89639eab2705dd58e0b4f0a72ee25f116e05e
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Wed Feb 13 23:31:27 2013 +0100

    Update to 1.77

 .gitignore          |    2 ++
 perl-XML-Smart.spec |   31 ++++++++++++++++++-------------
 sources             |    2 +-
 3 files changed, 21 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e565229..f82fa47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 XML-Smart-1.6.9.tar.gz
+/XML-Smart-1.76.tar.gz
+/XML-Smart-1.77.tar.gz
diff --git a/perl-XML-Smart.spec b/perl-XML-Smart.spec
index 3c5bc61..1653e2f 100644
--- a/perl-XML-Smart.spec
+++ b/perl-XML-Smart.spec
@@ -1,33 +1,34 @@
 Name:           perl-XML-Smart
-Version:        1.6.9
-Release:        14%{?dist}
-Summary:        Implementation of XML parser and writer for Perl
+Version:        1.77
+Release:        1%{?dist}
+Summary:        Smart, easy and powerful way to access/create XML files/data
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/XML-Smart/
-Source0:        http://www.cpan.org/authors/id/G/GM/GMPASSOS/XML-Smart-%{version}.tar.gz
-Patch0:         perl-XML-Smart-1.6.9-nohttp.patch
+Source0:        http://www.cpan.org/authors/id/T/TM/TMHARISH/XML-Smart-%{version}.tar.gz
+
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Object::MultiType) >= 0.03
-BuildRequires:  dos2unix
+BuildRequires:  perl(LWP::UserAgent)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
 %description
-This module uses tree of hashes and arrays as representation of XML data,
-which enables the programmer to access it easily, taking advantage of
-standard Perl language facilities.
-
+This module provides an easy way to access/create XML data. It's based on a
+HASH tree created from the XML data, and enables dynamic access to it
+through the standard Perl syntax for Hash and Array, without necessarily
+caring about which you are working with. In other words, each point in the
+tree works as a Hash and an Array at the same time!
 
 %prep
 %setup -q -n XML-Smart-%{version}
-%patch0 -p1 -b .nohttp
 
 
 %build
-dos2unix -q -k README Changes
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
@@ -52,6 +53,10 @@ make test
 
 
 %changelog
+* Wed Feb 13 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 1.77-1
+- Update to 1.77
+- Drop no-longer-needed patch
+
 * Sun Nov 18 2012 Emmanuel Seyman <emmanuel at seyman.fr> - 1.6.9-14
 - Remove no-longer-used-macros
 - Add perl default filter
diff --git a/sources b/sources
index bb80805..a2b6df2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-648309c0d613ddaca6f6b16e9f13c81d  XML-Smart-1.6.9.tar.gz
+8cf5091e8330b6d84fe618ac3046de46  XML-Smart-1.77.tar.gz


More information about the scm-commits mailing list