Accepting request 50825 from devel:languages:perl

Copy from devel:languages:perl/perl-Test-Exception based on submit request 50825 from user anicka

OBS-URL: https://build.opensuse.org/request/show/50825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Exception?expand=0&rev=13
This commit is contained in:
OBS User autobuild 2010-10-15 15:16:05 +00:00 committed by Git OBS Bridge
commit 9fba82f965
4 changed files with 17 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c8b69beabe48b33af189766d702c123eeee4593b351beb066104d907c7c311a
size 12766

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca8f48b9cce26cd8c45aba6b500227bd05082d6c05d85bd4cf844490c17723b1
size 13972

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
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

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Test-Exception (Version 0.29 )
# spec file for package perl-Test-Exception (Version 0.31 )
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -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.29
Version: 0.31
Release: 1
License: Artistic License ..
Group: Development/Libraries/Perl
@ -32,30 +32,15 @@ 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
@ -83,7 +68,6 @@ 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