diff --git a/Devel-Symdump-2.08.tar.gz b/Devel-Symdump-2.08.tar.gz deleted file mode 100644 index 44fca08..0000000 --- a/Devel-Symdump-2.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a50353a31259b6e61d83cfbdca3ab999b5db74e1009ec3259ad7fbc03f32f263 -size 15089 diff --git a/Devel-Symdump-2.10.tar.gz b/Devel-Symdump-2.10.tar.gz new file mode 100644 index 0000000..0b07d3e --- /dev/null +++ b/Devel-Symdump-2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b362910e8e8f6cd4d0c45550c21842875a6addaec642b7cb172fd0340859b0d +size 17334 diff --git a/perl-Devel-Symdump.changes b/perl-Devel-Symdump.changes index 078c96b..80484b5 100644 --- a/perl-Devel-Symdump.changes +++ b/perl-Devel-Symdump.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jun 4 08:34:54 UTC 2013 - coolo@suse.com + +- updated to 2.10 + * address RT#84139: fix test to work with upcoming perl 5.18 + (Thanks to ZEFRAM) + * fixed the autogen.t test again, this time for perl 5.8.9 + * apply doc patch by Nick Stokoe from ticket #77102 + * declare dependency on Compress::Zlib + * added a test by Jason M. Mills to chase down the bug he reports + in https://rt.cpan.org/Ticket/Display.html?id=43675 + ------------------------------------------------------------------- Mon Apr 15 11:00:27 UTC 2013 - idonmez@suse.com diff --git a/perl-Devel-Symdump.spec b/perl-Devel-Symdump.spec index ffe27bc..fbeacb4 100644 --- a/perl-Devel-Symdump.spec +++ b/perl-Devel-Symdump.spec @@ -17,37 +17,32 @@ Name: perl-Devel-Symdump +Version: 2.10 +Release: 0 %define cpan_name Devel-Symdump Summary: Dump symbol names or the symbol table -License: Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Version: 2.08 -Release: 0 -Url: http://search.cpan.org/perldoc?Devel::Symdump -Source: http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/%{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/Devel-Symdump/ +Source: http://www.cpan.org/authors/id/A/AN/ANDK/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} -Conflicts: perlmod BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod) >= 1.00 -#BuildRequires: perl(Test::Pod::Coverage) -Requires: perl(Carp) +BuildRequires: perl(Compress::Zlib) +#BuildRequires: perl(Devel::Symdump) +#BuildRequires: perl(Devel::Symdump::Export) +Requires: perl(Compress::Zlib) +%{perl_requires} %description - - %{cpan_name} module for perl This little package serves to access the symbol table of perl. - Author: Andreas Koenig - Tom Christiansen - Based on the old dumpvar.pl by Larry Wall. %prep %setup -q -n %{cpan_name}-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL +%{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check @@ -58,12 +53,8 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -# normally you only need to check for doc files -%defattr(-,root,root) -%doc ChangeLog SIGNATURE +%defattr(-,root,root,755) +%doc Changes README %changelog