Lars Vogdt 2009-03-19 14:43:13 +00:00 committed by Git OBS Bridge
parent 8d2ec7c5aa
commit 5b8e2b5142
4 changed files with 23 additions and 9 deletions

View File

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

View File

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

View File

@ -0,0 +1,15 @@
-------------------------------------------------------------------
Thu Mar 19 15:06:07 CET 2009 - lars@linux-schulserver.de
- update to 1.20:
+ many test fixes
+ bad utf-8 fixes
+ Added a max_arg_length parameter, which if set causes
Devel::StackTrace to truncate long strings when printing out a
frame. RT #33519. Patch by Ian Burrell.
-------------------------------------------------------------------
Thu Nov 01 00:00:00 CET 2007 - James Oakley <jfunk@funktronics.ca> - 1.15-1
- Initial release

View File

@ -1,6 +1,6 @@
%define modname Devel-StackTrace
Name: perl-%{modname}
Version: 1.15
Version: 1.20
Release: 1
Summary: Stack Trace and Stack Trace Frame Objects
Requires: perl = %{perl_version}
@ -25,11 +25,13 @@ Authors:
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
make
make %{?jobs:-j%jobs}
%check
make test
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_make_install
%perl_process_packlist
%clean
@ -44,6 +46,3 @@ rm -rf %{buildroot}
/var/adm/perl-modules/%{name}
%changelog
* Thu Nov 01 2007 - James Oakley <jfunk@funktronics.ca> - 1.15-1
- Initial release