OBS User unknown 2007-12-13 19:22:15 +00:00 committed by Git OBS Bridge
parent b837d34e01
commit 979ca29fa1
4 changed files with 28 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Dec 13 14:27:59 CET 2007 - anicka@suse.cz
- update to 0.26
* Added some more exposition on the usage of dies_ok() and
lives_ok() for those who found them confusing. Also reordered
presentation of docs so more specific throws_ok() comes first.
* Some misc. documentation tweaks.
* Added some tests for RT#24678, but not actually fixed them yet
* Added comment in docs about T::E not catching exit() in eval()
blocks
-------------------------------------------------------------------
Thu Jun 14 18:17:42 CEST 2007 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Test-Exception (Version 0.25 )
# spec file for package perl-Test-Exception (Version 0.26 )
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,14 +12,14 @@
Name: perl-Test-Exception
BuildRequires: perl-Sub-Uplevel
Version: 0.25
Version: 0.26
Release: 1
Requires: perl = %{perl_version}
Requires: perl-Sub-Uplevel
Autoreqprov: on
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
URL: http://cpan.org/modules/by-module/Test/
Url: http://cpan.org/modules/by-module/Test/
Summary: Test::Exception - Test exception based code
Source: Test-Exception-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -63,5 +63,14 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/auto/Test/Exception/
%changelog
* Thu Dec 13 2007 - anicka@suse.cz
- update to 0.26
* Added some more exposition on the usage of dies_ok() and
lives_ok() for those who found them confusing. Also reordered
presentation of docs so more specific throws_ok() comes first.
* Some misc. documentation tweaks.
* Added some tests for RT#24678, but not actually fixed them yet
* Added comment in docs about T::E not catching exit() in eval()
blocks
* Thu Jun 14 2007 - anicka@suse.cz
- package created (version 0.25)