[perl-ExtUtils-Depends] - Update to 0.303. - Update Source0 URL.

Steven Pritchard steve at fedoraproject.org
Mon Dec 27 23:07:25 UTC 2010


commit 061cb05e14aa98df69b3a3deae392346edcb0bf2
Author: Steven Pritchard <steven.pritchard at gmail.com>
Date:   Mon Dec 27 17:07:07 2010 -0600

    - Update to 0.303.
    - Update Source0 URL.

 .gitignore                 |    1 +
 perl-ExtUtils-Depends.spec |   17 ++++++++++-------
 sources                    |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a723f19..3c41144 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ExtUtils-Depends-0.302.tar.gz
+/ExtUtils-Depends-0.303.tar.gz
diff --git a/perl-ExtUtils-Depends.spec b/perl-ExtUtils-Depends.spec
index 3c6a42a..f5c8432 100644
--- a/perl-ExtUtils-Depends.spec
+++ b/perl-ExtUtils-Depends.spec
@@ -1,20 +1,19 @@
 Name:           perl-ExtUtils-Depends
-Version:        0.302
-Release:        5%{?dist}
+Version:        0.303
+Release:        1%{?dist}
 Summary:        Easily build XS extensions that depend on XS extensions
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/ExtUtils-Depends/
-Source0:        http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-Depends-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/F/FL/FLORA/ExtUtils-Depends-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::File)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module tries to make it easy to build Perl extensions that use
@@ -52,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 23 2010 Steven Pritchard <steve at kspei.com> 0.303-1
+- Update to 0.303.
+- Update Source0 URL.
+
 * Thu Dec 16 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.302-5
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index f5d1d02..067d112 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db46426f0599668da95c21b53b532508  ExtUtils-Depends-0.302.tar.gz
+2aaf6511d697c680368246fa1645beb6  ExtUtils-Depends-0.303.tar.gz



More information about the perl-devel mailing list