From c860bf7d1f90d1078ba7e3457f73cec9ae6775df49509cfb7232b9acecedcb8b Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 15 Oct 2010 15:16:04 +0000 Subject: [PATCH] Accepting request 50825 from devel:languages:perl checked in (request 50825) OBS-URL: https://build.opensuse.org/request/show/50825 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Exception?expand=0&rev=16 --- Test-Exception-0.29.tar.bz2 | 3 +++ Test-Exception-0.31.tar.bz2 | 3 --- perl-Test-Exception.changes | 12 ------------ perl-Test-Exception.spec | 18 +++++++++++++++++- 4 files changed, 20 insertions(+), 16 deletions(-) create mode 100644 Test-Exception-0.29.tar.bz2 delete mode 100644 Test-Exception-0.31.tar.bz2 diff --git a/Test-Exception-0.29.tar.bz2 b/Test-Exception-0.29.tar.bz2 new file mode 100644 index 0000000..ac47e8b --- /dev/null +++ b/Test-Exception-0.29.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8b69beabe48b33af189766d702c123eeee4593b351beb066104d907c7c311a +size 12766 diff --git a/Test-Exception-0.31.tar.bz2 b/Test-Exception-0.31.tar.bz2 deleted file mode 100644 index fb1c5a3..0000000 --- a/Test-Exception-0.31.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca8f48b9cce26cd8c45aba6b500227bd05082d6c05d85bd4cf844490c17723b1 -size 13972 diff --git a/perl-Test-Exception.changes b/perl-Test-Exception.changes index 793e4ff..5fb4930 100644 --- a/perl-Test-Exception.changes +++ b/perl-Test-Exception.changes @@ -1,15 +1,3 @@ -------------------------------------------------------------------- -Fri Oct 15 15:53:15 CEST 2010 - anicka@suse.cz - -- update to 0.31 - - Added a bunch of folk to the acknowledgements - - Added some clarifying documentation to respond to RT#59293 - - Marked a test that was failing under T::B 2.0 until we figure out - whether it should pass or not. See http://is.gd/fNOFb - - Added dates to changes file, as far as we can from backpan et al - - Fix for DB::args bug (thanks Peter Rabbitson) - - Fix for bizarre-copy bug (thanks Peter Rabbitson) - ------------------------------------------------------------------- Wed Jan 13 16:40:46 CET 2010 - anicka@suse.cz diff --git a/perl-Test-Exception.spec b/perl-Test-Exception.spec index 60ac835..467ec20 100644 --- a/perl-Test-Exception.spec +++ b/perl-Test-Exception.spec @@ -21,7 +21,7 @@ Name: perl-Test-Exception %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Test::Exception - Test exception based code -Version: 0.31 +Version: 0.29 Release: 1 License: Artistic License .. Group: Development/Libraries/Perl @@ -32,15 +32,30 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Simple) >= 0.7 +# only perl >= 5.10.0 will fullfill deps +#%if %{perl_subversion} > 8 +##echo "breq Test::Builder >=0.7" +#BuildRequires: perl(Test::Builder) >= 0.7 +#BuildRequires: perl(Test::Builder::Tester) >= 1.07 +#%else BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder::Tester) +#%endif BuildRequires: perl(Test::More) >= 0.7 BuildRequires: perl(Test::Harness) >= 2.03 BuildRequires: perl(Sub::Uplevel) >= 0.18 +# Requires: perl = %{perl_version} Requires: perl(Sub::Uplevel) >= 0.18 Requires: perl(Test::More) >= 0.7 +# only perl >= 5.10.0 will fullfill deps +#%if %{perl_subversion} > 8 +##echo "req Test::Builder >=0.7" +#Requires: perl(Test::Builder) >= 0.7 +#%else +#echo "req Test::Builder" Requires: perl(Test::Builder) +#%endif %description This module provides a few convenience methods for testing exception @@ -68,6 +83,7 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" %{__rm} -rf $RPM_BUILD_ROOT %files -f %{name}.files +# normally you only need to check for doc files %defattr(0644,root,root,0755) %doc Changes README