[perl-SOAP-Lite] 1.13 bugfix bump

Petr Šabata psabata at fedoraproject.org
Tue Jan 6 17:34:04 UTC 2015


commit 340a568109f30f90e1776ce67dd4bd203cd7bec8
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Jan 6 18:34:16 2015 +0100

    1.13 bugfix bump

 .gitignore          |    1 +
 perl-SOAP-Lite.spec |    7 +++++--
 sources             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1245602..2d0a5e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ SOAP-Lite-0.710.10.tar.gz
 /SOAP-Lite-1.10.tar.gz
 /SOAP-Lite-1.11.tar.gz
 /SOAP-Lite-1.12.tar.gz
+/SOAP-Lite-1.13.tar.gz
diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index cb0a456..84fdc9d 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,5 +1,5 @@
 Name:       perl-SOAP-Lite
-Version:    1.12
+Version:    1.13
 Release:    1%{?dist}
 Summary:    Client and server side SOAP implementation
 License:    GPL+ or Artistic
@@ -9,7 +9,7 @@ Source0:    http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/SOAP-Lite-%{versio
 BuildArch:  noarch
 # Build
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 1.12
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Runtime
@@ -96,6 +96,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jan 06 2015 Petr Šabata <contyk at redhat.com> - 1.13-1
+- 1.13 bugfix bump
+
 * Fri Dec 05 2014 Petr Šabata <contyk at redhat.com> - 1.12-1
 - 1.12 bump
 
diff --git a/sources b/sources
index a5c04e8..062e482 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-102ee54607866c5f4efc85addae58068  SOAP-Lite-1.12.tar.gz
+a743e386947f6e93ca81ee557ddee264  SOAP-Lite-1.13.tar.gz



More information about the perl-devel mailing list