commit perl-File-Which for openSUSE:Factory

2019-01-05 Thread root
Hello community,

here is the log from the commit of package perl-File-Which for openSUSE:Factory 
checked in at 2019-01-05 14:41:04

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


Package is "perl-File-Which"

Sat Jan  5 14:41:04 2019 rev:28 rq:662490 version:1.23

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Which/perl-File-Which.changes  
2017-09-15 21:01:56.466583450 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-File-Which.new.28833/perl-File-Which.changes   
2019-01-05 14:41:05.560544703 +0100
@@ -1,0 +2,12 @@
+Tue Jan  1 06:23:46 UTC 2019 - Stephan Kulow 
+
+- updated to 1.23
+   see /usr/share/doc/packages/perl-File-Which/Changes
+
+  1.23  2018-12-31 14:28:16 -0500
+- Internally use IS_WIN instead of IS_DOS for DOS/Windows style
+  operating systems.  This is 2018 (almost 2019) after all.
+  IS_DOS is now an alias for IS_WIN, although these are not public
+  interfaces so you shouldn't be using them anyway.
+
+---

Old:

  File-Which-1.22.tar.gz

New:

  File-Which-1.23.tar.gz



Other differences:
--
++ perl-File-Which.spec ++
--- /var/tmp/diff_new_pack.c23RW3/_old  2019-01-05 14:41:06.048544289 +0100
+++ /var/tmp/diff_new_pack.c23RW3/_new  2019-01-05 14:41:06.048544289 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Which
 #
-# Copyright (c) 2017 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,18 +12,18 @@
 # 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-Which
-Version:1.22
+Version:1.23
 Release:0
 %define cpan_name File-Which
 Summary:Perl implementation of the which utility as an API
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/File-Which/
+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
@@ -59,11 +59,11 @@
 # MANUAL END
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ File-Which-1.22.tar.gz -> File-Which-1.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.22/Changes new/File-Which-1.23/Changes
--- old/File-Which-1.22/Changes 2017-09-08 20:09:02.0 +0200
+++ new/File-Which-1.23/Changes 2018-12-31 20:28:19.0 +0100
@@ -1,5 +1,11 @@
 Revision history for File-Which
 
+1.23  2018-12-31 14:28:16 -0500
+  - Internally use IS_WIN instead of IS_DOS for DOS/Windows style
+operating systems.  This is 2018 (almost 2019) after all.
+IS_DOS is now an alias for IS_WIN, although these are not public
+interfaces so you shouldn't be using them anyway.
+
 1.22  2017-09-08 14:08:59 -0400
   - Support for MSYS2 ($^O eq 'msys')
 
@@ -122,4 +128,4 @@
 
 0.01 Sun 14 Apr 2002
- original version; extracted from DocSet. Only plain which() with
- docs and tests. 
+ docs and tests.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.22/INSTALL new/File-Which-1.23/INSTALL
--- old/File-Which-1.22/INSTALL 2017-09-08 20:09:02.0 +0200
+++ new/File-Which-1.23/INSTALL 2018-12-31 20:28:19.0 +0100
@@ -22,7 +22,7 @@
 ## Manual installation
 
 As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+install configure prerequisites (see below), then build it:
 
 % perl Makefile.PL
 % make && make test
@@ -31,13 +31,42 @@
 
 % make install
 
+On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
+
 If your perl is system-managed, you can create a local::lib in your home
 directory to install modules to. For details, see the local::lib documentation:
 https://metacpan.org/pod/local::lib
 
+The prerequisites of this distribution will also have to be installed 
manually. The
+prerequisites are listed in 

commit perl-File-Which for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package perl-File-Which for openSUSE:Factory 
checked in at 2017-09-15 21:01:55

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


Package is "perl-File-Which"

