commit perl-File-Listing for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package perl-File-Listing for 
openSUSE:Factory checked in at 2020-10-08 13:10:14

Comparing /work/SRC/openSUSE:Factory/perl-File-Listing (Old)
 and  /work/SRC/openSUSE:Factory/.perl-File-Listing.new.4249 (New)


Package is "perl-File-Listing"

Thu Oct  8 13:10:14 2020 rev:12 rq:840014 version:6.11

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Listing/perl-File-Listing.changes  
2012-02-16 16:22:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-File-Listing.new.4249/perl-File-Listing.changes
2020-10-08 13:11:16.783123301 +0200
@@ -1,0 +2,33 @@
+Wed Oct  7 03:07:33 UTC 2020 - Tina Müller 
+
+- updated to 6.11
+   see /usr/share/doc/packages/perl-File-Listing/Changes
+
+  6.11  2020-10-06 03:00:45 -0600
+- Remove accidental recursive req on LWP::Simple
+
+---
+Tue Oct  6 03:11:11 UTC 2020 - Tina Müller 
+
+- updated to 6.10
+   see /usr/share/doc/packages/perl-File-Listing/Changes
+
+  6.10  2020-10-05 15:18:30 -0600
+- Production version identical to 6.09_01
+
+  6.09_01   2020-10-05 08:17:32 -0600
+- Remove TABs from source files and tests (gh#17)
+- Restores (theoretical, untested) support for 5.6, which was removed when
+  the tests added modern file tests (gh#17)
+- Fixes or silences several minor nits reported by PerlCritic (gh#17)
+
+  6.08_01 2020-10-01 17:28:35 -0600
+- We now only call Time::Local::timelocal with four digit years (gh#5, 
gh#14)
+
+---
+Sun Oct  4 03:10:05 UTC 2020 - Tina Müller 
+
+- updated to 6.07
+   see /usr/share/doc/packages/perl-File-Listing/Changes
+
+---

Old:

  File-Listing-6.04.tar.gz

New:

  File-Listing-6.11.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-File-Listing.spec ++
--- /var/tmp/diff_new_pack.aNCJwc/_old  2020-10-08 13:11:17.299123768 +0200
+++ /var/tmp/diff_new_pack.aNCJwc/_new  2020-10-08 13:11:17.303123771 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Listing
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,69 +12,43 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-File-Listing
-Version:6.04
+Version:6.11
 Release:0
 %define cpan_name File-Listing
-Summary:parse directory listing
-License:Artistic-1.0 or GPL-1.0+
+Summary:Parse directory listing
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/File-Listing/
-Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 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
+BuildRequires:  perl(HTTP::Date)
+BuildRequires:  perl(Test::More) >= 0.98
+Requires:   perl(HTTP::Date)
 %{perl_requires}
 
 %description
-This module exports a single function called parse_dir(), which can be used
+This module exports a single function called 'parse_dir', which can be used
 to parse directory listings.
 
-The first parameter to parse_dir() is the directory listing to parse. It
-can be a scalar, a reference to an array of directory lines or a glob
-representing a filehandle to read the directory listing from.
-
-The second parameter is the time zone to use when parsing time stamps in
-the listing. If this value is undefined, then the local time zone is
-assumed.
-
-The third parameter is the type of listing to assume. Currently supported
-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.
-Values can be 'ignore', 'warn' or a code reference. Warn means that the
-perl warn() functi

commit perl-File-Listing for openSUSE:Factory

2012-02-16 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Listing.new/perl-File-Listing.changes 
2012-02-16 16:22:03.0 +0100
@@ -1,0 +2,8 @@
+Thu Feb 16 08:16:03 UTC 2012 - co...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.eHgrKx/_new  2012-02-16 16:22:04.0 +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.0 +0200
+++ new/File-Listing-6.04/Changes   2012-02-15 23:02:38.0 +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.0 +0200
+++ new/File-Listing-6.04/MANIFEST  2012-02-15 23:03:22.0 +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.0 +0200
+++ new/File-Listing-6.04/META.yml  2012-02-15 23:03:22.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   File-Listing
-version:6.03
+version:6.04
 abstract:   parse directory listing
 author:
 - Gisle Aas 
@@ -12,7 +12,7 @@
 ExtUtils::MakeMaker:  0
 requires:
 HTTP::Date:

commit perl-File-Listing for openSUSE:Factory

2011-12-21 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Listing for 
openSUSE:Factory checked in at 2011-12-21 14:58:12

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-09-23 12:37:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Listing.new/perl-File-Listing.changes 
2011-12-21 14:58:14.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec 19 15:43:14 UTC 2011 - co...@suse.de
+
+- update to 6.03 
+Minor mistake in module description
+Fixes to the parsing of 'ls -l' file modes [RT#71054]
+
+---

Old:

  File-Listing-6.02.tar.gz

New:

  File-Listing-6.03.tar.gz



Other differences:
--
++ perl-File-Listing.spec ++
--- /var/tmp/diff_new_pack.0VvqHz/_old  2011-12-21 14:58:15.0 +0100
+++ /var/tmp/diff_new_pack.0VvqHz/_new  2011-12-21 14:58:15.0 +0100
@@ -16,17 +16,15 @@
 #
 
 
-
 Name:   perl-File-Listing
-Version:6.02
-Release:1
-License:GPL+ or Artistic
+Version:6.03
+Release:0
 %define cpan_name File-Listing
 Summary:parse directory listing
-Url:http://search.cpan.org/dist/File-Listing/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/File-Listing/
+Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ File-Listing-6.02.tar.gz -> File-Listing-6.03.tar.gz ++
 16667 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-File-Listing for openSUSE:Factory

2011-03-18 Thread h_root

Hello community,

here is the log from the commit of package perl-File-Listing for 
openSUSE:Factory
checked in at Fri Mar 18 14:31:01 CET 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-File-Listing/perl-File-Listing.changes
2011-03-14 14:02:08.0 +0100
@@ -0,0 +1,6 @@
+---
+Mon Mar 14 13:01:01 UTC 2011 - vci...@novell.com
+
+- initial package 6.01
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  File-Listing-6.01.tar.gz
  perl-File-Listing.changes
  perl-File-Listing.spec



Other differences:
--
++ perl-File-Listing.spec ++
#
# spec file for package perl-File-Listing
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   perl-File-Listing
Version:6.01
Release:1
License:GPL+ or Artistic
%define cpan_name File-Listing
Summary:parse directory listing
Url:http://search.cpan.org/dist/File-Listing/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildRequires:  perl(HTTP::Date) >= 6
BuildRequires:  perl
BuildRequires:  perl-macros
Requires:   perl(HTTP::Date) >= 6
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
This module exports a single function called parse_dir(), which can be used
to parse directory listings.


%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes README

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org