Hello community,
here is the log from the commit of package perl-Test-Exception for
openSUSE:Factory checked in at 2015-04-27 07:46:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Exception (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Exception.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Exception"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Exception/perl-Test-Exception.changes
2015-04-16 14:11:49.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Exception.new/perl-Test-Exception.changes
2015-04-27 07:46:24.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr 23 05:55:21 UTC 2015 - [email protected]
+
+- extend version to 6 digits to avoid problems with > 0.331
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Exception.spec ++++++
--- /var/tmp/diff_new_pack.El4XrB/_old 2015-04-27 07:46:24.000000000 +0200
+++ /var/tmp/diff_new_pack.El4XrB/_new 2015-04-27 07:46:24.000000000 +0200
@@ -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 @@
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