- 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Exception?expand=0&rev=15
This commit is contained in:
parent
b1c8b1a034
commit
cacd1fdc18
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1630afa37ec858a91c20154732c61c15b3d680756a834f75ab0b127c58b14624
|
|
||||||
size 12616
|
|
3
Test-Exception-0.31.tar.bz2
Normal file
3
Test-Exception-0.31.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca8f48b9cce26cd8c45aba6b500227bd05082d6c05d85bd4cf844490c17723b1
|
||||||
|
size 13972
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- update to 0.29
|
||||||
|
* Patch to fix code with Sub::Uplevel again.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 20 16:41:11 CET 2009 - jengelh@medozas.de
|
Sun Dec 20 16:41:11 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Exception (Version 0.27 )
|
# spec file for package perl-Test-Exception (Version 0.29 )
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -21,8 +21,8 @@
|
|||||||
Name: perl-Test-Exception
|
Name: perl-Test-Exception
|
||||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||||
Summary: Test::Exception - Test exception based code
|
Summary: Test::Exception - Test exception based code
|
||||||
Version: 0.27
|
Version: 0.31
|
||||||
Release: 43
|
Release: 1
|
||||||
License: Artistic License ..
|
License: Artistic License ..
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-Exception
|
Url: http://search.cpan.org/dist/Test-Exception
|
||||||
@ -32,30 +32,15 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
BuildRequires: perl(Test::Simple) >= 0.7
|
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)
|
||||||
BuildRequires: perl(Test::Builder::Tester)
|
BuildRequires: perl(Test::Builder::Tester)
|
||||||
#%endif
|
|
||||||
BuildRequires: perl(Test::More) >= 0.7
|
BuildRequires: perl(Test::More) >= 0.7
|
||||||
BuildRequires: perl(Test::Harness) >= 2.03
|
BuildRequires: perl(Test::Harness) >= 2.03
|
||||||
BuildRequires: perl(Sub::Uplevel) >= 0.18
|
BuildRequires: perl(Sub::Uplevel) >= 0.18
|
||||||
#
|
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Requires: perl(Sub::Uplevel) >= 0.18
|
Requires: perl(Sub::Uplevel) >= 0.18
|
||||||
Requires: perl(Test::More) >= 0.7
|
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)
|
Requires: perl(Test::Builder)
|
||||||
#%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module provides a few convenience methods for testing exception
|
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
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
# normally you only need to check for doc files
|
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user