Fri Sep 15 21:01:55 2017 rev:27 rq:522991 version:1.22

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Which/perl-File-Which.changes  
2016-06-03 16:37:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Which.new/perl-File-Which.changes 
2017-09-15 21:01:56.466583450 +0200
@@ -1,0 +2,9 @@
+Sat Sep  9 05:34:17 UTC 2017 - co...@suse.com
+
+- updated to 1.22
+   see /usr/share/doc/packages/perl-File-Which/Changes
+
+  1.22  2017-09-08 14:08:59 -0400
+- Support for MSYS2 ($^O eq 'msys')
+
+---

Old:

  File-Which-1.21.tar.gz

New:

  File-Which-1.22.tar.gz



Other differences:
--
++ perl-File-Which.spec ++
--- /var/tmp/diff_new_pack.5V2Gop/_old  2017-09-15 21:01:57.598424573 +0200
+++ /var/tmp/diff_new_pack.5V2Gop/_new  2017-09-15 21:01:57.602424011 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Which
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,14 @@
 
 
 Name:   perl-File-Which
-Version:1.21
+Version:1.22
 Release:0
 %define cpan_name File-Which
 Summary:Perl implementation of the which utility as an API
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Which/
-Source0:
http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
+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
@@ -72,6 +72,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc author.yml Changes README
+%license LICENSE
 
 %changelog

++ File-Which-1.21.tar.gz -> File-Which-1.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.21/Changes new/File-Which-1.22/Changes
--- old/File-Which-1.21/Changes 2016-03-02 20:20:45.0 +0100
+++ new/File-Which-1.22/Changes 2017-09-08 20:09:02.0 +0200
@@ -1,5 +1,8 @@
 Revision history for File-Which
 
+1.22  2017-09-08 14:08:59 -0400
+  - Support for MSYS2 ($^O eq 'msys')
+
 1.21  2016-03-02 14:20:43 -0500
   - Workaround for nutty cygwin filesystem rules
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.21/INSTALL new/File-Which-1.22/INSTALL
--- old/File-Which-1.21/INSTALL 2016-03-02 20:20:45.0 +0100
+++ new/File-Which-1.22/INSTALL 2017-09-08 20:09:02.0 +0200
@@ -8,10 +8,10 @@
 
 % cpanm File::Which
 
-If you are installing into a system-wide directory, you may need to pass the
-"-S" flag to cpanm, which uses sudo to install the module:
-
-% cpanm -S File::Which
+If it does not have permission to install modules to the current perl, cpanm
+will automatically set up and install to a local::lib in your home directory.
+See the local::lib documentation (https://metacpan.org/pod/local::lib) for
+details on enabling it in your environment.
 
 ## Installing with the CPAN shell
 
@@ -31,9 +31,9 @@
 
 % make install
 
-If you are installing into a system-wide directory, you may need to run:
-
-% sudo make install
+If your perl is system-managed, you can create a local::lib in your home
+directory to install modules to. For details, see the local::lib documentation:
+https://metacpan.org/pod/local::lib
 
 ## Documentation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.21/MANIFEST new/File-Which-1.22/MANIFEST
--- old/File-Which-1.21/MANIFEST2016-03-02 20:20:45.0 +0100
+++ new/File-Which-1.22/MANIFEST2017-09-08 20:09:02.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
 Changes
 INSTALL
 LICENSE
@@ -7,6 +7,7 @@
 META.yml
 Makefile.PL
 README
+author.yml
 corpus/test-bin-unix/0
 corpus/test-bin-unix/README.txt
 corpus/test-bin-unix/all
@@ -17,7 +18,6 @@
 corpus/test-bin-win/all.exe
 

commit perl-File-Which for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Which for openSUSE:Factory 
checked in at 2016-06-03 16:37:06

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


Package is "perl-File-Which"

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Which/perl-File-Which.changes  
2015-07-27 09:08:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Which.new/perl-File-Which.changes 
2016-06-03 16:37:07.0 +0200
@@ -1,0 +2,17 @@
+Tue May 31 18:30:51 UTC 2016 - co...@suse.com
+
+- fix test suite with a chmod
+
+---
+Tue May 31 10:26:09 UTC 2016 - co...@suse.com
+
+- updated to 1.21
+   see /usr/share/doc/packages/perl-File-Which/Changes
+
+  1.21  2016-03-02 14:20:43 -0500
+- Workaround for nutty cygwin filesystem rules
+  
+  1.20  2016-03-01 15:06:54 -0500
+- Fix bug where executable named "0" would not be found (gh#7)
+
+---

Old:

  File-Which-1.19.tar.gz

New:

  File-Which-1.21.tar.gz



Other differences:
--
++ perl-File-Which.spec ++
--- /var/tmp/diff_new_pack.DkygkM/_old  2016-06-03 16:37:08.0 +0200
+++ /var/tmp/diff_new_pack.DkygkM/_new  2016-06-03 16:37:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Which
 #
-# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   perl-File-Which
-Version:1.19
+Version:1.21
 Release:0
 %define cpan_name File-Which
 Summary:Perl implementation of the which utility as an API
@@ -33,12 +33,12 @@
 %{perl_requires}
 
 %description
-the File::Which manpage finds the full or relative paths to executable
-programs on the system. This is normally the function of 'which' utility.
-'which' is typically implemented as either a program or a built in shell
-command. On some platforms, such as Microsoft Windows it is not provided as
-part of the core operating system. This module provides a consistent API to
-this functionality regardless of the underlying platform.
+File::Which finds the full or relative paths to executable programs on the
+system. This is normally the function of 'which' utility. 'which' is
+typically implemented as either a program or a built in shell command. On
+some platforms, such as Microsoft Windows it is not provided as part of the
+core operating system. This module provides a consistent API to this
+functionality regardless of the underlying platform.
 
 The focus of this module is correctness and portability. As a consequence
 platforms where the current directory is implicitly part of the search path
@@ -48,12 +48,15 @@
 explicitly added to the path.
 
 If you need a portable 'which' on the command line in an environment that
-does not provide it, install the App::pwhich manpage which provides a
-command line interface to this API.
+does not provide it, install App::pwhich which provides a command line
+interface to this API.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+# MANUAL BEGIN
+chmod a+x corpus/test-bin-unix/0
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ File-Which-1.19.tar.gz -> File-Which-1.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.19/Changes new/File-Which-1.21/Changes
--- old/File-Which-1.19/Changes 2015-07-21 15:23:57.0 +0200
+++ new/File-Which-1.21/Changes 2016-03-02 20:20:45.0 +0100
@@ -1,5 +1,11 @@
 Revision history for File-Which
 
+1.21  2016-03-02 14:20:43 -0500
+  - Workaround for nutty cygwin filesystem rules
+
+1.20  2016-03-01 15:06:54 -0500
+  - Fix bug where executable named "0" would not be found (gh#7)
+
 1.19  2015-07-21 09:23:54 -0400
   - Relax required Perl back to 5.6.x as this module is upriver to
 a large number of modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.19/MANIFEST new/File-Which-1.21/MANIFEST
--- old/File-Which-1.19/MANIFEST2015-07-21 15:23:57.0 +0200
+++ new/File-Which-1.21/MANIFEST2016-03-02 20:20:45.0 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.036.
+# This file was automatically generated 

commit perl-File-Which for openSUSE:Factory

2015-07-27 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Which for openSUSE:Factory 
checked in at 2015-07-27 09:08:53

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


Package is perl-File-Which

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Which/perl-File-Which.changes  
2015-05-06 11:17:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Which.new/perl-File-Which.changes 
2015-07-27 09:08:54.0 +0200
@@ -1,0 +2,11 @@
+Wed Jul 22 08:54:32 UTC 2015 - co...@suse.com
+
+- updated to 1.19
+   see /usr/share/doc/packages/perl-File-Which/Changes
+
+  1.19  2015-07-21 09:23:54 -0400
+- Relax required Perl back to 5.6.x as this module is upriver to
+  a large number of modules
+- No non-core requirements back to 5.6.2
+
+---

Old:

  File-Which-1.18.tar.gz

New:

  File-Which-1.19.tar.gz



Other differences:
--
++ perl-File-Which.spec ++
--- /var/tmp/diff_new_pack.1BY2L8/_old  2015-07-27 09:08:55.0 +0200
+++ /var/tmp/diff_new_pack.1BY2L8/_new  2015-07-27 09:08:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-Which
-Version:1.18
+Version:1.19
 Release:0
 %define cpan_name File-Which
 Summary:Perl implementation of the which utility as an API
@@ -30,7 +30,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) = 0.94
 %{perl_requires}
 
 %description

++ File-Which-1.18.tar.gz - File-Which-1.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.18/Changes new/File-Which-1.19/Changes
--- old/File-Which-1.18/Changes 2015-05-04 21:35:43.0 +0200
+++ new/File-Which-1.19/Changes 2015-07-21 15:23:57.0 +0200
@@ -1,5 +1,10 @@
 Revision history for File-Which
 
+1.19  2015-07-21 09:23:54 -0400
+  - Relax required Perl back to 5.6.x as this module is upriver to
+a large number of modules
+  - No non-core requirements back to 5.6.2
+
 1.18  2015-05-04 15:35:40 -0400
   - Remove prototypes (gh#6)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.18/MANIFEST new/File-Which-1.19/MANIFEST
--- old/File-Which-1.18/MANIFEST2015-05-04 21:35:43.0 +0200
+++ new/File-Which-1.19/MANIFEST2015-07-21 15:23:57.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.035.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.036.
 Changes
 INSTALL
 LICENSE
@@ -24,7 +24,6 @@
 t/test-bin/test2.bat
 t/test-bin/test3
 t/test-bin/test4/foo.txt
-xt/release/build_environment.t
 xt/release/eol.t
 xt/release/fixme.t
 xt/release/no_tabs.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.18/META.json 
new/File-Which-1.19/META.json
--- old/File-Which-1.18/META.json   2015-05-04 21:35:43.0 +0200
+++ new/File-Which-1.19/META.json   2015-07-21 15:23:57.0 +0200
@@ -6,7 +6,7 @@
   Graham Ollis plice...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 5.035, CPAN::Meta::Converter version 
2.150001,
+   generated_by : Dist::Zilla version 5.036, CPAN::Meta::Converter version 
2.150001,
license : [
   perl_5
],
@@ -19,18 +19,18 @@
   configure : {
  requires : {
 ExtUtils::MakeMaker : 0,
-perl : 5.008001
+perl : 5.006
  }
   },
   runtime : {
  requires : {
-perl : 5.008001
+perl : 5.006
  }
   },
   test : {
  requires : {
-Test::More : 0.94,
-perl : 5.008001
+Test::More : 0.47,
+perl : 5.006
  }
   }
},
@@ -46,6 +46,6 @@
  web : https://github.com/plicease/File-Which;
   }
},
-   version : 1.18
+   version : 1.19
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.18/META.yml new/File-Which-1.19/META.yml
--- old/File-Which-1.18/META.yml2015-05-04 21:35:43.0 +0200
+++ new/File-Which-1.19/META.yml2015-07-21 15:23:57.0 +0200
@@ -5,22 +5,22 @@
   - 'Adam Kennedy ad...@cpan.org'
   - 'Graham Ollis plice...@cpan.org'
 build_requires:
-  Test::More: '0.94'
-  perl: '5.008001'
+  Test::More: '0.47'
+  perl: '5.006'
 configure_requires:
   ExtUtils::MakeMaker: '0'
-  perl: '5.008001'
+  perl: '5.006'
 

commit perl-File-Which for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Which for openSUSE:Factory 
checked in at 2015-05-06 11:17:57

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


Package is perl-File-Which

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Which/perl-File-Which.changes  
2015-05-05 00:54:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Which.new/perl-File-Which.changes 
2015-05-06 11:17:58.0 +0200
@@ -1,0 +2,9 @@
+Tue May  5 08:20:44 UTC 2015 - co...@suse.com
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-File-Which/Changes
+
+  1.18  2015-05-04 15:35:40 -0400
+- Remove prototypes (gh#6)
+
+---

Old:

  File-Which-1.17.tar.gz

New:

  File-Which-1.18.tar.gz



Other differences:
--
++ perl-File-Which.spec ++
--- /var/tmp/diff_new_pack.loU73b/_old  2015-05-06 11:17:59.0 +0200
+++ /var/tmp/diff_new_pack.loU73b/_new  2015-05-06 11:17:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-Which
-Version:1.17
+Version:1.18
 Release:0
 %define cpan_name File-Which
 Summary:Perl implementation of the which utility as an API

++ File-Which-1.17.tar.gz - File-Which-1.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/Changes new/File-Which-1.18/Changes
--- old/File-Which-1.17/Changes 2015-05-01 13:06:04.0 +0200
+++ new/File-Which-1.18/Changes 2015-05-04 21:35:43.0 +0200
@@ -1,5 +1,8 @@
 Revision history for File-Which
 
+1.18  2015-05-04 15:35:40 -0400
+  - Remove prototypes (gh#6)
+
 1.17  2015-05-01 07:06:00 -0400
   - Removed pwhich as forwarned in 1.10
   - Migrated to Dist::Zilla (relevant only for development)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/META.json 
new/File-Which-1.18/META.json
--- old/File-Which-1.17/META.json   2015-05-01 13:06:04.0 +0200
+++ new/File-Which-1.18/META.json   2015-05-04 21:35:43.0 +0200
@@ -46,6 +46,6 @@
  web : https://github.com/plicease/File-Which;
   }
},
-   version : 1.17
+   version : 1.18
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/META.yml new/File-Which-1.18/META.yml
--- old/File-Which-1.17/META.yml2015-05-01 13:06:04.0 +0200
+++ new/File-Which-1.18/META.yml2015-05-04 21:35:43.0 +0200
@@ -23,4 +23,4 @@
   bugtracker: https://github.com/plicease/File-Which/issues
   homepage: http://perl.wdlabs.com/File-Which
   repository: git://github.com/plicease/File-Which.git
