Hello community, here is the log from the commit of package perl-File-Listing for openSUSE:Factory checked in at 2012-02-16 16:22:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-File-Listing (Old) and /work/SRC/openSUSE:Factory/.perl-File-Listing.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-Listing", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-File-Listing/perl-File-Listing.changes 2011-12-21 14:58:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-File-Listing.new/perl-File-Listing.changes 2012-02-16 16:22:03.000000000 +0100 @@ -1,0 +2,8 @@ +Thu Feb 16 08:16:03 UTC 2012 - [email protected] + +- updated to 6.04 + Minor mistake in module description + Test parsing of dosftp listings + This modulue works with 5.6.2 + +------------------------------------------------------------------- Old: ---- File-Listing-6.03.tar.gz New: ---- File-Listing-6.04.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-File-Listing.spec ++++++ --- /var/tmp/diff_new_pack.eHgrKx/_old 2012-02-16 16:22:04.000000000 +0100 +++ /var/tmp/diff_new_pack.eHgrKx/_new 2012-02-16 16:22:04.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-File-Listing # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,21 @@ Name: perl-File-Listing -Version: 6.03 +Version: 6.04 Release: 0 %define cpan_name File-Listing Summary: parse directory listing -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-Listing/ -Source: http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(HTTP::Date) >= 6 +#BuildRequires: perl(File::Listing) +#BuildRequires: perl(LWP::Simple) Requires: perl(HTTP::Date) >= 6 %{perl_requires} @@ -46,7 +48,7 @@ assumed. The third parameter is the type of listing to assume. Currently supported -formats are 'unix', 'apache' and 'dosftp'. The default value 'unix'. +formats are 'unix', 'apache' and 'dosftp'. The default value is 'unix'. Ideally, the listing type should be determined automatically. The fourth parameter specifies how unparseable lines should be treated. @@ -79,11 +81,8 @@ %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes README %changelog ++++++ File-Listing-6.03.tar.gz -> File-Listing-6.04.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Listing-6.03/Changes new/File-Listing-6.04/Changes --- old/File-Listing-6.03/Changes 2011-09-19 22:27:24.000000000 +0200 +++ new/File-Listing-6.04/Changes 2012-02-15 23:02:38.000000000 +0100 @@ -1,4 +1,18 @@ _______________________________________________________________________________ +2012-02-15 File-Listing 6.04 + +Erik Esterer (1): + Minor mistake in module description + +Gisle Aas (1): + Test parsing of dosftp listings + +Peter Rabbitson (1): + This modulue works with 5.6.2 + + + +_______________________________________________________________________________ 2011-09-20 File-Listing 6.03 Erik Esterer (1): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Listing-6.03/MANIFEST new/File-Listing-6.04/MANIFEST --- old/File-Listing-6.03/MANIFEST 2011-09-19 22:28:14.000000000 +0200 +++ new/File-Listing-6.04/MANIFEST 2012-02-15 23:03:22.000000000 +0100 @@ -4,6 +4,7 @@ MANIFEST This list of files README t/apache.t +t/dosftp.t t/ls-lR.t t/perm1.t t/perm2.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Listing-6.03/META.yml new/File-Listing-6.04/META.yml --- old/File-Listing-6.03/META.yml 2011-09-19 22:28:14.000000000 +0200 +++ new/File-Listing-6.04/META.yml 2012-02-15 23:03:22.000000000 +0100 @@ -1,6 +1,6 @@ --- #YAML:1.0 name: File-Listing -version: 6.03 +version: 6.04 abstract: parse directory listing author: - Gisle Aas <[email protected]> @@ -12,7 +12,7 @@ ExtUtils::MakeMaker: 0 requires: HTTP::Date: 6 - perl: 5.008008 + perl: 5.006002 resources: MailingList: mailto:[email protected] repository: http://github.com/gisle/libwww-perl/tree/File-Listing/master diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Listing-6.03/Makefile.PL new/File-Listing-6.04/Makefile.PL --- old/File-Listing-6.03/Makefile.PL 2011-03-20 12:33:13.000000000 +0100 +++ new/File-Listing-6.04/Makefile.PL 2012-02-15 22:32:26.000000000 +0100 @@ -1,6 +1,6 @@ #!perl -w -require 5.008008; +require 5.006002; use strict; use ExtUtils::MakeMaker; WriteMakefile( @@ -9,7 +9,7 @@ ABSTRACT_FROM => 'lib/File/Listing.pm', AUTHOR => 'Gisle Aas <[email protected]>', LICENSE => "perl", - MIN_PERL_VERSION => 5.008008, + MIN_PERL_VERSION => 5.006002, PREREQ_PM => { 'HTTP::Date' => 6, }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Listing-6.03/lib/File/Listing.pm new/File-Listing-6.04/lib/File/Listing.pm --- old/File-Listing-6.03/lib/File/Listing.pm 2011-09-19 22:26:11.000000000 +0200 +++ new/File-Listing-6.04/lib/File/Listing.pm 2012-02-15 23:01:41.000000000 +0100 @@ -1,7 +1,7 @@ package File::Listing; sub Version { $VERSION; } -$VERSION = "6.03"; +$VERSION = "6.04"; require Exporter; @ISA = qw(Exporter); @@ -405,7 +405,7 @@ The third parameter is the type of listing to assume. Currently supported formats are 'unix', 'apache' and 'dosftp'. The default -value 'unix'. Ideally, the listing type should be determined +value is 'unix'. Ideally, the listing type should be determined automatically. The fourth parameter specifies how unparseable lines should be treated. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Listing-6.03/t/dosftp.t new/File-Listing-6.04/t/dosftp.t --- old/File-Listing-6.03/t/dosftp.t 1970-01-01 01:00:00.000000000 +0100 +++ new/File-Listing-6.04/t/dosftp.t 2012-02-15 22:57:37.000000000 +0100 @@ -0,0 +1,14 @@ +use Test; +plan tests => 4; + +use File::Listing ('parse_dir'); + +$list = parse_dir(<<EOT, undef, 'dosftp'); +02-05-96 10:48AM 1415 src.slf +09-10-96 09:18AM <DIR> sl_util +EOT + +ok @$list, 2; +ok $list->[0][0], "src.slf"; +ok $list->[0][1], "f"; +ok $list->[1][1], "d"; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
