[perl-SOAP-Lite] 0.713 bump

Petr Sabata psabata at fedoraproject.org
Wed Aug 17 11:39:22 UTC 2011


commit 6dc671534ceb16d9e4fbd693f87a2fe6bf55c021
Author: Petr Sabata <contyk at redhat.com>
Date:   Wed Aug 17 13:38:28 2011 +0200

    0.713 bump

 .gitignore                                     |    1 +
 perl-SOAP-Lite-0.712-XML-Parser-Lite-514.patch |   58 ------------------------
 perl-SOAP-Lite-0.712-mod_perl.patch            |   24 ----------
 perl-SOAP-Lite.spec                            |   16 +++----
 sources                                        |    2 +-
 5 files changed, 9 insertions(+), 92 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 65a93fc..accd96b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 SOAP-Lite-0.710.10.tar.gz
+/SOAP-Lite-0.713.tar.gz
diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index 24385be..0cc33eb 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,15 +1,11 @@
 Name:       perl-SOAP-Lite
-Version:    0.712
-Release:    8%{?dist}
+Version:    0.713
+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
-# rhbz#663931, rt#58538
-Patch0:     perl-SOAP-Lite-0.712-mod_perl.patch
-# rt#68088
-Patch1:     perl-SOAP-Lite-0.712-XML-Parser-Lite-514.patch
 BuildArch:  noarch
 
 # Core package
@@ -69,8 +65,6 @@ client and server side.
 
 %prep
 %setup -q -n SOAP-Lite-%{version}
-%patch0 -p1 -b .mod_perl
-%patch1 -p1 -b .xml-parser-lite-514
 find examples -type f -exec chmod ugo-x {} \;
 
 %build
@@ -87,7 +81,6 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 %files
-%defattr(-,root,root,-)
 # For license text(s), see the perl package.
 %doc Changes README ReleaseNotes.txt examples
 %{_bindir}/*pl
@@ -101,6 +94,11 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Wed Aug 17 2011 Petr Sabata <contyk at redhat.com> - 0.713-1
+- 0.713 bump
+- Drop all patches (included upstream)
+- Remove now obsolete defattr
+
 * Fri Jul 22 2011 Petr Sabata <contyk at redhat.com> - 0.712-8
 - RPM 4.9 dependency filtering added
 - Add patch for XML::Parser::Lite from rt#68088; perl5.14 fix
diff --git a/sources b/sources
index 0f4998e..d6eb857 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd71a0c0feff85f670ab4b2e571652a8  SOAP-Lite-0.712.tar.gz
+359e2ec52e6d1190f1f872760d18d140  SOAP-Lite-0.713.tar.gz



More information about the perl-devel mailing list