rpms/perl-RPC-XML/F-9 perl-RPC-XML.spec,1.1,1.2

Chris Weyl cweyl at fedoraproject.org
Thu Oct 23 14:25:09 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-RPC-XML/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22747

Modified Files:
	perl-RPC-XML.spec 
Log Message:
* Thu Oct 23 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.64-1
- update to 0.64-1
- drop tests patch (fixed!)
- add BR on Net::Server



Index: perl-RPC-XML.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-RPC-XML/F-9/perl-RPC-XML.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-RPC-XML.spec	8 Sep 2008 18:07:41 -0000	1.1
+++ perl-RPC-XML.spec	23 Oct 2008 14:24:38 -0000	1.2
@@ -1,8 +1,8 @@
 %define real_name RPC-XML
 
 Name:    perl-RPC-XML
-Version: 0.60
-Release:        3%{?dist}
+Version: 0.64
+Release: 1%{?dist}
 Summary: Set of classes for core data, message and XML handling
 
 Group:   Development/Libraries
@@ -11,7 +11,6 @@
 
 Source0:   http://www.cpan.org/modules/by-module/RPC/%{real_name}-%{version}.tar.gz
 Source1:   README.license
-Patch0:    tests.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildArch: noarch
 
@@ -20,6 +19,7 @@
 BuildRequires: perl(Test::More)
 BuildRequires: perl(XML::Parser)
 # optional tests
+BuildRequires: perl(Net::Server)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 
@@ -41,7 +41,6 @@
 
 %prep
 %setup -qn %{real_name}-%{version}
-%patch0
 cp -p %{SOURCE1} .
 
 chmod -c -x t/* 
@@ -91,6 +90,11 @@
 %{perl_vendorlib}/Apache
 
 %changelog
+* Thu Oct 23 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.64-1
+- update to 0.64-1
+- drop tests patch (fixed!)
+- add BR on Net::Server
+
 * Mon Sep 08 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.60-3
 - bump
 




More information about the Fedora-perl-devel-list mailing list