-version: '1.17'
+version: '1.18'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/Makefile.PL 
new/File-Which-1.18/Makefile.PL
--- old/File-Which-1.17/Makefile.PL 2015-05-01 13:06:04.0 +0200
+++ new/File-Which-1.18/Makefile.PL 2015-05-04 21:35:43.0 +0200
@@ -27,7 +27,7 @@
   TEST_REQUIRES = {
 Test::More = 0.94
   },
-  VERSION = 1.17,
+  VERSION = 1.18,
   test = {
 TESTS = t/*.t
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/README new/File-Which-1.18/README
--- old/File-Which-1.17/README  2015-05-01 13:06:04.0 +0200
+++ new/File-Which-1.18/README  2015-05-04 21:35:43.0 +0200
@@ -4,7 +4,7 @@
 
 VERSION
 
-version 1.17
+version 1.18
 
 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/dist.ini new/File-Which-1.18/dist.ini
--- old/File-Which-1.17/dist.ini2015-05-01 13:06:04.0 +0200
+++ new/File-Which-1.18/dist.ini2015-05-04 21:35:43.0 +0200
@@ -5,7 +5,7 @@
 license  = Perl_5
 copyright_holder = Per Einar Ellefsen perei...@cpan.org
 copyright_year   = 2002
-version  = 1.17
+version  = 1.18
 
 [@Author::Plicease]
 release_tests  = 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/lib/File/Which.pm 
new/File-Which-1.18/lib/File/Which.pm
--- old/File-Which-1.17/lib/File/Which.pm   2015-05-01 13:06:04.0 
+0200
+++ new/File-Which-1.18/lib/File/Which.pm   2015-05-04 21:35:43.0 
+0200
@@ -7,17 +7,19 @@
 use File::Spec ();
 
 # ABSTRACT: Perl implementation of the which utility as an API
-our $VERSION = '1.17'; # VERSION
+our $VERSION = '1.18'; # VERSION
 
 
 our @ISA   = 'Exporter';
 our @EXPORT= 

commit perl-File-Which for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Which for openSUSE:Factory 
checked in at 2015-05-05 00:54:40

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


Package is perl-File-Which

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Which/perl-File-Which.changes  
2015-04-22 01:07:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Which.new/perl-File-Which.changes 
2015-05-05 00:54:40.0 +0200
@@ -1,0 +2,6 @@
+Sat May  2 05:50:03 UTC 2015 - co...@suse.com
+
+- updated to 1.17
+   see /usr/share/doc/packages/perl-File-Which/Changes
+
+---

Old:

  File-Which-1.16.tar.gz

New:

  File-Which-1.17.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-File-Which.spec ++
--- /var/tmp/diff_new_pack.DPVqG4/_old  2015-05-05 00:54:41.0 +0200
+++ /var/tmp/diff_new_pack.DPVqG4/_new  2015-05-05 00:54:41.0 +0200
@@ -17,33 +17,40 @@
 
 
 Name:   perl-File-Which
-Version:1.16
+Version:1.17
 Release:0
 %define cpan_name File-Which
-Summary:Portable implementation of the `which' utility
+Summary:Perl implementation of the which utility as an API
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Which/
-Source: 
http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.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(Test::More) = 0.80
+BuildRequires:  perl(Test::More) = 0.94
 %{perl_requires}
 
 %description
-'File::Which' was created to be able to get the paths to executable
-programs on systems under which the `which' program wasn't implemented in
-the shell.
-
-'File::Which' searches the directories of the user's 'PATH' (as returned by
-'File::Spec-path()'), looking for executable files having the name
-specified as a parameter to 'which()'. Under Win32 systems, which do not
-have a notion of directly executable files, but uses special extensions
-such as '.exe' and '.bat' to identify them, 'File::Which' takes extra steps
-to assure that you will find the correct file (so for example, you might be
-searching for 'perl', it'll try _perl.exe_, _perl.bat_, etc.)
+the File::Which manpage finds the full or relative paths to executable
+programs on the system. This is normally the function of 'which' utility.
+'which' is typically implemented as either a program or a built in shell
+command. On some platforms, such as Microsoft Windows it is not provided as
+part of the core operating system. This module provides a consistent API to
+this functionality regardless of the underlying platform.
+
+The focus of this module is correctness and portability. As a consequence
+platforms where the current directory is implicitly part of the search path
+such as Microsoft Windows will find executables in the current directory,
+whereas on platforms such as UNIX where this is not the case executables in
+the current directory will only be found if the current directory is
+explicitly added to the path.
+
+If you need a portable 'which' on the command line in an environment that
+does not provide it, install the App::pwhich manpage which provides a
+command line interface to this API.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ File-Which-1.16.tar.gz - File-Which-1.17.tar.gz ++
 2711 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e s,hunspell-X,$hunspell, t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver  make test
#ignore_requires: Bizarre::Module



commit perl-File-Which for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Which for openSUSE:Factory 
checked in at 2015-04-22 01:07:35

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


Package is perl-File-Which

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Which/perl-File-Which.changes  
2011-11-21 12:40:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Which.new/perl-File-Which.changes 
2015-04-22 01:07:36.0 +0200
@@ -1,0 +2,44 @@
+Tue Apr 14 19:56:03 UTC 2015 - co...@suse.com
+
+- updated to 1.16
+   see /usr/share/doc/packages/perl-File-Which/Changes
+
+  1.16 Sun 29 Mar 2015
+- Remove use Test::Script from tests that escaped when this requirement
+  became optional.
+  
+  1.15 Sun 29 Mar 2015
+- Fixed small but important POD error
+  
+  1.14 Sun 29 Mar 2015
+- App::pwhich is no longer bundled with File::Which and included
+  in its own distribution.
+- pwhich that comes with this distribution is deprecated, and will
+  report a warning if you try to use it, you should insted install
+  App::pwhich.
+- pwhich that comes with this distribution will not be installed if
+  App::pwhich 1.14 or better is already installed.
+- pwhich will be removed from this distribution, but not before
+  30 April 2015.
+- Make Test::Script an optional dependency
+  
+  1.12 Thu 26 Mar 2015
+- Fixed bug in pwhich introduced in version 1.10 where only the
+  first file was searched for
+  
+  1.11 Thu 26 Mar 2015
+- Support for relative and fully qualified paths in Unix (gh#2)
+  
+  1.10 Thu 26 Mar 2015
+- Test::Script is now a test instead of runtime requirement
+  It will be entirely removed as a prerequisite in a subsequent
+  release
+- Will now find .exe and .com files (as it should) on cygwin (rt83146)
+- Declared required Perl version is now 5.005003
+- Updated repository and maintainer information.  Source for this
+  dist now lives on GitHub
+- New module App::pwhich contains the guts of pwhich.  It will be moved
+  into a separate dist in the near future.  pwhich will be deprecated
+  and removed from this dist in the near future.
+
+---

Old:

  File-Which-1.09.tar.gz

New:

  File-Which-1.16.tar.gz



Other differences:
--
++ perl-File-Which.spec ++
--- /var/tmp/diff_new_pack.vTfjyK/_old  2015-04-22 01:07:37.0 +0200
+++ /var/tmp/diff_new_pack.vTfjyK/_new  2015-04-22 01:07:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Which
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -15,48 +15,42 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-File-Which
+Version:1.16
+Release:0
 %define cpan_name File-Which
 Summary:Portable implementation of the `which' utility
-Version:1.09
-Release:7
-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-Which/
-#Source: 
http://www.cpan.org/modules/by-module/File/File-Which-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(File::Spec) = 0.60
-BuildRequires:  perl(Getopt::Std)
-BuildRequires:  perl(Test::Script) = 1.05
-#
-Requires:   perl(Exporter)
-Requires:   perl(File::Spec) = 0.60
-Requires:   perl(Getopt::Std)
-Requires:   perl(Test::Script) = 1.05
+BuildRequires:  perl(Test::More) = 0.80
+%{perl_requires}
 
 %description
-File::Which was created to be able to get the paths to executable programs
-on systems under which the `which' program wasn't implemented in the shell.
-
-Authors:
-
-Per Einar Ellefsen per.ei...@skynet.be
+'File::Which' was created to be able to get the paths to executable
+programs on systems under which the `which' program wasn't implemented in
+the shell.
+
+'File::Which' searches the directories of the user's 'PATH' (as returned by
+'File::Spec-path()'), looking for executable files having the name

commit perl-File-Which for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

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

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


Package is perl-File-Which, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ perl-File-Which.spec ++
--- /var/tmp/diff_new_pack.31uagI/_old  2011-12-06 19:08:56.0 +0100
+++ /var/tmp/diff_new_pack.31uagI/_new  2011-12-06 19:08:56.0 +0100
@@ -23,7 +23,7 @@
 Summary:Portable implementation of the `which' utility
 Version:1.09
 Release:7
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Which/
 #Source: 
http://www.cpan.org/modules/by-module/File/File-Which-%{version}.tar.gz

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



commit perl-File-Which for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Which for openSUSE:Factory 
checked in at 2011-11-21 12:40:10

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


Package is perl-File-Which, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Which/perl-File-Which.changes  
2011-09-23 12:37:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Which.new/perl-File-Which.changes 
2011-11-21 12:40:14.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:08:43 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  File-Which-1.09.tar.bz2

New:

  File-Which-1.09.tar.gz



Other differences:
--
++ perl-File-Which.spec ++
--- /var/tmp/diff_new_pack.zaeqpK/_old  2011-11-21 12:40:15.0 +0100
+++ /var/tmp/diff_new_pack.zaeqpK/_new  2011-11-21 12:40:15.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-File-Which (Version 1.09)
+# spec file for package perl-File-Which
 #
-# 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
@@ -27,7 +27,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Which/
 #Source: 
http://www.cpan.org/modules/by-module/File/File-Which-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

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