[perl-MARC-XML/f19] Bump to 1.0.1

Dan Scott dscott at fedoraproject.org
Wed Jul 24 21:21:28 UTC 2013


commit 6c1a7a75405173022784629b895662e78686d333
Author: Dan Scott <dan at coffeecode.net>
Date:   Wed Jul 24 17:21:11 2013 -0400

    Bump to 1.0.1
    
    Signed-off-by: Dan Scott <dan at coffeecode.net>

 .gitignore         |    1 +
 perl-MARC-XML.spec |   10 +++++++---
 sources            |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f68affa..9f477ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /MARC-XML-0.93.tar.gz
+/MARC-XML-1.0.1.tar.gz
diff --git a/perl-MARC-XML.spec b/perl-MARC-XML.spec
index 4c49ee6..0d8c879 100644
--- a/perl-MARC-XML.spec
+++ b/perl-MARC-XML.spec
@@ -1,6 +1,6 @@
 Name:           perl-MARC-XML
-Version:        0.93
-Release:        2%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        An extension to MARC::Record that supports an XML serialization of MARC
 
 Group:          Development/Libraries
@@ -25,7 +25,7 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
-BuildRequires:  perl(XML::SAX)
+BuildRequires:  perl(XML::LibXML)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -56,6 +56,10 @@ make test
 %{_bindir}/*
 
 %changelog
+* Wed Jul 24 2013 Dan Scott <dan at coffeecode.net> - 1.0.1-1
+- Version bump to 1.0.1
+- Performance and memory optimization by DOM processing instead of SAX
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.93-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 5c342b0..95df316 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b7b3f188c1434394ee6c8b102d01fdb  MARC-XML-0.93.tar.gz
+5eb8f773badcee8fad2e49e96dfbe703  MARC-XML-1.0.1.tar.gz


More information about the scm-commits mailing list