From cd732338da56a721b467ab2502c47d1b75f2bf1e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Mon, 9 May 2016 15:27:06 +0200
Subject: 0.80 bump

---
 .gitignore        |  1 +
 perl-RPC-XML.spec | 16 ++++++++++++----
 sources           |  2 +-
 tests.patch       | 17 -----------------
 4 files changed, 14 insertions(+), 22 deletions(-)
 delete mode 100644 tests.patch

diff --git a/.gitignore b/.gitignore
index 670471c..4ccbce3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ RPC-XML-0.69.tar.gz
 /RPC-XML-0.77.tar.gz
 /RPC-XML-0.78.tar.gz
 /RPC-XML-0.79.tar.gz
+/RPC-XML-0.80.tar.gz
diff --git a/perl-RPC-XML.spec b/perl-RPC-XML.spec
index 9e6bb36..2861025 100644
--- a/perl-RPC-XML.spec
+++ b/perl-RPC-XML.spec
@@ -1,8 +1,8 @@
 %global cpan_name RPC-XML
 
 Name:    perl-%{cpan_name}
-Version: 0.79
-Release: 4%{?dist}
+Version: 0.80
+Release: 1%{?dist}
 Summary: Set of classes for core data, message and XML handling
 Group:   Development/Libraries
 License: Artistic 2.0 or LGPLv2
@@ -10,7 +10,11 @@ URL:     http://search.cpan.org/dist/%{cpan_name}/
 Source0: 
http://search.cpan.org/CPAN/authors/id/R/RJ/RJRAY/%{cpan_name}-%{version}.tar.gz
 Source1:   README.license
 BuildArch: noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec) >= 0.8
@@ -58,6 +62,7 @@ BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Test::More) >= 0.94
 # Optional tests:
 BuildRequires:  perl(Compress::Zlib)
+# IO::Socket::IP not helpful
 BuildRequires:  perl(Net::Server)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(constant) >= 1.03
@@ -100,12 +105,12 @@ running RPC::XML under mod_perl.
 cp -p %{SOURCE1} .
 
 %build
-perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{_prefix}"
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -126,6 +131,9 @@ make test
 %{perl_vendorlib}/Apache
 
 %changelog
+* Mon May 09 2016 Petr Pisar <ppi...@redhat.com> - 0.80-1
+- 0.80 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.79-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index ec933a0..aaa02a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64fb3a4a597574b97ea5c989edffb21d  RPC-XML-0.79.tar.gz
+b3350083c139dcdcb2bde8644cc92179  RPC-XML-0.80.tar.gz
diff --git a/tests.patch b/tests.patch
deleted file mode 100644
index b066c64..0000000
--- a/tests.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- t/40_server.t.orig 2008-08-26 18:13:03.857320619 -0700
-+++ t/40_server.t      2008-08-26 18:38:25.243322216 -0700
-@@ -55,8 +55,12 @@
- $srv = RPC::XML::Server->new(no_default => 1,
-                              host => 'localhost', port => $port);
- isa_ok($srv, 'RPC::XML::Server', '$srv<2>');
--is($srv->url, "http://localhost:$port/";,
--   'RPC::XML::Server::url method (set)'); # This should be non-null this time
-+TODO: {
-+    local $TODO = 'Flaky test often fails depending on /etc/hosts';
-+    is($srv->url, "http://localhost:$port/";,
-+        'RPC::XML::Server::url method (set)'); 
-+        # This should be non-null this time
-+}
- # Test some of the simpler cases of add_method and get_method
- $res = $srv->add_method({ name      => 'perl.test.suite.test1',
-                           signature => [ 'int' ],
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-RPC-XML.git/commit/?h=f24&id=cd732338da56a721b467ab2502c47d1b75f2bf1e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to