From ff6f8654e2af7cefd3147929642cb7c831b05236 Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Fri, 21 Jun 2013 08:38:30 -0600 Subject: [PATCH] update to 0.12 --- .gitignore | 1 + perl-Math-Base36.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1a4fa60..3078969 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Math-Base36-0.07.tar.gz /Math-Base36-0.09.tar.gz /Math-Base36-0.10.tar.gz +/Math-Base36-0.12.tar.gz diff --git a/perl-Math-Base36.spec b/perl-Math-Base36.spec index b6004f4..5577ad1 100644 --- a/perl-Math-Base36.spec +++ b/perl-Math-Base36.spec @@ -1,6 +1,6 @@ Name: perl-Math-Base36 -Version: 0.10 -Release: 2%{?dist} +Version: 0.12 +Release: 1%{?dist} Summary: Encoding and decoding of base36 strings License: GPL+ or Artistic Group: Development/Libraries @@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/Math-Base36/ Source0: http://www.cpan.org/authors/id/B/BR/BRICAS/Math-Base36-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) @@ -41,6 +42,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Jun 21 2013 Iain Arnell 0.12-1 +- update to latest upstream version + * Thu Feb 14 2013 Fedora Release Engineering - 0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 594f430..e2dd3dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5377adae27b12088645bf4235311c0ae Math-Base36-0.10.tar.gz +a08048902efcf329aca985e9bf3446eb Math-Base36-0.12.tar.gz