Hello community, here is the log from the commit of package perl-Devel-Symdump for openSUSE:Factory checked in at Mon Jul 27 22:30:15 CEST 2009. -------- --- perl-Devel-Symdump/perl-Devel-Symdump.changes 2006-10-13 15:56:37.000000000 +0200 +++ perl-Devel-Symdump/perl-Devel-Symdump.changes 2009-07-25 19:37:18.000000000 +0200 @@ -1,0 +2,32 @@ +Sat Jul 25 19:37:16 CEST 2009 - chris@computersalat.de + +- spec mods + * removed ^---------- + * removed ^#--------- + +------------------------------------------------------------------- +Fri Jun 19 01:09:46 CEST 2009 - chris@computersalat.de + +- spec fix for perl-macros + +------------------------------------------------------------------- +Thu Jun 18 02:42:40 CEST 2009 - chris@computersalat.de + +- added perl-macros + o autogen filelist with perl_gen_filelist + +------------------------------------------------------------------- +Sun Jun 14 17:30:06 CEST 2009 - chris@computersalat.de + +- update to 2.08 + * skip the recurse test on 5.005 +- upate to 2.07 + * rewrite symdump.t using Test::More + * adjust test suite to accept main::- also introduced for named + captures +- spec mods + o updated header + o fixed deps + o autogen filelist + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- Devel-Symdump-2.0604.tar.bz2 New: ---- Devel-Symdump-2.08.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Devel-Symdump.spec ++++++ --- /var/tmp/diff_new_pack.pyoEUa/_old 2009-07-27 22:29:07.000000000 +0200 +++ /var/tmp/diff_new_pack.pyoEUa/_new 2009-07-27 22:29:07.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package perl-Devel-Symdump (Version 2.0604) +# spec file for package perl-Devel-Symdump (Version 2.08) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,52 +19,53 @@ Name: perl-Devel-Symdump -Version: 2.0604 -Release: 116 -Provides: Devel-Symdump -Requires: perl = %{perl_version} -Conflicts: perlmod -AutoReqProv: on +%define mname %( echo %{name} | %{__sed} -e 's,perl-,,' ) +Summary: Dump symbol names or the symbol table +Version: 2.08 +Release: 1 +License: Artistic License .. Group: Development/Libraries/Perl -License: Artistic License Url: http://cpan.org/modules/by-module/Devel/ -Source: Devel-Symdump-%{version}.tar.bz2 -Summary: Inspect Perl's Symbol Table +Source: %{mname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +Conflicts: perlmod +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::Pod::Coverage) +Requires: perl = %{perl_version} +Requires: perl(Carp) %description -Devel::Symdump is a Perl module that provides a convenient way to -inspect Perl's symbol table and the class hierarchy within a running -program. - - -Authors: --------- - Andreas K�nig <andreas.koenig@anima.de> + %{mname} module for perl +This little package serves to access the symbol table of perl. + Author: Andreas Koenig <andk@cpan.org> + Tom Christiansen <tchrist@perl.com> + Based on the old dumpvar.pl by Larry Wall. %prep -%setup -q -n Devel-Symdump-%{version} +%setup -q -n %{mname}-%{version} %build -perl Makefile.PL -make all -make test +CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL +%{__make} + +%check +%{__make} test %install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install_vendor +%perl_make_install %perl_process_packlist +%perl_gen_filelist %clean -rm -rf $RPM_BUILD_ROOT +%{__rm} -rf $RPM_BUILD_ROOT -%files -%defattr(-, root, root) -%doc ChangeLog README -%doc %{_mandir}/man?/* -%{perl_vendorarch}/auto/Devel -%{perl_vendorlib}/Devel -/var/adm/perl-modules/%{name} +%files -f %{name}.files +# normally you only need to check for doc files +%defattr(-,root,root) +%doc ChangeLog SIGNATURE %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org