diff --git a/perl-Test-Exception.changes b/perl-Test-Exception.changes index 0e7b00d..c0fedbb 100644 --- a/perl-Test-Exception.changes +++ b/perl-Test-Exception.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 23 05:55:21 UTC 2015 - coolo@suse.com + +- extend version to 6 digits to avoid problems with > 0.331 + ------------------------------------------------------------------- Mon Apr 13 18:27:40 UTC 2015 - coolo@suse.com diff --git a/perl-Test-Exception.spec b/perl-Test-Exception.spec index f761511..d45fc04 100644 --- a/perl-Test-Exception.spec +++ b/perl-Test-Exception.spec @@ -17,14 +17,16 @@ Name: perl-Test-Exception -Version: 0.38 +Version: 0.380000 Release: 0 +%define cpan_version 0.38 +Provides: perl(Test::Exception) = 0.380000 %define cpan_name Test-Exception Summary: Test exception based code License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Exception/ -Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -197,7 +199,7 @@ testing functions. The test description is optional, but recommended. %prep -%setup -q -n %{cpan_name}-%{version} +%setup -q -n %{cpan_name}-%{cpan_version} find . -type f -print0 | xargs -0 chmod 644 %build