[perl-ExtUtils-XSpp] 0.1603 bump. Update dependencies adn source URL

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Jan 3 17:14:42 UTC 2013


commit 423668e33ba4278df56849457c50a5604a65b13b
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Jan 3 18:03:19 2013 +0100

    0.1603 bump. Update dependencies adn source URL

 .gitignore              |    1 +
 perl-ExtUtils-XSpp.spec |   14 +++++++++++---
 sources                 |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 474765e..f207be8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ ExtUtils-XSpp-0.12.tar.gz
 /ExtUtils-XSpp-0.15.tar.gz
 /ExtUtils-XSpp-0.1601.tar.gz
 /ExtUtils-XSpp-0.1602.tar.gz
+/ExtUtils-XSpp-0.1603.tar.gz
diff --git a/perl-ExtUtils-XSpp.spec b/perl-ExtUtils-XSpp.spec
index 1d0f7af..de6b715 100644
--- a/perl-ExtUtils-XSpp.spec
+++ b/perl-ExtUtils-XSpp.spec
@@ -1,18 +1,22 @@
 Name:           perl-ExtUtils-XSpp
 # Use four digits since 0.1601
-Version:        0.1602
-Release:        6%{?dist}
+Version:        0.1603
+Release:        1%{?dist}
 Summary:        C++ variant of Perl's XS language
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/ExtUtils-XSpp/
-Source0:        http://search.cpan.org/CPAN/authors/id/M/MB/MBARBON/ExtUtils-XSpp-%{version}.tar.gz 
+Source0:        http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/ExtUtils-XSpp-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl(base)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Base)
 BuildRequires:  perl(Test::Differences)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(ExtUtils::ParseXS) >= 0.2202
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(IPC::Open2)
 # RPM 4.8 style
 %filter_from_requires /ExtUtils::XSpp::Lexer/d
 %filter_setup
@@ -46,6 +50,10 @@ find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \;
 %{_mandir}/man?/*
 
 %changelog
+* Thu Jan  3 2013 Jitka Plesnikova <jplesnik at redhat.com> - 0.1603-1
+- 0.1603 bump
+- Update dependencies and source URL
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1602-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index b5f7ce8..f5a979a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-449c8c6d1c2fdd8fd06eb671f94faf4d  ExtUtils-XSpp-0.1602.tar.gz
+585dfc08575b4fd73f1aeaedae125768  ExtUtils-XSpp-0.1603.tar.gz


More information about the scm-commits mailing list