[perl-URI] Update to 1.65

Paul Howarth pghmcfc at fedoraproject.org
Fri Nov 7 11:13:40 UTC 2014


commit 0620091748a49bbce89ab82de6328cbb86c121ed
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Nov 7 11:10:24 2014 +0000

    Update to 1.65
    
    Add a TO_JSON method, to assist JSON serialization

 perl-URI.spec |   14 +++++++++-----
 sources       |    2 +-
 2 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/perl-URI.spec b/perl-URI.spec
index e82a8bb..df253fe 100644
--- a/perl-URI.spec
+++ b/perl-URI.spec
@@ -1,6 +1,6 @@
 Name:           perl-URI
-Version:        1.64
-Release:        3%{?dist}
+Version:        1.65
+Release:        1%{?dist}
 Summary:        A Perl module implementing URI parsing and manipulation
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -14,8 +14,8 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Encode)
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(Exporter) >= 5.57
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(integer)
@@ -23,10 +23,11 @@ BuildRequires:  perl(MIME::Base64) >= 2
 BuildRequires:  perl(Net::Domain)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(parent)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(utf8)
 BuildRequires:  perl(warnings)
 # Business::ISBN -> Test::Pod -> Pod::Simple -> HTML::Entities (HTML::Parser) -> URI
@@ -77,6 +78,9 @@ make test
 %{_mandir}/man3/URI::ldap.3pm*
 
 %changelog
+* Fri Nov  7 2014 Paul Howarth <paul at city-fan.org> - 1.65-1
+- 1.65 bump
+
 * Sun Sep 07 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.64-3
 - Perl 5.20 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 9ca1104..be60e6b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-975b2282bc8f0fd72a6dae5cefc33824  URI-1.64.tar.gz
+12c5d612a20ddd42041a5aa426f66269  URI-1.65.tar.gz



More information about the perl-devel mailing list