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
This commit is contained in:
parent
cacd1fdc18
commit
c860bf7d1f
3
Test-Exception-0.29.tar.bz2
Normal file
3
Test-Exception-0.29.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c8b69beabe48b33af189766d702c123eeee4593b351beb066104d907c7c311a
|
||||
size 12766
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca8f48b9cce26cd8c45aba6b500227bd05082d6c05d85bd4cf844490c17723b1
|
||||
size 13972
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user