[perl-URI-Fetch] Update to 0.10

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jun 29 10:09:03 UTC 2014


commit d146c56d8be799d7a45c83311b3eab058e2feb0d
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Jun 29 12:09:08 2014 +0200

    Update to 0.10

 .gitignore          |    1 +
 perl-URI-Fetch.spec |   10 +++++++---
 sources             |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 89f6996..f2e15e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 URI-Fetch-0.08.tar.gz
 /URI-Fetch-0.09.tar.gz
+/URI-Fetch-0.10.tar.gz
diff --git a/perl-URI-Fetch.spec b/perl-URI-Fetch.spec
index 8d61e57..55efc76 100644
--- a/perl-URI-Fetch.spec
+++ b/perl-URI-Fetch.spec
@@ -1,11 +1,11 @@
 Name:           perl-URI-Fetch
-Version:        0.09
-Release:        19%{?dist}
+Version:        0.10
+Release:        1%{?dist}
 Summary:        Smart URI fetching/caching
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/URI-Fetch/
-Source0:        http://www.cpan.org/authors/id/B/BT/BTROTT/URI-Fetch-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/N/NE/NEILB/URI-Fetch-%{version}.tar.gz
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -18,6 +18,7 @@ BuildRequires:  perl(Compress::Zlib)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Filter::Util::Call)
 BuildRequires:  perl(LWP)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(URI)
 
 # not picked up automagically
@@ -56,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jun 29 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.10-1
+- Update to 0.10
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.09-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 6381fbf..013702d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfc746bb7f142f0f5b82ea80a4416f2b  URI-Fetch-0.09.tar.gz
+a4a9107b12eeb3a3d0ee8cc5dc5f6321  URI-Fetch-0.10.tar.gz


More information about the scm-commits mailing list