[perl-Data-Validate-Type] Update to 1.4.3

Emmanuel Seyman eseyman at fedoraproject.org
Sun Apr 27 10:15:31 UTC 2014


commit 1c9ff140340b364343e2d40b12d6cc38a527af3d
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Apr 27 12:15:27 2014 +0200

    Update to 1.4.3

 .gitignore                   |    1 +
 perl-Data-Validate-Type.spec |   13 ++++++++-----
 sources                      |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61c78b2..d736fde 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Data-Validate-Type-1.3.1.tar.gz
 /Data-Validate-Type-1.4.0.tar.gz
 /Data-Validate-Type-1.4.2.tar.gz
+/Data-Validate-Type-v1.4.3.tar.gz
diff --git a/perl-Data-Validate-Type.spec b/perl-Data-Validate-Type.spec
index cffd432..80b0a58 100644
--- a/perl-Data-Validate-Type.spec
+++ b/perl-Data-Validate-Type.spec
@@ -1,11 +1,11 @@
 Name:           perl-Data-Validate-Type
-Version:        1.4.2
-Release:        3%{?dist}
+Version:        1.4.3
+Release:        1%{?dist}
 Summary:        Public interface to Params::Util offering data type validation functions
 License:        GPLv3
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-Validate-Type/
-Source0:        http://www.cpan.org/authors/id/A/AU/AUBERTG/Data-Validate-Type-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/A/AU/AUBERTG/Data-Validate-Type-v%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(base)
@@ -29,7 +29,7 @@ of drawbacks (function names start with an underscore, are uppercase and don't
 pass PerlCritic validation).
 
 %prep
-%setup -q -n Data-Validate-Type-%{version}
+%setup -q -n Data-Validate-Type-v%{version}
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -45,11 +45,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%doc Changes README
+%doc Changes README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 27 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 1.4.3-1
+- Update to 1.4.3
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 8b3a4c3..85665f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01ba2e327a8fc9f70aed548ddd6cc352  Data-Validate-Type-1.4.2.tar.gz
+bb2ad812aacc7a5b41c810bab4ff3716  Data-Validate-Type-v1.4.3.tar.gz



More information about the perl-devel mailing list