commit perl-File-Next for openSUSE:Factory

2019-08-28 Thread root
Hello community,

here is the log from the commit of package perl-File-Next for openSUSE:Factory 
checked in at 2019-08-28 18:37:13

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


Package is "perl-File-Next"

Wed Aug 28 18:37:13 2019 rev:16 rq:726665 version:1.18

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Next/perl-File-Next.changes
2016-07-12 23:52:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Next.new.7948/perl-File-Next.changes  
2019-08-28 18:37:19.453264486 +0200
@@ -1,0 +2,19 @@
+Wed Aug 28 05:09:50 UTC 2019 - Stephan Kulow 
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-File-Next/Changes
+
+  1.18 Tue Aug 27 17:08:38 CDT 2019
+  [SPEEDUP]
+  Updated the internals to minimize the number of times that stat()
+  gets called on each file or directory.
+  
+  [FIXES]
+  t/from_file.t would fail under Windows because File::Temp would
+  put a backslash in front of the name of the tempfile.  Thanks,
+  Varadinsky. (GH#32)
+  
+  Had to specify a minimum version of File::Temp.  Thanks, Justin Mohr.
+  (GH#29)
+
+---

Old:

  File-Next-1.16.tar.gz

New:

  File-Next-1.18.tar.gz



Other differences:
--
++ perl-File-Next.spec ++
--- /var/tmp/diff_new_pack.e6Tz0f/_old  2019-08-28 18:37:20.169264361 +0200
+++ /var/tmp/diff_new_pack.e6Tz0f/_new  2019-08-28 18:37:20.173264361 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Next
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,26 @@
 # 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-Next
-Version:1.16
+Version:1.18
 Release:0
 %define cpan_name File-Next
 Summary:File-finding iterator
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/File-Next/
-Source0:
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Temp) >= 0.22
 BuildRequires:  perl(Test::More) >= 0.88
+Requires:   perl(File::Temp) >= 0.22
 Requires:   perl(Test::More) >= 0.88
 %{perl_requires}
 
@@ -40,11 +42,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ File-Next-1.16.tar.gz -> File-Next-1.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Next-1.16/Changes new/File-Next-1.18/Changes
--- old/File-Next-1.16/Changes  2016-07-08 05:55:10.0 +0200
+++ new/File-Next-1.18/Changes  2019-08-28 00:10:20.0 +0200
@@ -3,6 +3,20 @@
 File::Next does NOT use rt.cpan.org for bug tracking.  Please report
 problems at http://github.com/petdance/file-next/issues.
 
+1.18 Tue Aug 27 17:08:38 CDT 2019
+[SPEEDUP]
+Updated the internals to minimize the number of times that stat()
+gets called on each file or directory.
+
+[FIXES]
+t/from_file.t would fail under Windows because File::Temp would
+put a backslash in front of the name of the tempfile.  Thanks,
+Varadinsky. (GH#32)
+
+Had to specify a minimum version of File::Temp.  Thanks, Justin Mohr.
+(GH#29)
+
+
 1.16 Thu Jul  7 22:41:30 CDT 2016
 [FIXES]
 File::Next::from_file() would ignore the C argument
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Next-1.16/META.json new/File-Next-1.18/META.json
--- old/File-Next-1.16/META.json2016-07-08 05:59:02.0 +0200
+++ new/File-Next-1.18/META.json2019-08-28 00:10:42.0 +0200
@@ -4,13 +4,13 @@
   "Andy Lester "
],
"dynamic_config" : 1,
-   "generated_by" : 

commit perl-File-Next for openSUSE:Factory

2016-07-12 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Next for openSUSE:Factory 
checked in at 2016-07-12 23:52:31

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


Package is "perl-File-Next"

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Next/perl-File-Next.changes
2013-06-06 13:13:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Next.new/perl-File-Next.changes   
2016-07-12 23:52:33.0 +0200
@@ -1,0 +2,40 @@
+Sat Jul  9 05:17:44 UTC 2016 - co...@suse.com
+
+- updated to 1.16
+   see /usr/share/doc/packages/perl-File-Next/Changes
+
+  1.16 Thu Jul  7 22:41:30 CDT 2016
+  [FIXES]
+  File::Next::from_file() would ignore the C argument
+  if it was passed in.
+
+---
+Sun Jun 12 13:03:20 UTC 2016 - co...@suse.com
+
+- updated to 1.14
+   see /usr/share/doc/packages/perl-File-Next/Changes
+
+  1.14 Thu Jun  9 22:33:24 CDT 2016
+  No changes since 1.13_02.
+  
+  
+  1.13_02 Sun Jun  5 23:18:10 CDT 2016
+  
+  [FIXES]
+  t/follow.t would cause failures in other tests when running in
+  parallel.  Now it correctly uses a temp directory.
+  
+  
+  1.13_01 Mon May 30 21:45:42 CDT 2016
+  [FIXES]
+  File::Next::from_file() was incorrectly using the error_handler parm
+  for both error and warning handler.
+  
+  [INTERNAL]
+  Optimized -f/-p calls in files() to not repeat the variable.
+  
+  Use File::Temp in tests, not POSIX::tmpnam, so that it works
+  on Android.  See https://github.com/petdance/file-next/issues/18
+  Thanks, Brian Fraser.
+
+---

Old:

  File-Next-1.12.tar.gz

New:

  File-Next-1.16.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-File-Next.spec ++
--- /var/tmp/diff_new_pack.0RBGOb/_old  2016-07-12 23:52:34.0 +0200
+++ /var/tmp/diff_new_pack.0RBGOb/_new  2016-07-12 23:52:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Next
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,20 +17,19 @@
 
 
 Name:   perl-File-Next
-Version:1.12
+Version:1.16
 Release:0
 %define cpan_name File-Next
 Summary:File-finding iterator
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Next/
-Source: 
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) >= 0.88
-#BuildRequires: perl(File::Next)
-#BuildRequires: perl(Util)
 Requires:   perl(Test::More) >= 0.88
 %{perl_requires}
 

++ File-Next-1.12.tar.gz -> File-Next-1.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Next-1.12/Changes new/File-Next-1.16/Changes
--- old/File-Next-1.12/Changes  2012-12-22 22:22:40.0 +0100
+++ new/File-Next-1.16/Changes  2016-07-08 05:55:10.0 +0200
@@ -3,6 +3,36 @@
 File::Next does NOT use rt.cpan.org for bug tracking.  Please report
 problems at http://github.com/petdance/file-next/issues.
 
+1.16 Thu Jul  7 22:41:30 CDT 2016
+[FIXES]
+File::Next::from_file() would ignore the C argument
+if it was passed in.
+
+
+1.14 Thu Jun  9 22:33:24 CDT 2016
+No changes since 1.13_02.
+
+
+1.13_02 Sun Jun  5 23:18:10 CDT 2016
+
+[FIXES]
+t/follow.t would cause failures in other tests when running in
+parallel.  Now it correctly uses a temp directory.
+
+
+1.13_01 Mon May 30 21:45:42 CDT 2016
+[FIXES]
+File::Next::from_file() was incorrectly using the error_handler parm
+for both error and warning handler.
+
+[INTERNAL]
+Optimized -f/-p calls in files() to not repeat the variable.
+
+Use File::Temp in tests, not POSIX::tmpnam, so that it works
+on Android.  See https://github.com/petdance/file-next/issues/18
+Thanks, Brian Fraser.
+
+
 1.12Sat Dec 22 15:22:31 CST 2012
 [FIXES]
 Fix detection of named pipes under various flavors of BSD.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Next-1.12/META.json 

commit perl-File-Next for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Next for openSUSE:Factory 
checked in at 2013-06-06 13:13:12

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


Package is perl-File-Next

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Next/perl-File-Next.changes
2011-11-21 12:39:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Next.new/perl-File-Next.changes   
2013-06-06 13:13:13.0 +0200
@@ -1,0 +2,34 @@
+Wed Jun  5 14:04:00 UTC 2013 - cfarr...@suse.com
+
+- license update: Artistic-2.0
+  See Readme.md
+
+---
+Tue Jun  4 08:55:23 UTC 2013 - co...@suse.com
+
+- updated to 1.12
+ [FIXES]
+ Fix detection of named pipes under various flavors of BSD.
+ 
+ 
+ [ENHANCEMENTS]
+ Added the warning_handler argument to File::Next::from_file().
+ This is so from_file() can throw a warning if a non-existent
+ file is in the file it came from.
+ 
+ [FIXES]
+ from_file() should return undef if the file can't be opened.
+ 
+ Fixed test failures and made tests more portable.
+ 
+ 
+ [ENHANCEMENTS]
+ Added File::Next::from_file() to get the list of files to iterate
+ over from a file, or from STDIN.
+ 
+ Named pipes are now supported.
+ 
+ [INTERNAL]
+ Add more tests, and clean up some Perl::Critic warnings.
+
+---

Old:

  File-Next-1.06.tar.gz

New:

  File-Next-1.12.tar.gz



Other differences:
--
++ perl-File-Next.spec ++
--- /var/tmp/diff_new_pack.6GXGdP/_old  2013-06-06 13:13:14.0 +0200
+++ /var/tmp/diff_new_pack.6GXGdP/_new  2013-06-06 13:13:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Next
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,43 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-File-Next
+Version:1.12
+Release:0
 %define cpan_name File-Next
-Summary:File::Next Perl module
-Version:1.06
-Release:3
-License:GPL-1.0+ or Artistic-1.0
+Summary:File-finding iterator
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Next/
-#Source: 
http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/File-Next-1.06.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) = 1.14
-BuildRequires:  perl(Test::Pod::Coverage) = 1.14
-%endif
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(File::Spec)
-#
-Requires:   perl(File::Spec)
+BuildRequires:  perl(Test::More) = 0.88
+#BuildRequires: perl(File::Next)
+#BuildRequires: perl(Util)
+Requires:   perl(Test::More) = 0.88
+%{perl_requires}
 
 %description
