From cacd1fdc18d92934e0b6e0e57b88d1146c0b7bea2aa150fb6ec792a2a16a563a Mon Sep 17 00:00:00 2001 From: Anna Maresova Date: Fri, 15 Oct 2010 14:05:48 +0000 Subject: [PATCH] - 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 --- Test-Exception-0.27.tar.bz2 | 3 --- Test-Exception-0.31.tar.bz2 | 3 +++ perl-Test-Exception.changes | 18 ++++++++++++++++++ perl-Test-Exception.spec | 22 +++------------------- ready | 0 5 files changed, 24 insertions(+), 22 deletions(-) delete mode 100644 Test-Exception-0.27.tar.bz2 create mode 100644 Test-Exception-0.31.tar.bz2 delete mode 100644 ready diff --git a/Test-Exception-0.27.tar.bz2 b/Test-Exception-0.27.tar.bz2 deleted file mode 100644 index d1770db..0000000 --- a/Test-Exception-0.27.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1630afa37ec858a91c20154732c61c15b3d680756a834f75ab0b127c58b14624 -size 12616 diff --git a/Test-Exception-0.31.tar.bz2 b/Test-Exception-0.31.tar.bz2 new file mode 100644 index 0000000..fb1c5a3 --- /dev/null +++ b/Test-Exception-0.31.tar.bz2 @@ -0,0 +1,3 @@ +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 ebe4268..793e4ff 100644 --- a/perl-Test-Exception.changes +++ b/perl-Test-Exception.changes @@ -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 diff --git a/perl-Test-Exception.spec b/perl-Test-Exception.spec index 73c6042..60ac835 100644 --- a/perl-Test-Exception.spec +++ b/perl-Test-Exception.spec @@ -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. # @@ -21,8 +21,8 @@ Name: perl-Test-Exception %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Test::Exception - Test exception based code -Version: 0.27 -Release: 43 +Version: 0.31 +Release: 1 License: Artistic License .. Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Exception @@ -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 diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000