commit 8878365828db994fbcfd44d6856dde03f1252672 Author: Emmanuel Seyman <emmanuel@xxxxxxxxx> Date: Sun Apr 27 12:52:49 2014 +0200 Update to 1.1.3 .gitignore | 1 + perl-Test-Type.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) --- diff --git a/.gitignore b/.gitignore index 6a40b01..ba28cac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /Test-Type-1.1.0.tar.gz /Test-Type-1.1.1.tar.gz /Test-Type-1.1.2.tar.gz +/Test-Type-v1.1.3.tar.gz diff --git a/perl-Test-Type.spec b/perl-Test-Type.spec index e82e033..62d7c24 100644 --- a/perl-Test-Type.spec +++ b/perl-Test-Type.spec @@ -1,11 +1,11 @@ Name: perl-Test-Type -Version: 1.1.2 -Release: 3%{?dist} +Version: 1.1.3 +Release: 1%{?dist} Summary: Functions to validate data types in test files License: GPLv3 Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Type/ -Source0: http://www.cpan.org/authors/id/A/AU/AUBERTG/Test-Type-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AU/AUBERTG/Test-Type-v%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(Carp) @@ -24,7 +24,7 @@ The Test::Type module provides functions that allow you to validate data types in test files. %prep -%setup -q -n Test-Type-%{version} +%setup -q -n Test-Type-v%{version} %build %{__perl} Build.PL installdirs=vendor @@ -40,11 +40,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; ./Build test %files -%doc Changes ignore.txt LICENSE README +%doc Changes ignore.txt LICENSE README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sun Apr 27 2014 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 1.1.3-1 +- Update to 1.1.3 + * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 8cd8b92..c97fc50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d95491422e84949d98132c9b9dee428 Test-Type-1.1.2.tar.gz +ac01d8d07cf97da2f5e44643439f141b Test-Type-v1.1.3.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel