commit perl-Module-Install for openSUSE:Factory

2018-02-09 Thread root
Hello community,

here is the log from the commit of package perl-Module-Install for 
openSUSE:Factory checked in at 2018-02-09 15:47:26

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


Package is "perl-Module-Install"

Fri Feb  9 15:47:26 2018 rev:16 rq:573984 version:1.19

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Install/perl-Module-Install.changes  
2017-04-11 12:43:42.390943116 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Install.new/perl-Module-Install.changes 
2018-02-09 15:47:29.051524455 +0100
@@ -1,0 +2,10 @@
+Wed Feb  7 16:50:47 UTC 2018 - co...@suse.com
+
+- updated to 1.19
+   see /usr/share/doc/packages/perl-Module-Install/Changes
+
+  1.19  2017-12-19
+- remove use of INIT phase in Module::Install::DSL, to fix issues on perl
+  5.27.7 (see cpan RT#123867 and perl RT#132577)
+
+---

Old:

  Module-Install-1.18.tar.gz

New:

  Module-Install-1.19.tar.gz



Other differences:
--
++ perl-Module-Install.spec ++
--- /var/tmp/diff_new_pack.SuRCN4/_old  2018-02-09 15:47:30.023489552 +0100
+++ /var/tmp/diff_new_pack.SuRCN4/_new  2018-02-09 15:47:30.027489409 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Install
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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-Module-Install
-Version:1.18
+Version:1.19
 Release:0
 %define cpan_name Module-Install
 Summary:Standalone, extensible Perl module installer

++ Module-Install-1.18.tar.gz -> Module-Install-1.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.18/.travis.yml 
new/Module-Install-1.19/.travis.yml
--- old/Module-Install-1.18/.travis.yml 2017-04-04 21:03:06.0 +0200
+++ new/Module-Install-1.19/.travis.yml 2017-12-20 00:27:31.0 +0100
@@ -1,5 +1,8 @@
 language: perl
 perl:
+  - blead   # builds perl from git
+  - dev # latest point release
+  - '5.26'
   - '5.24'
   - '5.22'
   - '5.20'
@@ -9,6 +12,16 @@
   - '5.12'
   - '5.10'
   - '5.8'
+before_install:
+  - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
+  - source ~/travis-perl-helpers/init
+  - build-perl
+  - perl -V
+  - build-dist
+  - cd $BUILD_DIR
 install:
+  - cpan-install YAML::Tiny File::Remove Module::Build Module::ScanDeps 
Parse::CPAN::Meta
+script:
   - perl Makefile.PL
-  - cpanm --quiet --installdeps --notest .
+  - make
+  - prove -b -r -s -j1 $(test-files)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.18/Changes 
new/Module-Install-1.19/Changes
--- old/Module-Install-1.18/Changes 2017-04-04 21:16:32.0 +0200
+++ new/Module-Install-1.19/Changes 2017-12-20 00:29:13.0 +0100
@@ -1,5 +1,9 @@
 Changes for Perl programming language extension Module-Install
 
+1.19  2017-12-19
+  - remove use of INIT phase in Module::Install::DSL, to fix issues on perl
+5.27.7 (see cpan RT#123867 and perl RT#132577)
+
 1.18  2017-04-04
   - fix tests to no longer rely on . being in @INC (Graham Ollis, PR#58)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.18/MANIFEST.SKIP 
new/Module-Install-1.19/MANIFEST.SKIP
--- old/Module-Install-1.18/MANIFEST.SKIP   2017-04-04 21:29:13.0 
+0200
+++ new/Module-Install-1.19/MANIFEST.SKIP   2017-04-04 21:30:51.0 
+0200
@@ -1,70 +1,4 @@
-
-#!start included 
/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/25.10/lib/5.25.10/ExtUtils/MANIFEST.SKIP
-# Avoid version control files.
-\bRCS\b
-\bCVS\b
-\bSCCS\b
-,v$
-\B\.svn\b
-\B\.git\b
-\B\.gitignore\b
-\b_darcs\b
-\B\.cvsignore$
-
-# Avoid VMS specific MakeMaker generated files
-\bDescrip.MMS$
-\bDESCRIP.MMS$
-\bdescrip.mms$
-
-# Avoid Makemaker generated and utility files.
-\bMANIFEST\.bak
-\bMakefile$
-\bblib/
-\bMakeMaker-\d
-\bpm_to_blib\.ts$
-\bpm_to_blib$
-\bblibdirs\.ts$ # 6.18 through 6.25 generated this
-\b_eumm/# 7.05_05 and above
-
-# Avoid Module::Build generated and utility files.
-\bBuild$
-\b_build/
-\bBuild.bat$
-\bBuild.COM$
-\bBUILD.COM$
-\bbuild.com$
-
-# and Module::Build::Tiny generated files
-\b_build_params$
-
-# Avoid temp and backup files.
-~$
-\.old$
-\#$
-\b\.#
-\.bak$
-\.tmp$
-\.#
-\.rej$
-\..*\.sw.?$
-
-# Avoid OS-specific files/

commit perl-Module-Install for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package perl-Module-Install for 
openSUSE:Factory checked in at 2017-04-11 12:43:41

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


Package is "perl-Module-Install"

Tue Apr 11 12:43:41 2017 rev:15 rq:486132 version:1.18

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Install/perl-Module-Install.changes  
2016-11-10 13:28:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Install.new/perl-Module-Install.changes 
2017-04-11 12:43:42.390943116 +0200
@@ -1,0 +2,9 @@
+Wed Apr  5 06:21:18 UTC 2017 - co...@suse.com
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-Module-Install/Changes
+
+  1.18  2017-04-04
+- fix tests to no longer rely on . being in @INC (Graham Ollis, PR#58)
+
+---

Old:

  Module-Install-1.17.tar.gz

New:

  Module-Install-1.18.tar.gz



Other differences:
--
++ perl-Module-Install.spec ++
--- /var/tmp/diff_new_pack.ozqexC/_old  2017-04-11 12:43:43.178831790 +0200
+++ /var/tmp/diff_new_pack.ozqexC/_new  2017-04-11 12:43:43.182831225 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Install
 #
-# 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-Module-Install
-Version:1.17
+Version:1.18
 Release:0
 %define cpan_name Module-Install
 Summary:Standalone, extensible Perl module installer
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Install/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Module-Install-1.17.tar.gz -> Module-Install-1.18.tar.gz ++
 1663 lines of diff (skipped)




commit perl-Module-Install for openSUSE:Factory

2016-11-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Install for 
openSUSE:Factory checked in at 2016-11-10 13:28:39

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


Package is "perl-Module-Install"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Install/perl-Module-Install.changes  
2015-05-02 16:15:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Install.new/perl-Module-Install.changes 
2016-11-10 13:28:40.0 +0100
@@ -1,0 +2,12 @@
+Tue Oct 25 05:48:58 UTC 2016 - co...@suse.com
+
+- updated to 1.17
+   see /usr/share/doc/packages/perl-Module-Install/Changes
+
+  1.17  2016-10-24
+- fix issue with mkpath with empty path
+- removed irrelevant code for Perl < v5.6
+- VMS fixes (RT#79858, Craig A. Berry)
+- documentation updated to reflect current discouraged state
+
+---

Old:

  Module-Install-1.16.tar.gz

New:

  Module-Install-1.17.tar.gz



Other differences:
--
++ perl-Module-Install.spec ++
--- /var/tmp/diff_new_pack.UFOPS3/_old  2016-11-10 13:28:41.0 +0100
+++ /var/tmp/diff_new_pack.UFOPS3/_new  2016-11-10 13:28:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Install
 #
-# 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-Module-Install
-Version:1.16
+Version:1.17
 Release:0
 %define cpan_name Module-Install
 Summary:Standalone, extensible Perl module installer
@@ -66,8 +66,8 @@
 %description
 *Module::Install* is a package for writing installers for CPAN (or
 CPAN-like) distributions that are clean, simple, minimalist, act in a
-strictly correct manner with the ExtUtils::MakeMaker manpage, and will run
-on any Perl installation version 5.005 or newer.
+strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl
+installation version 5.005 or newer.
 
 The intent is to make it as easy as possible for CPAN authors (and
 especially for first-time CPAN authors) to have installers that follow all
@@ -91,6 +91,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes README TODO
 
 %changelog

++ Module-Install-1.16.tar.gz -> Module-Install-1.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.16/.ackrc 
new/Module-Install-1.17/.ackrc
--- old/Module-Install-1.16/.ackrc  1970-01-01 01:00:00.0 +0100
+++ new/Module-Install-1.17/.ackrc  2015-05-09 00:55:20.0 +0200
@@ -0,0 +1,3 @@
+--ignore-dir=Module-Install-1.14
+--ignore-dir=Module-Install-1.15
+--ignore-dir=Module-Install-1.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.16/Changes 
new/Module-Install-1.17/Changes
--- old/Module-Install-1.16/Changes 2015-05-02 02:56:16.0 +0200
+++ new/Module-Install-1.17/Changes 2016-10-24 03:58:19.0 +0200
@@ -1,5 +1,11 @@
 Changes for Perl programming language extension Module-Install
 
+1.17  2016-10-24
+  - fix issue with mkpath with empty path
+  - removed irrelevant code for Perl < v5.6
+  - VMS fixes (RT#79858, Craig A. Berry)
+  - documentation updated to reflect current discouraged state
+
 1.16 Sat 2 May 2015
   - add missing test prereq on autodie
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.16/MANIFEST 
new/Module-Install-1.17/MANIFEST
--- old/Module-Install-1.16/MANIFEST2015-05-02 03:05:52.0 +0200
+++ new/Module-Install-1.17/MANIFEST2016-10-24 03:59:28.0 +0200
@@ -1,3 +1,4 @@
+.ackrc
 .travis.yml
 Changes
 lib/inc/Module/Install.pm
@@ -82,4 +83,5 @@
 t/34_readwrite.t
 t/lib/Test.pm
 t/recursive/test.t
+TODO
 xt/licenses.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.16/MANIFEST.SKIP 
new/Module-Install-1.17/MANIFEST.SKIP
--- old/Module-Install-1.16/MANIFEST.SKIP   2015-05-02 03:03:43.0 
+0200
+++ new/Module-Install-1.17/MANIFEST.SKIP   2016-10-24 04:00:27.0 
+0200
@@ -1,70 +1,4 @@
-
-#!start included 
/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/21.11/lib/5.21.11/ExtUtils/MANIFEST.SKIP
-# Avoid version control files.
-\bRCS\b
-\bCVS\b
-\bSCCS\b
-,v$
-\B\.svn\b
-\B\.git\b
-\B\.gitignore\b
-\b_darcs\b

commit perl-Module-Install for openSUSE:Factory

2015-05-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Install for 
openSUSE:Factory checked in at 2015-05-02 16:15:45

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


Package is "perl-Module-Install"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Install/perl-Module-Install.changes  
2015-04-18 10:41:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Install.new/perl-Module-Install.changes 
2015-05-02 16:15:47.0 +0200
@@ -1,0 +2,6 @@
+Sat May  2 06:00:42 UTC 2015 - co...@suse.com
+
+- updated to 1.16
+   see /usr/share/doc/packages/perl-Module-Install/Changes
+
+---

Old:

  Module-Install-1.15.tar.gz

New:

  Module-Install-1.16.tar.gz



Other differences:
--
++ perl-Module-Install.spec ++
--- /var/tmp/diff_new_pack.GzDRtW/_old  2015-05-02 16:15:48.0 +0200
+++ /var/tmp/diff_new_pack.GzDRtW/_new  2015-05-02 16:15:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Install
-Version:1.15
+Version:1.16
 Release:0
 %define cpan_name Module-Install
 Summary:Standalone, extensible Perl module installer
@@ -43,13 +43,14 @@
 BuildRequires:  perl(Test::Harness) >= 3.13
 BuildRequires:  perl(Test::More) >= 0.86
 BuildRequires:  perl(YAML::Tiny) >= 1.33
+BuildRequires:  perl(autodie)
 Requires:   perl(Devel::PPPort) >= 3.16
 Requires:   perl(ExtUtils::Install) >= 1.52
 Requires:   perl(ExtUtils::MakeMaker) >= 6.59
 Requires:   perl(ExtUtils::ParseXS) >= 2.19
 Requires:   perl(File::Remove) >= 1.42
 Requires:   perl(File::Spec) >= 3.28
-Requires:   perl(Module::Build) >= 0.29
+Requires:   perl(Module::Build) >= 0.29
 Requires:   perl(Module::CoreList) >= 2.17
 Requires:   perl(Module::ScanDeps) >= 1.09
 Requires:   perl(Parse::CPAN::Meta) >= 1.4413

++ Module-Install-1.15.tar.gz -> Module-Install-1.16.tar.gz ++
 2818 lines of diff (skipped)




commit perl-Module-Install for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Install for 
openSUSE:Factory checked in at 2015-04-18 10:40:59

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


Package is "perl-Module-Install"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Install/perl-Module-Install.changes  
2015-04-15 16:22:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Install.new/perl-Module-Install.changes 
2015-04-18 10:41:00.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 17 08:29:56 UTC 2015 - co...@suse.com
+
+- updated to 1.15
+   see /usr/share/doc/packages/perl-Module-Install/Changes
+
+  1.15 Thu Apr 16 2015
+- respect the 'urllist' option when using the CPAN backend (Dan Brook)
+- fixes for newlines on MSWin32 (Christian Walde)
+
+---

Old:

  Module-Install-1.14.tar.gz

New:

  Module-Install-1.15.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Module-Install.spec ++
--- /var/tmp/diff_new_pack.vBliJE/_old  2015-04-18 10:41:00.0 +0200
+++ /var/tmp/diff_new_pack.vBliJE/_new  2015-04-18 10:41:00.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Module-Install
-Version:1.14
+Version:1.15
 Release:0
 %define cpan_name Module-Install
 Summary:Standalone, extensible Perl module installer
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Install/
-Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -35,7 +36,7 @@
 BuildRequires:  perl(ExtUtils::ParseXS) >= 2.19
 BuildRequires:  perl(File::Remove) >= 1.42
 BuildRequires:  perl(File::Spec) >= 3.28
-BuildRequires:  perl(Module::Build) >= 0.29
+BuildRequires:  perl(Module::Build) >= 0.29
 BuildRequires:  perl(Module::CoreList) >= 2.17
 BuildRequires:  perl(Module::ScanDeps) >= 1.09
 BuildRequires:  perl(Parse::CPAN::Meta) >= 1.4413

++ Module-Install-1.14.tar.gz -> Module-Install-1.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.14/Changes 
new/Module-Install-1.15/Changes
--- old/Module-Install-1.14/Changes 2014-10-25 15:07:17.0 +0200
+++ new/Module-Install-1.15/Changes 2015-04-16 22:46:26.0 +0200
@@ -1,5 +1,9 @@
 Changes for Perl programming language extension Module-Install
 
+1.15 Thu Apr 16 2015
+  - respect the 'urllist' option when using the CPAN backend (Dan Brook)
+  - fixes for newlines on MSWin32 (Christian Walde)
+
 1.14 Sat 25 Oct 2014
   - Newlines should be consistently UNIX-stylee now in generated files 
(MITHALDU)
   - Mark two tests as TODO if EUMM > 6.98 until utf8 gets fixed (BINGOS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.14/MANIFEST 
new/Module-Install-1.15/MANIFEST
--- old/Module-Install-1.14/MANIFEST2014-10-25 15:11:23.0 +0200
+++ new/Module-Install-1.15/MANIFEST2015-04-16 22:53:51.0 +0200
@@ -50,6 +50,7 @@
 lib/Module/Install/WriteAll.pm
 Makefile.PL
 MANIFEST   This list of files
+MANIFEST.SKIP
 META.yml
 README
 t/01_compile.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.14/MANIFEST.SKIP 
new/Module-Install-1.15/MANIFEST.SKIP
--- old/Module-Install-1.14/MANIFEST.SKIP   1970-01-01 01:00:00.0 
+0100
+++ new/Module-Install-1.15/MANIFEST.SKIP   2015-04-16 22:53:09.0 
+0200
@@ -0,0 +1,71 @@
+
+#!start included 
/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/21.10/lib/5.21.10/ExtUtils/MANIFEST.SKIP
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+\bSCCS\b
+,v$
+\B\.svn\b
+\B\.git\b
+\B\.gitignore\b
+\b_darcs\b
+\B\.cvsignore$
+
+# Avoid VMS specific MakeMaker generated files
+\bDescrip.MMS$
+\bDESCRIP.MMS$
+\bdescrip.mms$
+
+# Avoid Makemaker generated and utility files.
+\bMANIFEST\.bak
+\bMakefile$
+\bblib/
+\bMakeMaker-\d
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$ # 6.18 through 6.25 generated this
+\b_eumm/# 7.05_05 and above
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+\bBuild.bat$
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
+
+# and Module::Build::Tiny generated files
+\b_build_params$
+
+# Avoid temp and backup files.
+~$
+\.old

commit perl-Module-Install for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Install for 
openSUSE:Factory checked in at 2015-04-15 16:21:59

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


Package is "perl-Module-Install"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Install/perl-Module-Install.changes  
2014-03-11 09:32:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Install.new/perl-Module-Install.changes 
2015-04-15 16:22:00.0 +0200
@@ -1,0 +2,25 @@
+Mon Apr 13 17:43:45 UTC 2015 - co...@suse.com
+
+- updated to 1.14
+   see /usr/share/doc/packages/perl-Module-Install/Changes
+
+  1.14 Sat 25 Oct 2014
+- Newlines should be consistently UNIX-stylee now in generated files 
(MITHALDU)
+- Mark two tests as TODO if EUMM > 6.98 until utf8 gets fixed (BINGOS)
+  
+  1.12 Fri 29 Aug 2014
+- Revert license behaviour (TSIBLEY)
+- Documentation also mentioning metacpan.org (LLAP)
+  
+  1.10 Fri 11 Jul 2014
+- Minimum perl version is now v5.6.0 (BOWTIE)
+- Update license tables (BOWTIE)
+- Prereqs and recommends adjusted (BOWTIE)
+- Typo fixes (BOWTIE)
+- Pod fixes (GREGOA)
+- Fix make upgradedeps work with bundles (JNWHITLEY)
+- Fix name_from regex to work with recent package syntax (BOWTIE)
+- Performance enhancements when running Makefile.PL (GFUJI)
+- Removed use of sub prototypes (BOWTIE)
+
+---

Old:

  Module-Install-1.08.tar.gz

New:

  Module-Install-1.14.tar.gz



Other differences:
--
++ perl-Module-Install.spec ++
--- /var/tmp/diff_new_pack.Rcr8Vf/_old  2015-04-15 16:22:00.0 +0200
+++ /var/tmp/diff_new_pack.Rcr8Vf/_new  2015-04-15 16:22:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Install
 #
-# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Install
-Version:1.08
+Version:1.14
 Release:0
 %define cpan_name Module-Install
 Summary:Standalone, extensible Perl module installer
@@ -29,36 +29,36 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Archive::Tar) >= 1.44
 BuildRequires:  perl(Devel::PPPort) >= 3.16
 BuildRequires:  perl(ExtUtils::Install) >= 1.52
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
 BuildRequires:  perl(ExtUtils::ParseXS) >= 2.19
 BuildRequires:  perl(File::Remove) >= 1.42
 BuildRequires:  perl(File::Spec) >= 3.28
-BuildRequires:  perl(JSON) >= 2.14
 BuildRequires:  perl(Module::Build) >= 0.29
 BuildRequires:  perl(Module::CoreList) >= 2.17
 BuildRequires:  perl(Module::ScanDeps) >= 1.09
-BuildRequires:  perl(PAR::Dist) >= 0.29
 BuildRequires:  perl(Parse::CPAN::Meta) >= 1.4413
 BuildRequires:  perl(Test::Harness) >= 3.13
 BuildRequires:  perl(Test::More) >= 0.86
 BuildRequires:  perl(YAML::Tiny) >= 1.33
-Requires:   perl(Archive::Tar) >= 1.44
 Requires:   perl(Devel::PPPort) >= 3.16
 Requires:   perl(ExtUtils::Install) >= 1.52
 Requires:   perl(ExtUtils::MakeMaker) >= 6.59
 Requires:   perl(ExtUtils::ParseXS) >= 2.19
 Requires:   perl(File::Remove) >= 1.42
 Requires:   perl(File::Spec) >= 3.28
-Requires:   perl(JSON) >= 2.14
 Requires:   perl(Module::Build) >= 0.29
 Requires:   perl(Module::CoreList) >= 2.17
 Requires:   perl(Module::ScanDeps) >= 1.09
-Requires:   perl(PAR::Dist) >= 0.29
 Requires:   perl(Parse::CPAN::Meta) >= 1.4413
 Requires:   perl(YAML::Tiny) >= 1.38
+Recommends: perl(Archive::Zip) >= 1.37
+Recommends: perl(File::HomeDir) >= 1
+Recommends: perl(JSON) >= 2.9
+Recommends: perl(LWP::Simple) >= 6.00
+Recommends: perl(LWP::UserAgent) >= 6.05
+Recommends: perl(PAR::Dist) >= 0.29
 %{perl_requires}
 
 %description

++ Module-Install-1.08.tar.gz -> Module-Install-1.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.08/.travis.yml 
new/Module-Install-1.14/.travis.yml
--- old/Module-Install-1.08/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/Module-Install-1.14/.travis.yml 2014-08-29 11:06:36.0 +0200
@@ -0,0 +1,10 @@
+language: perl
+perl:
+  - '5.20'
+  - '5.18'
+  - '5.16'
+  - '5.14'
+  - '5.12'
+  - '5.10'
+  - '5.8'
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--ex

commit perl-Module-Install for openSUSE:Factory

2014-03-11 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Install for 
openSUSE:Factory checked in at 2014-03-11 09:32:34

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


Package is "perl-Module-Install"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Install/perl-Module-Install.changes  
2011-11-14 13:24:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Install.new/perl-Module-Install.changes 
2014-03-11 09:32:36.0 +0100
@@ -1,0 +2,16 @@
+Mon Mar 10 07:08:46 UTC 2014 - co...@suse.com
+
+- updated to 1.08
+   - Remove LWP::UserAgent from the prereqs (TOKUHIROM)
+   - Require a more recent version of Module::ScanDeps (CHORNY)
+   - Fix failing test case with recent Parse::CPAN::Meta (BINGOS)
+   - Adding can_xs command, imported from Params::Util (ADAMK)
+   - Adding requires_xs command, wrapping around can_xs (ADAMK)
+   - Use Module::Metadata instead of require to check versions for
+ modules that we don't need to subsequently use (MSTROUT/MIYAGAWA)
+ Use EU:MM instead of Module::Metadata to check versions for
+ modules that we don't need to subsequently use (ADAMK)
+   - Removed automatic EU:MM version detection as it was using versions
+ in the future, change to a fixed version, unf (ADAMK)
+
+---

Old:

  Module-Install-1.04.tar.gz

New:

  Module-Install-1.08.tar.gz



Other differences:
--
++ perl-Module-Install.spec ++
--- /var/tmp/diff_new_pack.bqxdRf/_old  2014-03-11 09:32:36.0 +0100
+++ /var/tmp/diff_new_pack.bqxdRf/_new  2014-03-11 09:32:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Install
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:   perl-Module-Install
-Version:1.04
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.08
+Release:0
 %define cpan_name Module-Install
 Summary:Standalone, extensible Perl module installer
-Url:http://search.cpan.org/dist/Module-Install/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Module-Install/
+Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -33,32 +32,32 @@
 BuildRequires:  perl(Archive::Tar) >= 1.44
 BuildRequires:  perl(Devel::PPPort) >= 3.16
 BuildRequires:  perl(ExtUtils::Install) >= 1.52
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
 BuildRequires:  perl(ExtUtils::ParseXS) >= 2.19
 BuildRequires:  perl(File::Remove) >= 1.42
 BuildRequires:  perl(File::Spec) >= 3.28
 BuildRequires:  perl(JSON) >= 2.14
-BuildRequires:  perl(LWP::UserAgent) >= 5.812
 BuildRequires:  perl(Module::Build) >= 0.29
 BuildRequires:  perl(Module::CoreList) >= 2.17
-BuildRequires:  perl(Module::ScanDeps) >= 0.89
+BuildRequires:  perl(Module::ScanDeps) >= 1.09
 BuildRequires:  perl(PAR::Dist) >= 0.29
-BuildRequires:  perl(Parse::CPAN::Meta) >= 1.39
+BuildRequires:  perl(Parse::CPAN::Meta) >= 1.4413
 BuildRequires:  perl(Test::Harness) >= 3.13
 BuildRequires:  perl(Test::More) >= 0.86
 BuildRequires:  perl(YAML::Tiny) >= 1.33
 Requires:   perl(Archive::Tar) >= 1.44
 Requires:   perl(Devel::PPPort) >= 3.16
 Requires:   perl(ExtUtils::Install) >= 1.52
+Requires:   perl(ExtUtils::MakeMaker) >= 6.59
 Requires:   perl(ExtUtils::ParseXS) >= 2.19
 Requires:   perl(File::Remove) >= 1.42
 Requires:   perl(File::Spec) >= 3.28
 Requires:   perl(JSON) >= 2.14
-Requires:   perl(LWP::UserAgent) >= 5.812
 Requires:   perl(Module::Build) >= 0.29
 Requires:   perl(Module::CoreList) >= 2.17
-Requires:   perl(Module::ScanDeps) >= 0.89
+Requires:   perl(Module::ScanDeps) >= 1.09
 Requires:   perl(PAR::Dist) >= 0.29
-Requires:   perl(Parse::CPAN::Meta) >= 1.39
+Requires:   perl(Parse::CPAN::Meta) >= 1.4413
 Requires:   perl(YAML::Tiny) >= 1.38
 %{perl_requires}
 
@@ -88,11 +87,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
 
 %change

commit perl-Module-Install for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Install for 
openSUSE:Factory checked in at 2011-12-06 18:44:31

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


Package is "perl-Module-Install", Maintainer is ""

Changes:




Other differences:
--
++ perl-Module-Install.spec ++
--- /var/tmp/diff_new_pack.90lVNM/_old  2011-12-06 19:13:54.0 +0100
+++ /var/tmp/diff_new_pack.90lVNM/_new  2011-12-06 19:13:54.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Module-Install
 Version:1.04
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Module-Install
 Summary:Standalone, extensible Perl module installer
 Url:http://search.cpan.org/dist/Module-Install/

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



commit perl-Module-Install for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Install for 
openSUSE:Factory checked in at 2011-11-14 13:24:11

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


Package is "perl-Module-Install", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Install/perl-Module-Install.changes  
2011-09-23 12:38:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Install.new/perl-Module-Install.changes 
2011-11-14 13:24:12.0 +0100
@@ -1,0 +2,22 @@
+Sat Nov 12 09:06:05 UTC 2011 - co...@suse.com
+
+- update to 1.04:
+ - Fixed _cmp to compare properly (MIYAGAWA)
+ - Fixed the automated MakeMaker dependency addition (MIYAGAWA)
+ - Last Perl 5.5 compatible MakeMaker was actually 6.36 (ADAMK)
+ - META.yml flag dynamic_config is now always generated (ADAMK)
+ - Added the convenience command static_config, as the default is to be
+   dynamic (ADAMK)
+ - Module::Install::DSL will automatically set static_config unless it
+   can see an 'if' or 'unless' suffix (ADAMK)
+
+---
+Fri Sep 30 07:10:38 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.02:
+  * support for installdeps_target in Module::Install::AutoInstall and
+Module::AutoInstall
+  * support for installdeps_notest, upgradedeps and upgradedeps_notest,
+listdeps and listalldeps targets in Module::AutoInstall
+
+---

Old:

  Module-Install-1.01.tar.gz

New:

  Module-Install-1.04.tar.gz



Other differences:
--
++ perl-Module-Install.spec ++
--- /var/tmp/diff_new_pack.Wd57PZ/_old  2011-11-14 13:24:14.0 +0100
+++ /var/tmp/diff_new_pack.Wd57PZ/_new  2011-11-14 13:24:14.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   perl-Module-Install
-Version:1.01
+Version:1.04
 Release:1
 License:GPL+ or Artistic
 %define cpan_name Module-Install

++ Module-Install-1.01.tar.gz -> Module-Install-1.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.01/Changes 
new/Module-Install-1.04/Changes
--- old/Module-Install-1.01/Changes 2011-04-27 15:11:09.0 +0200
+++ new/Module-Install-1.04/Changes 2011-10-20 02:31:07.0 +0200
@@ -1,5 +1,23 @@
 Changes for Perl programming language extension Module-Install
 
+1.04 Thu 20 Oct 2011
+   - Fixed _cmp to compare properly (MIYAGAWA)
+   - Fixed the automated MakeMaker dependency addition (MIYAGAWA)
+   - Last Perl 5.5 compatible MakeMaker was actually 6.36 (ADAMK)
+
+1.03 Wed 19 Oct 2011
+   - META.yml flag dynamic_config is now always generated (ADAMK)
+   - Added the convenience command static_config, as the default is to be
+ dynamic (ADAMK)
+   - Module::Install::DSL will automatically set static_config unless it
+ can see an 'if' or 'unless' suffix (ADAMK)
+
+1.02 Thu 29 Sep 2011
+   - Support for installdeps_target in Module::Install::AutoInstall and
+ Module::AutoInstall (Caelum)
+   - Support for installdeps_notest, upgradedeps and upgradedeps_notest,
+ listdeps and listalldeps targets in Module::AutoInstall (Caelum)
+
 1.01 Wed 27 Apr 2011
- Better error message in install_share (CHORNY)
- Compatibility with MYMETA.yml support in EUMM (CHORNY)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.01/META.yml 
new/Module-Install-1.04/META.yml
--- old/Module-Install-1.01/META.yml2011-04-27 15:14:30.0 +0200
+++ new/Module-Install-1.04/META.yml2011-10-20 02:34:15.0 +0200
@@ -3,14 +3,15 @@
 author:
   - 'Adam Kennedy '
 build_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.36
   Test::Harness: 3.13
   Test::More: 0.86
 configure_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.36
   YAML::Tiny: 1.33
 distribution_type: module
-generated_by: 'Module::Install version 1.01'
+dynamic_config: 0
+generated_by: 'Module::Install version 1.04'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -41,4 +42,4 @@
   ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/Module-Install
   license: http://dev.perl.org/licenses/
   repository: http://svn.ali.as/cpan/trunk/Module-Install
-version: 1.01
+version: 1.04
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.01/Makefile.PL 
new/Module-Install-1.04/Makefile.PL
--- old/Module-Install-1.01/Mak

commit perl-Module-Install for openSUSE:Factory

2011-07-20 Thread h_root

Hello community,

here is the log from the commit of package perl-Module-Install for 
openSUSE:Factory
checked in at Wed Jul 20 09:58:24 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Module-Install/perl-Module-Install.changes
2011-05-01 12:41:50.0 +0200
@@ -0,0 +1,26 @@
+---
+Sun May  1 10:37:31 UTC 2011 - co...@opensuse.org
+
+- updated to 1.01
+- Better error message in install_share (CHORNY)
+- Compatibility with MYMETA.yml support in EUMM (CHORNY)
+- Support for extraction of Artistic 2.0 license (CHORNY)
+- Support https links when searching for bug trackers (CHORNY)
+
+---
+Wed Dec  1 13:33:43 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Wed Sep  1 08:39:28 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+- bzipped Source
+- noarch pkg
+
+---
+Wed Sep  1 05:02:52 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial package (1.00)
+

calling whatdependson for head-i586


New:

  Module-Install-1.01.tar.gz
  perl-Module-Install.changes
  perl-Module-Install.spec



Other differences:
--
++ perl-Module-Install.spec ++
#
# spec file for package perl-Module-Install
#
# 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-Module-Install
Version:1.01
Release:1
License:GPL+ or Artistic
%define cpan_name Module-Install
Summary:Standalone, extensible Perl module installer
Url:http://search.cpan.org/dist/Module-Install/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Archive::Tar) >= 1.44
BuildRequires:  perl(Devel::PPPort) >= 3.16
BuildRequires:  perl(ExtUtils::Install) >= 1.52
BuildRequires:  perl(ExtUtils::ParseXS) >= 2.19
BuildRequires:  perl(File::Remove) >= 1.42
BuildRequires:  perl(File::Spec) >= 3.28
BuildRequires:  perl(JSON) >= 2.14
BuildRequires:  perl(LWP::UserAgent) >= 5.812
BuildRequires:  perl(Module::Build) >= 0.29
BuildRequires:  perl(Module::CoreList) >= 2.17
BuildRequires:  perl(Module::ScanDeps) >= 0.89
BuildRequires:  perl(PAR::Dist) >= 0.29
BuildRequires:  perl(Parse::CPAN::Meta) >= 1.39
BuildRequires:  perl(Test::Harness) >= 3.13
BuildRequires:  perl(Test::More) >= 0.86
BuildRequires:  perl(YAML::Tiny) >= 1.33
Requires:   perl(Archive::Tar) >= 1.44
Requires:   perl(Devel::PPPort) >= 3.16
Requires:   perl(ExtUtils::Install) >= 1.52
Requires:   perl(ExtUtils::ParseXS) >= 2.19
Requires:   perl(File::Remove) >= 1.42
Requires:   perl(File::Spec) >= 3.28
Requires:   perl(JSON) >= 2.14
Requires:   perl(LWP::UserAgent) >= 5.812
Requires:   perl(Module::Build) >= 0.29
Requires:   perl(Module::CoreList) >= 2.17
Requires:   perl(Module::ScanDeps) >= 0.89
Requires:   perl(PAR::Dist) >= 0.29
Requires:   perl(Parse::CPAN::Meta) >= 1.39
Requires:   perl(YAML::Tiny) >= 1.38
%{perl_requires}

%description
*Module::Install* is a package for writing installers for CPAN (or
CPAN-like) distributions that are clean, simple, minimalist, act in a
strictly correct manner with the ExtUtils::MakeMaker manpage, and will run
on any Perl installation version 5.005 or newer.

The intent is to make it as easy as possible for CPAN authors (and
especially for first-time CPAN authors) to have installers that follow all
the best practices for distribution installation, but involve as much DWIM
(Do What I Mean) as possible when writing them.

%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(-,root,root,755)
%doc Change