-File::Next is an iterator-based module for finding files.  It's
-lightweight, has no dependencies, runs under taint mode, and puts your
-program more directly in control of file selection.
+File-finding iterator
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 %{__make} %{?_smp_mflags}
 
 %check
@@ -60,17 +50,10 @@
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root,-)
-%doc Changes README
-%dir %{perl_vendorlib}/File
-%{perl_vendorlib}/File/Next.pm
-%dir %{perl_vendorarch}/auto/File
-%{perl_vendorarch}/auto/File/Next
-%doc %{perl_man3dir}/File::Next.%{perl_man3ext}*
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes README.md
 
 %changelog

++ File-Next-1.06.tar.gz - File-Next-1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Next-1.06/Changes new/File-Next-1.12/Changes
--- old/File-Next-1.06/Changes  2009-08-04 22:11:08.0 +0200
+++ new/File-Next-1.12/Changes  2012-12-22 22:22:40.0 +0100
@@ -3,6 +3,34 @@
 File::Next does NOT use rt.cpan.org for bug tracking.  

commit perl-File-Next for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Next for openSUSE:Factory 
checked in at 2011-12-06 18:41:24

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


Package is perl-File-Next, Maintainer is 

Changes:




Other differences:
--
++ perl-File-Next.spec ++
--- /var/tmp/diff_new_pack.sls2w6/_old  2011-12-06 19:08:25.0 +0100
+++ /var/tmp/diff_new_pack.sls2w6/_new  2011-12-06 19:08:25.0 +0100
@@ -24,7 +24,7 @@
 Summary:File::Next Perl module
 Version:1.06
 Release:3
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Next/
 #Source: 
http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/File-Next-1.06.tar.gz

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



commit perl-File-Next for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Next for openSUSE:Factory 
checked in at 2011-11-21 12:39:52

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


Package is perl-File-Next, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Next/perl-File-Next.changes
2011-09-23 12:37:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Next.new/perl-File-Next.changes   
2011-11-21 12:39:57.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:09:00 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  File-Next-1.06.tar.bz2

New:

  File-Next-1.06.tar.gz



Other differences:
--
++ perl-File-Next.spec ++
--- /var/tmp/diff_new_pack.hXm0GT/_old  2011-11-21 12:39:58.0 +0100
+++ /var/tmp/diff_new_pack.hXm0GT/_new  2011-11-21 12:39:58.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-File-Next (Version 1.06)
+# spec file for package perl-File-Next
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -28,7 +28,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Next/
 #Source: 
http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/File-Next-1.06.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl

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