[perl-SOAP-Lite] 0.716 bugfix bump

Petr Šabata psabata at fedoraproject.org
Mon May 13 11:12:06 UTC 2013


commit cea17fdd8e193452aaf9c4faf57e8f117fcd4d2c
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon May 13 13:11:58 2013 +0200

    0.716 bugfix bump
    
    - Fixing historical bogus dates in changelog

 .gitignore                                         |    1 +
 ...715-Accept-more-digit-number-in-_traverse.patch |   71 --------------------
 perl-SOAP-Lite-0.716-test.patch                    |   13 ++++
 perl-SOAP-Lite.spec                                |   15 +++--
 sources                                            |    2 +-
 5 files changed, 24 insertions(+), 78 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index efaf74e..dc40280 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ SOAP-Lite-0.710.10.tar.gz
 /SOAP-Lite-0.713.tar.gz
 /SOAP-Lite-0.714.tar.gz
 /SOAP-Lite-0.715.tar.gz
+/SOAP-Lite-0.716.tar.gz
diff --git a/perl-SOAP-Lite-0.716-test.patch b/perl-SOAP-Lite-0.716-test.patch
new file mode 100644
index 0000000..0fae97f
--- /dev/null
+++ b/perl-SOAP-Lite-0.716-test.patch
@@ -0,0 +1,13 @@
+diff --git a/t/04-attach.t b/t/04-attach.t
+index 3258e89..6fb5650 100644
+--- a/t/04-attach.t
++++ b/t/04-attach.t
+@@ -20,7 +20,7 @@ BEGIN {
+     }
+ }
+ 
+-BEGIN { plan tests => 15 }
++BEGIN { plan tests => 18 }
+ 
+ my ( $a, $soap, $d, $s, $r, $serialized, $deserialized );
+ 
diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index 7b2cea1..6cbe932 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,14 +1,13 @@
 Name:       perl-SOAP-Lite
-Version:    0.715
-Release:    4%{?dist}
+Version:    0.716
+Release:    1%{?dist}
 Summary:    Client and server side SOAP implementation
 License:    GPL+ or Artistic
 Group:      Development/Libraries
 URL:        http://search.cpan.org/dist/SOAP-Lite/
 Source0:    http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-%{version}.tar.gz
 Patch0:     perl-SOAP-Lite-0.715-IO-modules.patch
-# bug #960011, CPAN RT#78692
-Patch1:     SOAP-Lite-0.715-Accept-more-digit-number-in-_traverse.patch
+Patch1:     perl-SOAP-Lite-0.716-test.patch
 BuildArch:  noarch
 
 # Core package
@@ -98,6 +97,10 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Mon May 13 2013 Petr Šabata <contyk at redhat.com> - 0.716-1
+- 0.716 bugfix bump
+- Fixing historical bogus dates in changelog
+
 * Mon May 06 2013 Petr Pisar <ppisar at redhat.com> - 0.715-4
 - Fix sending a large object (bug #960011)
 
@@ -214,10 +217,10 @@ make test
 - correct license tag
 - add BR: perl(ExtUtils::MakeMaker)
 
-* Mon Mar 03 2007 Mike McGrath <mmcgrath at redhat.com> - 0.68-4
+* Mon Mar 05 2007 Mike McGrath <mmcgrath at redhat.com> - 0.68-4
 - bogus reqs diff
 
-* Sat Jan 2 2007 Mike McGrath <imlinux at gmail.com> - 0.68-3
+* Sat Jan 06 2007 Mike McGrath <imlinux at gmail.com> - 0.68-3
 - Changed the way this package removes bogus reqs for EL4
 
 * Sun Sep 10 2006 Mike McGrath <imlinux at gmail.com> - 0.68-1
diff --git a/sources b/sources
index 2445612..d4e747a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a44c41291ddddaa19c02a72cd554327b  SOAP-Lite-0.715.tar.gz
+d9cef5120d52745ecfd24a7622f08d2f  SOAP-Lite-0.716.tar.gz



More information about the perl-devel mailing list