commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2020-11-10 13:38:39

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.11331 (New)


Package is "perl-ExtUtils-MakeMaker"

Tue Nov 10 13:38:39 2020 rev:19 rq:846186 version:7.52

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2020-10-26 16:10:59.458643215 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.11331/perl-ExtUtils-MakeMaker.changes
   2020-11-10 13:39:21.812484215 +0100
@@ -1,0 +2,12 @@
+Thu Nov  5 03:07:24 UTC 2020 - Tina Müller 
+
+- updated to 7.52
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.52Wed  4 Nov 19:49:43 GMT 2020
+  No changes since v7.51_01
+  7.51_01 Wed  4 Nov 00:01:41 GMT 2020
+  Test fixes:
+  - prevent MM_Win32::init_tools() warning in core
+
+---

Old:

  ExtUtils-MakeMaker-7.50.tar.gz

New:

  ExtUtils-MakeMaker-7.52.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.SZghWE/_old  2020-11-10 13:39:22.380483086 +0100
+++ /var/tmp/diff_new_pack.SZghWE/_new  2020-11-10 13:39:22.384483078 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-MakeMaker
-Version:7.50
+Version:7.52
 Release:0
 %define cpan_name ExtUtils-MakeMaker
 Summary:Create a module Makefile

++ ExtUtils-MakeMaker-7.50.tar.gz -> ExtUtils-MakeMaker-7.52.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.50/Changes 
new/ExtUtils-MakeMaker-7.52/Changes
--- old/ExtUtils-MakeMaker-7.50/Changes 2020-10-21 18:34:41.0 +0200
+++ new/ExtUtils-MakeMaker-7.52/Changes 2020-11-04 20:50:18.0 +0100
@@ -1,3 +1,12 @@
+7.52Wed  4 Nov 19:49:43 GMT 2020
+
+No changes since v7.51_01
+
+7.51_01 Wed  4 Nov 00:01:41 GMT 2020
+
+Test fixes:
+- prevent MM_Win32::init_tools() warning in core
+
 7.50Wed 21 Oct 17:33:53 BST 2020
 
 No changes since v7.49_04
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.50/META.json 
new/ExtUtils-MakeMaker-7.52/META.json
--- old/ExtUtils-MakeMaker-7.50/META.json   2020-10-21 20:12:18.0 
+0200
+++ new/ExtUtils-MakeMaker-7.52/META.json   2020-11-04 20:51:21.0 
+0100
@@ -4,7 +4,7 @@
   "Michael G Schwern "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.50, CPAN::Meta::Converter 
version 2.143240",
+   "generated_by" : "ExtUtils::MakeMaker version 7.52, CPAN::Meta::Converter 
version 2.143240",
"license" : [
   "perl_5"
],
@@ -61,5 +61,5 @@
   },
   "x_MailingList" : "makema...@perl.org"
},
-   "version" : "7.50"
+   "version" : "7.52"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.50/META.yml 
new/ExtUtils-MakeMaker-7.52/META.yml
--- old/ExtUtils-MakeMaker-7.50/META.yml2020-10-21 20:12:17.0 
+0200
+++ new/ExtUtils-MakeMaker-7.52/META.yml2020-11-04 20:51:20.0 
+0100
@@ -5,7 +5,7 @@
 build_requires: {}
 configure_requires: {}
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.50, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'ExtUtils::MakeMaker version 7.52, CPAN::Meta::Converter version 
2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -34,4 +34,4 @@
   homepage: https://metacpan.org/release/ExtUtils-MakeMaker
   license: http://dev.perl.org/licenses/
   repository: http://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker
-version: '7.50'
+version: '7.52'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.50/lib/ExtUtils/Command/MM.pm 
new/ExtUtils-MakeMaker-7.52/lib/ExtUtils/Command/MM.pm
--- old/ExtUtils-MakeMaker-7.50/lib/ExtUtils/Command/MM.pm  2020-10-21 
18:33:47.0 +0200
+++ new/ExtUtils-MakeMaker-7.52/lib/ExtUtils/Command/MM.pm  2020-11-04 
20:49:36.0 +0100
@@ -10,7 +10,7 @@
 
 our @EXPORT  = qw(test_harness pod2man perllocal_install uninstall
   warn_if_old_packlist test_s cp_nonempty);
-our $VERSION = '7.50';
+our $VERSION = '7.52';
 $VERSION =~ tr/_//d;
 
 my $Is_VMS = $^O eq 'VMS';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.50/lib/ExtUtils/Command.pm 

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2020-10-26 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2020-10-26 16:10:31

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.3463 (New)


Package is "perl-ExtUtils-MakeMaker"

Mon Oct 26 16:10:31 2020 rev:18 rq:843348 version:7.50

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2020-10-08 13:09:48.851043690 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.3463/perl-ExtUtils-MakeMaker.changes
2020-10-26 16:10:59.458643215 +0100
@@ -1,0 +2,28 @@
+Thu Oct 22 03:12:34 UTC 2020 - Tina Müller 
+
+- updated to 7.50
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.50Wed 21 Oct 17:33:53 BST 2020
+  No changes since v7.49_04
+  7.49_04 Tue 13 Oct 18:42:05 BST 2020
+  Win32 fixes:
+  - make can_dep_space check for short path support
+  Macosx fixes:
+  - Handle XCode 12's implicit adding of 
Werror=implicit-function-declaration
+  7.49_03 Fri  9 Oct 21:30:57 BST 2020
+  Regression fixes:
+  - disable strict when evaling hints files
+  Bug fixes:
+  - clean up and improve MIN_PERL_VERSION handling
+  7.49_02 Thu  8 Oct 08:35:05 BST 2020
+  Bug fixes:
+  - Change wording of MIN_PERL_VERSION format message to clarify
+fatally
+  Doc fixes:
+  - Fixed some typos
+  7.49_01 Tue  6 Oct 18:01:38 BST 2020
+  Regression fixes:
+  - fix PERL_CORE warnings from ExtUtils::CBuilder
+
+---

Old:

  ExtUtils-MakeMaker-7.48.tar.gz

New:

  ExtUtils-MakeMaker-7.50.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.HLgNNc/_old  2020-10-26 16:11:01.266644879 +0100
+++ /var/tmp/diff_new_pack.HLgNNc/_new  2020-10-26 16:11:01.274644887 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-MakeMaker
-Version:7.48
+Version:7.50
 Release:0
 %define cpan_name ExtUtils-MakeMaker
 Summary:Create a module Makefile

++ ExtUtils-MakeMaker-7.48.tar.gz -> ExtUtils-MakeMaker-7.50.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.48/Changes 
new/ExtUtils-MakeMaker-7.50/Changes
--- old/ExtUtils-MakeMaker-7.48/Changes 2020-10-04 12:40:08.0 +0200
+++ new/ExtUtils-MakeMaker-7.50/Changes 2020-10-21 18:34:41.0 +0200
@@ -1,3 +1,37 @@
+7.50Wed 21 Oct 17:33:53 BST 2020
+
+No changes since v7.49_04
+
+7.49_04 Tue 13 Oct 18:42:05 BST 2020
+
+Win32 fixes:
+- make can_dep_space check for short path support
+
+Macosx fixes:
+- Handle XCode 12's implicit adding of Werror=implicit-function-declaration
+
+7.49_03 Fri  9 Oct 21:30:57 BST 2020
+
+Regression fixes:
+- disable strict when evaling hints files
+
+Bug fixes:
+- clean up and improve MIN_PERL_VERSION handling
+
+7.49_02 Thu  8 Oct 08:35:05 BST 2020
+
+Bug fixes:
+- Change wording of MIN_PERL_VERSION format message to clarify
+  fatally
+
+Doc fixes:
+- Fixed some typos
+
+7.49_01 Tue  6 Oct 18:01:38 BST 2020
+
+Regression fixes:
+- fix PERL_CORE warnings from ExtUtils::CBuilder
+
 7.48Sun  4 Oct 11:39:22 BST 2020
 
 No changes since v7.47_12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.48/META.json 
new/ExtUtils-MakeMaker-7.50/META.json
--- old/ExtUtils-MakeMaker-7.48/META.json   2020-10-04 12:56:09.0 
+0200
+++ new/ExtUtils-MakeMaker-7.50/META.json   2020-10-21 20:12:18.0 
+0200
@@ -4,7 +4,7 @@
   "Michael G Schwern "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.48, CPAN::Meta::Converter 
version 2.143240",
+   "generated_by" : "ExtUtils::MakeMaker version 7.50, CPAN::Meta::Converter 
version 2.143240",
"license" : [
   "perl_5"
],
@@ -61,5 +61,5 @@
   },
   "x_MailingList" : "makema...@perl.org"
},
-   "version" : "7.48"
+   "version" : "7.50"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.48/META.yml 
new/ExtUtils-MakeMaker-7.50/META.yml
--- old/ExtUtils-MakeMaker-7.48/META.yml2020-10-04 12:56:09.0 
+0200
+++ new/ExtUtils-MakeMaker-7.50/META.yml2020-10-21 20:12:17.0 
+0200
@@ -5,7 +5,7 @@
 build_requires: {}
 configure_requires: {}
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.48, CPAN::Meta::Converter version 
2.143240'
+generated_by: 

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2020-10-08 13:08:56

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


Package is "perl-ExtUtils-MakeMaker"

Thu Oct  8 13:08:56 2020 rev:17 rq:839556 version:7.48

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2020-06-28 23:06:46.710948776 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.4249/perl-ExtUtils-MakeMaker.changes
2020-10-08 13:09:48.851043690 +0200
@@ -1,0 +2,63 @@
+Mon Oct  5 03:08:04 UTC 2020 - Tina Müller 
+
+- updated to 7.48
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.48Sun  4 Oct 11:39:22 BST 2020
+  No changes since v7.47_12
+  7.47_12 Wed 30 Sep 16:19:25 BST 2020
+  Bug fixes:
+  - Make Mkbootstrap.pm strict
+  Test fixes:
+  - Skip the failing dynamic vs static tests on Win32
+  7.47_11 Sun 20 Sep 10:02:15 BST 2020
+  Enhancements:
+  - Hint file loading returned to using eval() as documented
+  7.47_10 Tue 15 Sep 19:30:32 BST 2020
+  Test fixes:
+  - BareV2String should also be skipped on v5.8.0
+  7.47_09 Mon 14 Sep 14:33:52 BST 2020
+  Bug fixes:
+  - Removed duplicated NOOP on pure_all
+  Test fixes:
+  - Remove tests for invalid version declarations
+  - Make windows specific code for NoXS compile under strict
+  7.47_08 Mon 31 Aug 09:43:01 BST 2020
+  Test fixes:
+  - Resolved race conditions so the whole testsuite
+can be run in parallel safely again
+  QA Fixes:
+  - Added github action for Strawberry Perl
+  - Added github action for Ubuntu/Linux
+  7.47_07 Mon  3 Aug 22:34:08 BST 2020
+  Bug fixes:
+  - Ensure all modules have 'use warnings'
+  - Resolve revealed problems with warnings
+  Test fixes:
+  - Ensure all tests have strict and warnings
+  - Resolve revealed problems with strict and warnings
+  7.47_06 Sat  1 Aug 14:36:00 BST 2020
+  Bug fixes:
+  - Refine archname to use abi_version and abi_revision
+  7.47_05 Fri 31 Jul 10:35:54 BST 2020
+  Bug fixes:
+  - use $^V instead of PERL_VERSION after Perl 5.10
+  7.47_04 Tue 28 Jul 19:34:00 BST 2020
+  Test fixes:
+  - Skip static tests on AIX and z/OS when in
+core
+  QA fixes:
+  - Added v5.30 and v5.32 to travis build
+  7.47_03 Wed  8 Jul 21:58:29 BST 2020
+  Test fixes:
+  - Correct skip count in MM_Cygwin.t
+  7.47_02 Tue  7 Jul 01:40:13 BST 2020
+  OS390 Enhancements:
+  - Added MM subclass for OS390
+  - Override xs_make_dynamic_lib() for os390
+  7.47_01 Fri 26 Jun 10:55:42 BST 2020
+  Bug fixes:
+  - Sanitise provided VERSION and VERSION_FROM
+( RT#132875 )
+
+---

Old:

  ExtUtils-MakeMaker-7.46.tar.gz

New:

  ExtUtils-MakeMaker-7.48.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.ZIEjnQ/_old  2020-10-08 13:09:49.359044151 +0200
+++ /var/tmp/diff_new_pack.ZIEjnQ/_new  2020-10-08 13:09:49.363044154 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-MakeMaker
-Version:7.46
+Version:7.48
 Release:0
 %define cpan_name ExtUtils-MakeMaker
 Summary:Create a module Makefile

++ ExtUtils-MakeMaker-7.46.tar.gz -> ExtUtils-MakeMaker-7.48.tar.gz ++
 1831 lines of diff (skipped)




commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2020-06-28 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2020-06-28 23:05:21

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.3060 (New)


Package is "perl-ExtUtils-MakeMaker"

Sun Jun 28 23:05:21 2020 rev:16 rq:817250 version:7.46

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2020-01-18 12:17:11.395108623 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.3060/perl-ExtUtils-MakeMaker.changes
2020-06-28 23:06:46.710948776 +0200
@@ -1,0 +2,16 @@
+Wed Jun 24 03:08:16 UTC 2020 - Tina Müller 
+
+- updated to 7.46
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.46  Tue 23 Jun 10:19:40 BST 2020
+  No changes since v7.45_01
+  7.45_01 Thu 28 May 17:29:45 BST 2020
+  Bug fixes:
+  - Always link to $Config{libs} on cygwin
+  Test fixes:
+  - Fix testing how some versions should be parsed
+  QA fixes:
+  - Add libnsl-devel to Cygwin packages we need
+
+---

Old:

  ExtUtils-MakeMaker-7.44.tar.gz

New:

  ExtUtils-MakeMaker-7.46.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.yHQARp/_old  2020-06-28 23:06:47.166950291 +0200
+++ /var/tmp/diff_new_pack.yHQARp/_new  2020-06-28 23:06:47.170950304 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-MakeMaker
 #
-# Copyright (c) 2020 SUSE LINUX 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
@@ -17,13 +17,13 @@
 
 
 Name:   perl-ExtUtils-MakeMaker
-Version:7.44
+Version:7.46
 Release:0
 %define cpan_name ExtUtils-MakeMaker
 Summary:Create a module Makefile
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 Patch0: Do_not_set_RPATH_by_default.patch
@@ -66,6 +66,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 %patch0 -p1
 
 %build

++ ExtUtils-MakeMaker-7.44.tar.gz -> ExtUtils-MakeMaker-7.46.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.44/Changes 
new/ExtUtils-MakeMaker-7.46/Changes
--- old/ExtUtils-MakeMaker-7.44/Changes 2020-01-14 17:35:39.0 +0100
+++ new/ExtUtils-MakeMaker-7.46/Changes 2020-06-23 11:20:35.0 +0200
@@ -1,3 +1,18 @@
+7.46  Tue 23 Jun 10:19:40 BST 2020
+
+No changes since v7.45_01
+
+7.45_01 Thu 28 May 17:29:45 BST 2020
+
+Bug fixes:
+- Always link to $Config{libs} on cygwin
+
+Test fixes:
+- Fix testing how some versions should be parsed
+
+QA fixes:
+- Add libnsl-devel to Cygwin packages we need
+
 7.44Tue 14 Jan 16:35:06 GMT 2020
 
 No changes since v7.43_01
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.44/META.json 
new/ExtUtils-MakeMaker-7.46/META.json
--- old/ExtUtils-MakeMaker-7.44/META.json   2020-01-14 17:52:50.0 
+0100
+++ new/ExtUtils-MakeMaker-7.46/META.json   2020-06-23 11:54:06.0 
+0200
@@ -4,7 +4,7 @@
   "Michael G Schwern "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter 
version 2.143240",
+   "generated_by" : "ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter 
version 2.143240",
"license" : [
   "perl_5"
],
@@ -61,5 +61,5 @@
   },
   "x_MailingList" : "makema...@perl.org"
},
-   "version" : "7.44"
+   "version" : "7.46"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.44/META.yml 
new/ExtUtils-MakeMaker-7.46/META.yml
--- old/ExtUtils-MakeMaker-7.44/META.yml2020-01-14 17:52:50.0 
+0100
+++ new/ExtUtils-MakeMaker-7.46/META.yml2020-06-23 11:54:06.0 
+0200
@@ -5,7 +5,7 @@
 build_requires: {}
 configure_requires: {}
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 
2.143240'
+generated_by: 

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2020-01-18 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2020-01-18 12:15:31

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.26092 (New)


Package is "perl-ExtUtils-MakeMaker"

Sat Jan 18 12:15:31 2020 rev:15 rq:764625 version:7.44

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2019-12-24 14:29:29.410562015 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.26092/perl-ExtUtils-MakeMaker.changes
   2020-01-18 12:17:11.395108623 +0100
@@ -1,0 +2,18 @@
+Wed Jan 15 03:09:01 UTC 2020 -  
+
+- updated to 7.44
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.44Tue 14 Jan 16:35:06 GMT 2020
+  
+  No changes since v7.43_01
+  
+  7.43_01 Sun  5 Jan 12:41:43 GMT 2020
+  
+  Bug fixes:
+  - Match final dir component in init_MANPODS
+  
+  Test Fixes:
+  - Use internal reference to Makefile in build_man.t
+
+---

Old:

  ExtUtils-MakeMaker-7.42.tar.gz

New:

  ExtUtils-MakeMaker-7.44.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.QITZL7/_old  2020-01-18 12:17:13.463109732 +0100
+++ /var/tmp/diff_new_pack.QITZL7/_new  2020-01-18 12:17:13.463109732 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-MakeMaker
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-ExtUtils-MakeMaker
-Version:7.42
+Version:7.44
 Release:0
 %define cpan_name ExtUtils-MakeMaker
 Summary:Create a module Makefile

++ ExtUtils-MakeMaker-7.42.tar.gz -> ExtUtils-MakeMaker-7.44.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.42/Changes 
new/ExtUtils-MakeMaker-7.44/Changes
--- old/ExtUtils-MakeMaker-7.42/Changes 2019-12-17 23:03:08.0 +0100
+++ new/ExtUtils-MakeMaker-7.44/Changes 2020-01-14 17:35:39.0 +0100
@@ -1,3 +1,15 @@
+7.44Tue 14 Jan 16:35:06 GMT 2020
+
+No changes since v7.43_01
+
+7.43_01 Sun  5 Jan 12:41:43 GMT 2020
+
+Bug fixes:
+- Match final dir component in init_MANPODS
+
+Test Fixes:
+- Use internal reference to Makefile in build_man.t
+
 7.42Tue 17 Dec 22:02:25 GMT 2019
 
 No changes since v7.41_01
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.42/META.json 
new/ExtUtils-MakeMaker-7.44/META.json
--- old/ExtUtils-MakeMaker-7.42/META.json   2019-12-17 23:23:41.0 
+0100
+++ new/ExtUtils-MakeMaker-7.44/META.json   2020-01-14 17:52:50.0 
+0100
@@ -4,7 +4,7 @@
   "Michael G Schwern "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.42, CPAN::Meta::Converter 
version 2.143240",
+   "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter 
version 2.143240",
"license" : [
   "perl_5"
],
@@ -61,5 +61,5 @@
   },
   "x_MailingList" : "makema...@perl.org"
},
-   "version" : "7.42"
+   "version" : "7.44"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.42/META.yml 
new/ExtUtils-MakeMaker-7.44/META.yml
--- old/ExtUtils-MakeMaker-7.42/META.yml2019-12-17 23:23:41.0 
+0100
+++ new/ExtUtils-MakeMaker-7.44/META.yml2020-01-14 17:52:50.0 
+0100
@@ -5,7 +5,7 @@
 build_requires: {}
 configure_requires: {}
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.42, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 
2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -34,4 +34,4 @@
   homepage: https://metacpan.org/release/ExtUtils-MakeMaker
   license: http://dev.perl.org/licenses/
   repository: http://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker
-version: '7.42'
+version: '7.44'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.42/lib/ExtUtils/Command/MM.pm 
new/ExtUtils-MakeMaker-7.44/lib/ExtUtils/Command/MM.pm
--- old/ExtUtils-MakeMaker-7.42/lib/ExtUtils/Command/MM.pm  2019-12-17 
23:03:19.0 +0100
+++ 

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2019-12-24 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2019-12-24 14:29:22

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.6675 (New)


Package is "perl-ExtUtils-MakeMaker"

Tue Dec 24 14:29:22 2019 rev:14 rq:757704 version:7.42

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2019-09-23 12:00:38.201972477 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.6675/perl-ExtUtils-MakeMaker.changes
2019-12-24 14:29:29.410562015 +0100
@@ -1,0 +2,64 @@
+Wed Dec 18 03:09:06 UTC 2019 -  
+
+- updated to 7.42
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.42Tue 17 Dec 22:02:25 GMT 2019
+  
+  No changes since v7.41_01
+  
+  7.41_01 Mon 16 Dec 21:36:24 GMT 2019
+  
+  Test fixes:
+  - README.pod warnings are suppressed during testing
+so no need to skip when PERL_CORE is defined
+  
+  Doc fixes:
+  - Update referenced modules for new distributions
+  - Updated SEE ALSO section accordingly
+
+---
+Tue Dec 17 03:09:38 UTC 2019 -  
+
+- updated to 7.40
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.40Mon 16 Dec 19:33:13 GMT 2019
+  
+  No changes since v7.39_05
+  
+  7.39_05 Thu 21 Nov 11:45:13 GMT 2019
+  
+  Bug fixes:
+  - Always assume that libraries are shared on AIX
+  
+  7.39_04 Mon 18 Nov 14:54:46 GMT 2019
+  
+  Test Fixes:
+  - Skip "merged /usr" tests on Cygwin
+  
+  QA Fixes:
+  - Added cygwin testing with Github actions
+  - Added macos testing with Github actions
+  
+  7.39_03 Sun 17 Nov 19:53:04 GMT 2019
+  
+  Doc fixes:
+  - Fix typo in link to MakeMaker
+  - Link to referenced modules from MM_Cygwin maybe_command
+  
+  7.39_02 Thu  7 Nov 09:33:29 GMT 2019
+  
+  Cygwin fixes:
+  - Removed MM_Cygwin all_target() override
+  
+  Doc fixes:
+  - Add crosslinks to various referenced documentation
+  
+  7.39_01 Mon 16 Sep 07:19:37 BST 2019
+  
+  Test fixes:
+  - README.pod warnings suppressed during testing
+  - Don't parallise dynamic/static tests
+
+---

Old:

  ExtUtils-MakeMaker-7.38.tar.gz

New:

  ExtUtils-MakeMaker-7.42.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.k3Smje/_old  2019-12-24 14:29:30.686562632 +0100
+++ /var/tmp/diff_new_pack.k3Smje/_new  2019-12-24 14:29:30.686562632 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-MakeMaker
-Version:7.38
+Version:7.42
 Release:0
 %define cpan_name ExtUtils-MakeMaker
 Summary:Create a module Makefile
@@ -62,6 +62,8 @@
 to portably use Unicode characters in module names, because this requires
 Perl to handle Unicode filenames, which is not yet the case on Windows.
 
+See L for details of the design and usage.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %patch0 -p1

++ ExtUtils-MakeMaker-7.38.tar.gz -> ExtUtils-MakeMaker-7.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.38/Changes 
new/ExtUtils-MakeMaker-7.42/Changes
--- old/ExtUtils-MakeMaker-7.38/Changes 2019-09-11 11:02:39.0 +0200
+++ new/ExtUtils-MakeMaker-7.42/Changes 2019-12-17 23:03:08.0 +0100
@@ -1,3 +1,55 @@
+7.42Tue 17 Dec 22:02:25 GMT 2019
+
+No changes since v7.41_01
+
+7.41_01 Mon 16 Dec 21:36:24 GMT 2019
+
+Test fixes:
+- README.pod warnings are suppressed during testing
+  so no need to skip when PERL_CORE is defined
+
+Doc fixes:
+- Update referenced modules for new distributions
+- Updated SEE ALSO section accordingly
+
+7.40Mon 16 Dec 19:33:13 GMT 2019
+
+No changes since v7.39_05
+
+7.39_05 Thu 21 Nov 11:45:13 GMT 2019
+
+Bug fixes:
+- Always assume that libraries are shared on AIX
+
+7.39_04 Mon 18 Nov 14:54:46 GMT 2019
+
+Test Fixes:
+- Skip "merged /usr" tests on Cygwin
+
+QA Fixes:
+- Added cygwin testing with Github actions
+- Added macos testing with Github actions
+
+7.39_03 Sun 17 Nov 19:53:04 GMT 2019
+
+Doc fixes:
+- Fix typo in link to MakeMaker
+- Link to referenced modules from MM_Cygwin maybe_command
+
+7.39_02 Thu  7 Nov 09:33:29 GMT 2019
+
+Cygwin fixes:
+- Removed MM_Cygwin all_target() override
+
+Doc fixes:
+- Add crosslinks to various referenced documentation
+
+7.39_01 Mon 16 Sep 07:19:37 BST 2019
+
+Test 

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2019-09-23 12:00:36

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


Package is "perl-ExtUtils-MakeMaker"

Mon Sep 23 12:00:36 2019 rev:13 rq:730313 version:7.38

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2019-06-01 09:42:50.119460801 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.7948/perl-ExtUtils-MakeMaker.changes
2019-09-23 12:00:38.201972477 +0200
@@ -1,0 +2,31 @@
+Thu Sep 12 07:55:51 UTC 2019 -  
+
+- updated to 7.38
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.38 Wed 11 Sep 10:01:46 BST 2019
+  
+  No changes since v7.37_04
+  
+  7.37_04 Thu 22 Aug 15:20:34 BST 2019
+  
+  Bug fixes:
+  - Fix static linking on macOS
+  
+  7.37_03 Sat Aug  3 12:37:29 BST 2019
+  
+  Enhancements:
+  - Improved mandoc section detection
+  
+  7.37_02 Thu Jun 27 11:10:39 BST 2019
+  
+  Test fixes:
+  - Fix test failures in 02-xsdynamic.t on Android native builds
+Github issue #337
+  
+  7.37_01 Fri Jun  7 11:21:39 BST 2019
+  
+  Test fixes:
+  - [rt.cpan.org #129763] fixed test errors with latest Pod::Simple
+
+---

Old:

  ExtUtils-MakeMaker-7.36.tar.gz

New:

  ExtUtils-MakeMaker-7.38.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.fP7Avy/_old  2019-09-23 12:00:39.025972340 +0200
+++ /var/tmp/diff_new_pack.fP7Avy/_new  2019-09-23 12:00:39.029972339 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-MakeMaker
-Version:7.36
+Version:7.38
 Release:0
 %define cpan_name ExtUtils-MakeMaker
 Summary:Create a module Makefile
@@ -71,7 +71,7 @@
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ ExtUtils-MakeMaker-7.36.tar.gz -> ExtUtils-MakeMaker-7.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.36/Changes 
new/ExtUtils-MakeMaker-7.38/Changes
--- old/ExtUtils-MakeMaker-7.36/Changes 2019-04-28 17:32:17.0 +0200
+++ new/ExtUtils-MakeMaker-7.38/Changes 2019-09-11 11:02:39.0 +0200
@@ -1,3 +1,28 @@
+7.38 Wed 11 Sep 10:01:46 BST 2019
+
+No changes since v7.37_04
+
+7.37_04 Thu 22 Aug 15:20:34 BST 2019
+
+Bug fixes:
+- Fix static linking on macOS
+
+7.37_03 Sat Aug  3 12:37:29 BST 2019
+
+Enhancements:
+- Improved mandoc section detection
+
+7.37_02 Thu Jun 27 11:10:39 BST 2019
+
+Test fixes:
+- Fix test failures in 02-xsdynamic.t on Android native builds
+  Github issue #337
+
+7.37_01 Fri Jun  7 11:21:39 BST 2019
+
+Test fixes:
+- [rt.cpan.org #129763] fixed test errors with latest Pod::Simple
+
 7.36  Sun Apr 28 16:28:20 BST 2019
 
 No changes since v7.35_14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.36/META.json 
new/ExtUtils-MakeMaker-7.38/META.json
--- old/ExtUtils-MakeMaker-7.36/META.json   2019-04-28 17:47:31.0 
+0200
+++ new/ExtUtils-MakeMaker-7.38/META.json   2019-09-11 11:15:38.0 
+0200
@@ -4,7 +4,7 @@
   "Michael G Schwern "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter 
version 2.143240",
+   "generated_by" : "ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter 
version 2.143240",
"license" : [
   "perl_5"
],
@@ -61,5 +61,5 @@
   },
   "x_MailingList" : "makema...@perl.org"
},
-   "version" : "7.36"
+   "version" : "7.38"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.36/META.yml 
new/ExtUtils-MakeMaker-7.38/META.yml
--- old/ExtUtils-MakeMaker-7.36/META.yml2019-04-28 17:47:31.0 
+0200
+++ new/ExtUtils-MakeMaker-7.38/META.yml2019-09-11 11:15:37.0 
+0200
@@ -5,7 +5,7 @@
 build_requires: {}
 configure_requires: {}
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter version 
2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -34,4 +34,4 @@
   homepage: https://metacpan.org/release/ExtUtils-MakeMaker
   license: http://dev.perl.org/licenses/
   

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2019-06-01 09:42:48

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.5148 (New)


Package is "perl-ExtUtils-MakeMaker"

Sat Jun  1 09:42:48 2019 rev:12 rq:705646 version:7.36

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2018-03-24 16:08:07.447191507 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.5148/perl-ExtUtils-MakeMaker.changes
2019-06-01 09:42:50.119460801 +0200
@@ -1,0 +2,118 @@
+Mon May 27 10:15:30 UTC 2019 - Pedro Monreal Gonzalez 

+
+- updated to 7.36
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+  7.36  Sun Apr 28 16:28:20 BST 2019
+
+No changes since v7.35_14
+
+This release was made possible by the kind
+sponsors of the 2019 Perl Toolchain Summit
+held in Marlow, UK:
+
+Booking.com, cPanel, MaxMind, FastMail, ZipRecruiter,
+Cogendo, Elastic, OpenCage Data, Bluehost, Perl Services,
+Zoopla, Archer Education, OpusVL, Oetiker+Partner, YEF
+
+  7.35_14 Sun Apr 28 14:12:22 BST 2019
+
+Win32 fixes:
+- Add ExtUtils::PL2Bat path to pl2bat when PERL_CORE
+
+  7.35_13 Sun Apr 28 11:57:57 BST 2019
+
+Bug fixes:
+- Suppress warnings from EUMM::Locale code page workaround
+
+  7.35_12 Sat Apr 27 22:37:26 BST 2019
+
+Enhancements:
+- add AppVeyor CI configuration
+  see  for more 
information
+
+Bug fixes:
+- Resolve RTs 127028 && 127316 on Mojave system perl
+- Honour man page disablement under INSTALL_BASE
+- fix `dmake` warning by removing dmake-superfluous ".NOTPARALLEL" target
+- suppress inherited AUTOLOAD warning for 'Win32::ConsoleCP()'
+- fix perl image (aka, executable) quoting for `dmake` builds
+- skip broken test for Win32 strawberry perl v5.10 (and some earlier 
versions)
+- add workaround to ExtUtils::MakeMaker::Locale for code pages 'cp65000' 
and 'cp65001'
+
+  7.35_11 Thu Apr 25 11:53:59 BST 2019
+
+Bug fixes:
+- Fix RT#128004 gcc AIX builds broken
+
+  7.35_10 Wed Feb 20 10:03:50 GMT 2019
+
+Test fixes:
+- Skip "merged /usr" tests on MSWin32
+
+  7.35_09 Mon Feb 18 10:05:42 GMT 2019
+
+Bug fixes:
+- stringify version before comparing
+
+Test fixes:
+- Changed wording of skip message for xsstatic
+
+QA fixes:
+- travis is deprecating container-based environments
+
+  7.35_08 Thu Dec  6 10:22:02 GMT 2018
+
+Enhancements:
+- propagate all variables used by Buildroot to subdirs
+
+  7.35_07 Fri Nov 23 11:34:27 GMT 2018
+
+Bug fixes:
+- Avoid mangling /bin non-perl shebangs on merged-/usr systems
+
+VMS fixes:
+- Handle PERL_ARCHLIBDEP and DESTINSTALL... macros on VMS.
+- Remove trailing space from multi-in.PL in PL_FILES.t
+- Skip "merged /usr" tests on VMS.
+
+  7.35_06 Thu Jul 19 20:30:55 BST 2018
+
+Enhancements:
+- Override shebang with PERL_MM_SHEBANG=relocatable env var
+
+Bug fixes:
+- Refactored Liblist::Kid tests, enabling UNIX testing
+
+  7.35_05 Tue Jul 10 09:44:25 BST 2018
+
+Win32 fixes:
+-  add Visual C parallel building support
+
+  7.35_04 Mon Jul  9 10:21:59 BST 2018
+
+Bug fixes:
+- Fix manification on MSWin32
+
+Doc fixes:
+- Mention manifypods target in FAQ for
+  man creation on non-un*x OS
+
+  7.35_03 Fri Apr 27 14:28:21 BST 2018
+
+Enhancements:
+- Allow specifying extra inputs for PL_FILES scripts
+
+  7.35_02 Tue Apr 24 11:38:39 BST 2018
+
+Core fixes:
+- Win32 fixes for gmake 4.2.1 in quoting literals
+
+ 7.35_01 Thu Apr 19 13:17:35 BST 2018
+
+Core fixes:
+- use tr instead of eval on $VERSION
+- Fix PUREPERL_ONLY warnings
+
+- Refreshed Do_not_set_RPATH_by_default.patch
+
+---

Old:

  ExtUtils-MakeMaker-7.34.tar.gz

New:

  ExtUtils-MakeMaker-7.36.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.hvbAyi/_old  2019-06-01 09:42:50.603460636 +0200
+++ /var/tmp/diff_new_pack.hvbAyi/_new  2019-06-01 09:42:50.607460634 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-MakeMaker
 #
-# Copyright (c) 2018 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 

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2018-03-24 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2018-03-24 16:08:06

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


Package is "perl-ExtUtils-MakeMaker"

Sat Mar 24 16:08:06 2018 rev:11 rq:590058 version:7.34

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2018-02-21 14:06:40.308558783 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new/perl-ExtUtils-MakeMaker.changes
 2018-03-24 16:08:07.447191507 +0100
@@ -1,0 +2,34 @@
+Thu Mar 22 09:32:51 UTC 2018 - pmonrealgonza...@suse.com
+
+- Refreshed Do_not_set_RPATH_by_default.patch not properly applied
+  on the update to version 7.34. (bsc#1086429)
+
+---
+Tue Mar 20 06:19:11 UTC 2018 - co...@suse.com
+
+- updated to 7.34
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.34  Mon Mar 19 10:21:12 GMT 2018
+  
+  No changes since v7.33_03
+  
+  7.33_03 Sat Feb 24 20:17:04 GMT 2018
+  
+  Core fixes:
+  - Properly silence warnings under core
+  
+  Darwin/NeXT fixes:
+  - Recognise -F as framework flag too
+  
+  7.33_02 Sat Feb 24 13:17:01 GMT 2018
+  
+  Core fixes:
+  - Skip xsstatic test on Darwin
+  
+  7.33_01 Tue Feb 20 10:39:43 GMT 2018
+  
+  Core fixes:
+  - Silence errant README.pod warning when in perl core
+
+---

Old:

  ExtUtils-MakeMaker-7.32.tar.gz

New:

  ExtUtils-MakeMaker-7.34.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.i2jxhf/_old  2018-03-24 16:08:08.467154738 +0100
+++ /var/tmp/diff_new_pack.i2jxhf/_new  2018-03-24 16:08:08.467154738 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-MakeMaker
-Version:7.32
+Version:7.34
 Release:0
 %define cpan_name ExtUtils-MakeMaker
 Summary:Create a module Makefile

++ Do_not_set_RPATH_by_default.patch ++
--- /var/tmp/diff_new_pack.i2jxhf/_old  2018-03-24 16:08:08.503153440 +0100
+++ /var/tmp/diff_new_pack.i2jxhf/_new  2018-03-24 16:08:08.507153296 +0100
@@ -21,10 +21,10 @@
  lib/ExtUtils/MakeMaker.pm |   56 
+-
  4 files changed, 62 insertions(+), 2 deletions(-)
 
-Index: ExtUtils-MakeMaker-7.30/lib/ExtUtils/Liblist.pm
+Index: ExtUtils-MakeMaker-7.34/lib/ExtUtils/Liblist.pm
 ===
 ExtUtils-MakeMaker-7.30.orig/lib/ExtUtils/Liblist.pm
-+++ ExtUtils-MakeMaker-7.30/lib/ExtUtils/Liblist.pm
+--- ExtUtils-MakeMaker-7.34.orig/lib/ExtUtils/Liblist.pm
 ExtUtils-MakeMaker-7.34/lib/ExtUtils/Liblist.pm
 @@ -89,6 +89,11 @@ libraries.  LD_RUN_PATH is a colon separ
  in LDLOADLIBS. It is passed as an environment variable to the process
  that links the shared library.
@@ -37,10 +37,10 @@
  =head2 BSLOADLIBS
  
  List of those libraries that are needed but can be linked in
-Index: ExtUtils-MakeMaker-7.30/lib/ExtUtils/MM_Unix.pm
+Index: ExtUtils-MakeMaker-7.34/lib/ExtUtils/MM_Unix.pm
 ===
 ExtUtils-MakeMaker-7.30.orig/lib/ExtUtils/MM_Unix.pm
-+++ ExtUtils-MakeMaker-7.30/lib/ExtUtils/MM_Unix.pm
+--- ExtUtils-MakeMaker-7.34.orig/lib/ExtUtils/MM_Unix.pm
 ExtUtils-MakeMaker-7.34/lib/ExtUtils/MM_Unix.pm
 @@ -1045,7 +1045,7 @@ sub xs_make_dynamic_lib {
  }
  
@@ -50,10 +50,10 @@
  $ld_run_path_shell = 'LD_RUN_PATH="$(LD_RUN_PATH)" ';
  }
  
-Index: ExtUtils-MakeMaker-7.30/lib/ExtUtils/MakeMaker.pm
+Index: ExtUtils-MakeMaker-7.34/lib/ExtUtils/MakeMaker.pm
 ===
 ExtUtils-MakeMaker-7.30.orig/lib/ExtUtils/MakeMaker.pm
-+++ ExtUtils-MakeMaker-7.30/lib/ExtUtils/MakeMaker.pm
+--- ExtUtils-MakeMaker-7.34.orig/lib/ExtUtils/MakeMaker.pm
 ExtUtils-MakeMaker-7.34/lib/ExtUtils/MakeMaker.pm
 @@ -317,7 +317,7 @@ sub full_setup {
  PERM_DIR PERM_RW PERM_RWX MAGICXS
  PL_FILES PM PM_FILTER PMLIBDIRS PMLIBPARENTDIRS POLLUTE
@@ -90,7 +90,7 @@
  print "MakeMaker (v$VERSION)\n" if $Verbose;
  if (-f "MANIFEST" && ! -f "Makefile" && ! $UNDER_CORE){
  check_manifest();
-@@ -2797,6 +2817,40 @@ precedence.  A typemap in the current di
+@@ -2821,6 +2841,40 @@ precedence.  A typemap in the current di
  precedence, even if it isn't listed in TYPEMAPS.  The default system
  typemap has lowest precedence.
  
@@ -131,10 +131,10 @@
  =item VENDORPREFIX
  
  Like PERLPREFIX, but only for the vendor 

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2018-02-21 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2018-02-21 14:06:37

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


Package is "perl-ExtUtils-MakeMaker"

Wed Feb 21 14:06:37 2018 rev:10 rq:577954 version:7.32

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2017-06-27 10:20:48.251165052 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new/perl-ExtUtils-MakeMaker.changes
 2018-02-21 14:06:40.308558783 +0100
@@ -1,0 +2,57 @@
+Sat Feb 17 06:22:40 UTC 2018 - co...@suse.com
+
+- updated to 7.32
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.32  Fri Feb 16 20:10:58 GMT 2018
+  
+  No changes since v7.31_08
+  
+  7.31_08 Mon Feb 12 12:19:11 GMT 2018
+  
+  VMS fixes:
+  - Fix 8-space line prefixes in MM_VMS.pm
+  
+  7.31_07 Tue Jan 16 16:09:04 GMT 2018
+  
+  Bug fixes:
+  - Change warning text for libscan() README.pod
+  
+  7.31_06 Tue Jan 16 10:28:11 GMT 2018
+  
+  Bug fixes:
+  - Teach libscan() to exclude README.pod
+  
+  Doc fixes:
+  - Documented when XSMULTI and XSBUILD are available
+  - Documented more version requirements for attributes
+  
+  7.31_05 Sat Nov 25 09:22:51 GMT 2017 (LPW Edition)
+  
+  Doc fixes:
+  - Spelling fixes
+  - clarify behaviour if VENDORLIB and no VENDORARCH
+  
+  7.31_04 Thu Oct  5 12:22:24 BST 2017
+  
+  Darwin/NeXT fixes:
+  - Escape ld -framework flags
+  
+  7.31_03 Mon Jul 10 09:34:26 BST 2017
+  
+  Bug fixes:
+  - Filter out non-XS .a files for static builds
+  
+  7.31_02 Mon Jun 26 13:53:15 BST 2017
+  
+  VMS fixes:
+  - Fixes for .PL tests
+  - VMS override for static_lib_pure_cmd
+  - Make the new subdirsstatic test portable
+  
+  7.31_01 Wed Jun 14 15:57:52 BST 2017
+  
+  Test fixes:
+  - Skip static test unless in perl core or in a .git directory
+
+---

Old:

  ExtUtils-MakeMaker-7.30.tar.gz

New:

  ExtUtils-MakeMaker-7.32.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.PAjZbl/_old  2018-02-21 14:06:41.572513301 +0100
+++ /var/tmp/diff_new_pack.PAjZbl/_new  2018-02-21 14:06:41.576513157 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-MakeMaker
 #
-# 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,11 +17,11 @@
 
 
 Name:   perl-ExtUtils-MakeMaker
-Version:7.30
+Version:7.32
 Release:0
 %define cpan_name ExtUtils-MakeMaker
 Summary:Create a module Makefile
-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/ExtUtils-MakeMaker/
 Source0:
https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
@@ -31,14 +31,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta) >= 2.143240
-BuildRequires:  perl(ExtUtils::Install) >= 1.52
-BuildRequires:  perl(ExtUtils::Manifest) >= 1.70
-BuildRequires:  perl(version)
-Requires:   perl(CPAN::Meta) >= 2.143240
-Requires:   perl(ExtUtils::Install) >= 1.52
-Requires:   perl(ExtUtils::Manifest) >= 1.70
-Requires:   perl(version)
 %{perl_requires}
 
 %description

++ ExtUtils-MakeMaker-7.30.tar.gz -> ExtUtils-MakeMaker-7.32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.30/CONTRIBUTING 
new/ExtUtils-MakeMaker-7.32/CONTRIBUTING
--- old/ExtUtils-MakeMaker-7.30/CONTRIBUTING2016-04-27 22:08:35.0 
+0200
+++ new/ExtUtils-MakeMaker-7.32/CONTRIBUTING2017-11-25 10:21:27.0 
+0100
@@ -53,7 +53,7 @@
 
 - 4 character indentation.
 
-- this_style is prefered instead of studlyCaps.
+- this_style is preferred instead of studlyCaps.
 
 - Private subroutine names (ie. those used only in the same package
   they're declared in) should start with an underscore (_sekret_method).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-7.30/Changes 
new/ExtUtils-MakeMaker-7.32/Changes
--- old/ExtUtils-MakeMaker-7.30/Changes 2017-06-12 

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2017-06-27 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2017-06-27 10:20:46

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


Package is "perl-ExtUtils-MakeMaker"

Tue Jun 27 10:20:46 2017 rev:9 rq:506093 version:7.30

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2016-03-18 21:30:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new/perl-ExtUtils-MakeMaker.changes
 2017-06-27 10:20:48.251165052 +0200
@@ -1,0 +2,334 @@
+Sun Jun 25 08:02:48 UTC 2017 - co...@suse.com
+
+- try without the -mini package - the deps are using Module::Build
+  meanwhile
+
+---
+Fri Jun 23 13:12:48 UTC 2017 - dd...@suse.com
+
+- rebase downstream bsc#841204 fix against 7.30
+  + Do_not_set_RPATH_by_default.patch
+  + based on:
+  
http://pkgs.fedoraproject.org/cgit/rpms/perl-ExtUtils-MakeMaker.git/plain/ExtUtils-MakeMaker-7.16-USE_MM_LD_RUN_PATH.patch
+
+---
+Wed Jun 14 05:31:17 UTC 2017 - co...@suse.com
+
+- updated to 7.30
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.30 Mon Jun 12 13:17:29 BST 2017
+  
+  No changes since v7.29_02
+  
+  7.29_02 Sun Jun 11 12:00:33 BST 2017
+  
+  Doc fixes:
+  - Fixed POD errors in FAQ
+  
+  7.29_01 Wed May 31 08:34:10 BST 2017
+  
+  Bug fixes:
+  - Prune .a without extralibs.ld from search paths
+
+---
+Wed May 31 05:38:24 UTC 2017 - co...@suse.com
+
+- updated to 7.28
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.28  Tue May 30 22:01:08 BST 2017
+  
+  No changes since v7.27_02
+  
+  7.27_02 Tue May 30 09:27:56 BST 2017
+  
+  Bug fixes:
+  - Prune auto/share from search paths RT#121918
+  
+  7.27_01 Sun May 28 11:35:46 BST 2017
+  
+  Bug fixes:
+  - Fix regression with metadata RT#121913
+
+---
+Sun May 28 05:40:55 UTC 2017 - co...@suse.com
+
+- updated to 7.26
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.26  Sat May 27 21:01:47 BST 2017
+  
+  No changes since 7.25_06
+  
+  7.25_06 Tue May 23 20:18:01 BST 2017
+  
+  Bug fixes:
+  - Fix regression with XS tests on MSWin32 with MS toolchain
+  
+  7.25_05 Mon May 15 10:18:01 BST 2017
+  
+  Bug fixes:
+  - Make MakeMaker pass compilation tests on AIX again
+  - Test, fix test dep on SKIPped linktype
+  
+  7.25_04 Fri May 12 12:24:09 BST 2017
+  
+  Enhancements:
+  - Add os_unsupported() function
+  
+  7.25_03 Thu May 11 17:51:23 BST 2017
+  
+  Bug fixes:
+  - processPL now depends on 'pure_all' instead of 'all'
+  
+  7.25_02 Thu May 11 11:54:42 BST 2017
+  
+  Bug fixes:
+  - Only add staticlibs that are installed under auto/
+  - Correct the order of tests of chmod()
+  
+  Doc fixes:
+  - Fixed typo in MakeMaker.pm
+  
+  7.25_01 Fri Feb  3 13:36:25 GMT 2017
+  
+  Bug fixes:
+  - Make perllocal.pod files reproducible
+  - META_ADD/MERGE default meta version based on each other
+  - Eliminate an ancient, unneeded, dangerous call to Carp::longmess
+
+---
+Thu May 25 08:07:16 UTC 2017 - co...@suse.com
+
+- updated to 7.24
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.24  Sat Aug 20 13:22:28 BST 2016
+  
+  No changes since 7.23_01
+  
+  7.23_01 Fri Aug 19 10:02:30 BST 2016
+  
+  Test fixes:
+  - always use the core serializers when testing in core
+  
+  7.22  Mon Aug  8 09:29:02 BST 2016
+  
+  No changes since 7.21_01
+  
+  7.21_01 Sun Aug  7 10:37:53 BST 2016
+  
+  Bug fixes:
+  - CVE-2016-1238: instmodsh sanitise @INC
+  
+  7.20  Fri Aug  5 09:39:56 BST 2016
+  
+  No changes since 7.19_08
+  
+  7.19_08 Thu Jul 28 12:31:13 BST 2016
+  
+  Bug fixes:
+  - CVE-2016-1238: avoid loading VMS::Feature from the default .
+  
+  7.19_07 Sun Jul  3 15:11:40 BST 2016
+  
+  Bug fixes:
+  - Restore ordering issue involving OTHERLDFLAGS
+  
+  7.19_06 Mon Jun 27 12:32:06 BST 2016
+  
+  Test fixes:
+  - Skip subdirscomplex test on VMS
+  
+  7.19_05 Mon Jun 20 15:21:52 BST 2016
+  
+  Doc fixes:
+  - fix typos and add subdirs text to MakeMaker.pm
+  
+  7.19_04 Tue Jun 14 11:16:19 BST 2016
+  
+  Bug fixes:
+  - prevent EUMM::Locale from warning with old Win32.pm
+  
+  Doc fixes:
+  - added examples for running tests in subdirs
+  
+  7.19_03 

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2016-03-18 21:30:06

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


Package is "perl-ExtUtils-MakeMaker"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2015-08-25 08:53:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new/perl-ExtUtils-MakeMaker.changes
 2016-03-18 21:30:07.0 +0100
@@ -1,0 +2,332 @@
+Fri Mar 11 10:05:35 UTC 2016 - co...@suse.com
+
+- updated to 7.10
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.10 Thu Sep 10 19:38:55 BST 2015
+  
+  Bug fixes:
+  - Fix an issue with quoting of dist_ci target on Win32
+  
+  7.08 Tue Sep  8 20:24:15 BST 2015
+  
+  This release reverts all the changes since v7.04 until such time
+  as the regressions we have found in the "wild" of CPAN can be
+  tamed
+  
+  ExtUtils::Command has been included in this release as it was
+  reincorporated in v7.06
+  
+  The following bug fixes have also been included:
+  - RT#100268 fix wrong variable being used
+  - Check exit status for commands in "make ci" target
+  - Fix distsignature dependencies for parallel make
+  - The bundled Encode::Locale has been updated to 1.04
+  
+  7.06 Mon Aug 31 18:54:14 BST 2015
+  Enhancements:
+  - version ranges are now supported for PREREQS, etc.
+  - Metadata is now represented internally as Meta Spec 2.0
+  - Use intermediate files to store META.* and *.ppd files
+  - ExtUtils::Command has been re-incorporated at 1.19 of that module
+  - Refactored XS handling
+  - XSMULTI=>1 - put multiple *.xs under lib, it "just works" and XSBUILD
+for refined control of XSMULTI
+  - can do "make test" without first doing "make"
+  
+  Bug fixes:
+  - Handle new warnings from File::Path
+  - Resolve RT#106572 specifying AUTHOR via command-line is broken
+  - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES
+  - Sanitise make_type on Win32
+  - Cygwin rebase fixes
+  - Makefile starting comments reflect decoded @ARGV, not raw
+  - Add various targets to .PHONY to avoid disk IO with dmake
+  - Fixed race condition in realclean
+  - improve static-build lib detection
+  - Eliminate non-error STDERR
+  - Make WriteEmptyMakefile Makefile functional when called in subdir
+  - manifypods fixes
+  - perllocal.pod generation "Perl in Space" fix
+  - PASTHRU fixes
+  - Fix distsignature dependencies for parallel make
+  - Check exit status for commands in "make ci" target
+  
+  Dist fixes:
+  - Made %ExtraPrereqs match bundled prereqs
+  - Included MANIFEST.SKIP from ExtUtils::Manifest
+  - The bundled Encode::Locale has been updated to 1.04
+  
+  Test fixes:
+  - test PL_FILES of a "module"
+  - Various tests no longer require a separate .pm file for testing
+  - Support v5.6.1 in various tests
+  - test static build if $ENV{AUTHOR_TESTING}
+  - XS tests now pluggable
+  - test for "Perl in Space"
+  
+  Doc fixes:
+  - better document for PL_FILES, oneliner method
+  - FAQ updated
+  
+  7.05_29 Mon Aug 24 16:00:14 BST 2015
+  Bug fixes:
+  - Handle new warnings from File::Path
+  - Resolve RT#106572 specifying AUTHOR via command-line is broken
+  
+  7.05_28 Wed Aug 19 18:56:25 BST 2015
+  Bug fixes:
+  - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES
+  
+  Dist fixes:
+  - Removed .perlcriticrc
+  - Cleaned up Makefile.PL
+  
+  7.05_27 Wed Aug  5 10:31:56 BST 2015
+  
+  No changes since 7.05_26
+  Testing dist build
+  
+  7.05_26 Tue Aug  4 20:36:18 BST 2015
+  Bug fixes:
+  - Reverted pure_all changes due to bug in gmake and
+parallel building perl core
+  
+  7.05_25 Tue Jul  7 18:13:13 BST 2015
+  
+  No changes since 7.05_24
+  Testing dist build
+  
+  7.05_24 Wed Jul  1 19:18:11 BST 2015
+  Bug fixes:
+  - Fix missing pipe in Cygwin rebase command
+  
+  7.05_23 Wed Jun 24 20:17:09 BST 2015
+  Bug fixes:
+  - Sanitise make_type on Win32
+  - Cygwin: do not mess with the image base and do an ephemeral rebase on 
i686
+  
+  7.05_22 Sun Jun 14 14:06:36 BST 2015
+  Dist fixes:
+  - eval $VERSION in all modules
+  
+  7.05_21 Sat Jun 13 14:57:44 BST 2015
+  Enhancements:
+  - Intermediate META.* and *.ppd files now stored under blib/
+  
+  Test fixes:
+  - fixed an executable bit on one of the tests
+  
+  7.05_20 Sat Apr  4 16:20:54 BST 2015
+  Test fixes:
+  - Disable the 

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2015-08-25 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2015-08-25 07:23:11

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


Package is perl-ExtUtils-MakeMaker

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2015-03-28 18:38:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new/perl-ExtUtils-MakeMaker.changes
 2015-08-25 08:53:57.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul  8 05:29:02 UTC 2015 - co...@suse.com
+
+- recompile against perl 5.22
+
+---



Other differences:
--



commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2015-03-28 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2015-03-28 18:38:49

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


Package is perl-ExtUtils-MakeMaker

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2015-02-08 13:04:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new/perl-ExtUtils-MakeMaker.changes
 2015-03-28 18:38:50.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 20 00:19:50 UTC 2015 - dd...@suse.com
+
+- Do not set LD_RUN_PATH by default; (bnc#841204).
+  + Add Do_not_set_RPATH_by_default.patch
+
+---

New:

  Do_not_set_RPATH_by_default.patch



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.hI3yuM/_old  2015-03-28 18:38:50.0 +0100
+++ /var/tmp/diff_new_pack.hI3yuM/_new  2015-03-28 18:38:50.0 +0100
@@ -30,6 +30,8 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 %{perl_requires}
+Patch1: Do_not_set_RPATH_by_default.patch
+
 # MANUAL BEGIN
 #!BuildIgnore:  perl-ExtUtils-MakeMaker
 # used by my/bundles.pm
@@ -83,6 +85,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch1 -p1
 find . -type f -print0 | xargs -0 chmod 644
 # MANUAL BEGIN
 grep -v ^bundled MAINFEST  t  mv t MAINFEST

++ Do_not_set_RPATH_by_default.patch ++
From dbc43828283bd5ab150e24a6cd18c778e9763d7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 12 Jan 2012 17:05:19 +0100
Subject: [PATCH] Do not set RPATH by default

Former behavior can be forced by setting USE_MM_LD_RUN_PATH
environment variable to 1.

This is copy from `perl' package.
See https://bugzilla.redhat.com/show_bug.cgi?id=773622.

[dd...@suse.de: also handle LD_RUN_PATH set in MM_Any.pm]
---

Index: ExtUtils-MakeMaker-7.04/lib/ExtUtils/Liblist.pm
===
--- ExtUtils-MakeMaker-7.04.orig/lib/ExtUtils/Liblist.pm
+++ ExtUtils-MakeMaker-7.04/lib/ExtUtils/Liblist.pm
@@ -88,6 +88,11 @@ libraries.  LD_RUN_PATH is a colon separ
 in LDLOADLIBS. It is passed as an environment variable to the process
 that links the shared library.
 
+Fedora extension: This generation of LD_RUN_PATH is disabled by default.
+To use the generated LD_RUN_PATH for all links, set the USE_MM_LD_RUN_PATH
+MakeMaker object attribute / argument, (or set the $USE_MM_LD_RUN_PATH
+environment variable).
+
 =head2 BSLOADLIBS
 
 List of those libraries that are needed but can be linked in
Index: ExtUtils-MakeMaker-7.04/lib/ExtUtils/MM_Unix.pm
===
--- ExtUtils-MakeMaker-7.04.orig/lib/ExtUtils/MM_Unix.pm
+++ ExtUtils-MakeMaker-7.04/lib/ExtUtils/MM_Unix.pm
@@ -972,7 +972,7 @@ $(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) $
 }
 
 my $ld_run_path_shell = ;
-if ($self-{LD_RUN_PATH} ne ) {
+if (($self-{LD_RUN_PATH} ne )  ($self-{USE_MM_LD_RUN_PATH})) {
$ld_run_path_shell = 'LD_RUN_PATH=$(LD_RUN_PATH) ';
 }
 
Index: ExtUtils-MakeMaker-7.04/lib/ExtUtils/MakeMaker.pm
===
--- ExtUtils-MakeMaker-7.04.orig/lib/ExtUtils/MakeMaker.pm
+++ ExtUtils-MakeMaker-7.04/lib/ExtUtils/MakeMaker.pm
@@ -301,7 +301,8 @@ sub full_setup {
 PERM_DIR PERM_RW PERM_RWX MAGICXS
 PL_FILES PM PM_FILTER PMLIBDIRS PMLIBPARENTDIRS POLLUTE
 PREREQ_FATAL PREREQ_PM PREREQ_PRINT PRINT_PREREQ
-SIGN SKIP TEST_REQUIRES TYPEMAPS UNINST VERSION VERSION_FROM XS XSOPT 
XSPROTOARG
+SIGN SKIP TEST_REQUIRES TYPEMAPS UNINST USE_MM_LD_RUN_PATH VERSION
+VERSION_FROM XS XSOPT XSPROTOARG
 XS_VERSION clean depend dist dynamic_lib linkext macro realclean
 tool_autosplit
 
@@ -436,7 +437,27 @@ sub new {
 # PRINT_PREREQ is RedHatism.
 if (@ARGV =~ /\bPRINT_PREREQ\b/) {
 $self-_PRINT_PREREQ;
-   }
+}
+
+# USE_MM_LD_RUN_PATH - another RedHatism to disable automatic RPATH 
generation
+if ( ( ! $self-{USE_MM_LD_RUN_PATH} )
+   ( (@ARGV =~ /\bUSE_MM_LD_RUN_PATH(=([01]))?\b/)
+||( exists( $ENV{USE_MM_LD_RUN_PATH} )
+   ( $ENV{USE_MM_LD_RUN_PATH} =~ /([01])?$/ )
+   )
+)
+   )
+{
+   my $v = $1;
+   if( $v )
+   {
+   $v = ($v=~/=([01])$/)[0];
+   }else
+   {
+   $v = 1;
+   };
+   $self-{USE_MM_LD_RUN_PATH}=$v;
+};
 
 print MakeMaker (v$VERSION)\n if $Verbose;
 if (-f MANIFEST  ! -f Makefile  ! $ENV{PERL_CORE}){
@@ -2714,6 +2735,40 @@ precedence.  

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2015-02-08 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2015-02-08 13:04:13

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


Package is perl-ExtUtils-MakeMaker

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2014-07-23 22:06:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new/perl-ExtUtils-MakeMaker.changes
 2015-02-08 13:04:26.0 +0100
@@ -1,0 +2,34 @@
+Sun Feb  8 07:44:48 UTC 2015 - co...@suse.com
+
+- updated to 7.04
+Doc fixes:
+ - Corrected MAGICXS documentation
+ - Remove Module::Build encouragement
+ 
+ 7.03_04 Thu Nov 27 14:35:15 GMT 2014
+ Core fixes:
+ - Do not use ccstdflags with the core extensions
+ 
+ 7.03_03 Tue Nov 25 16:37:57 GMT 2014
+ Win32 Fixes:
+ - Eliminate sub-process spawning when checking make type
+ 
+ 7.03_02 Mon Nov 24 13:18:09 GMT 2014
+ VMS fixes:
+ - Fix a couple of missing vendor targets
+ - Remove VAXCCURSE from ExtUtils::Liblist::Kid::_vms_ext.
+ 
+ 7.03_01 Tue Nov 18 21:29:40 GMT 2014
+ VMS fixes:
+ - Handle spaces in install targets
+ - Allow spaces in eliminate_macros and fixpath
+ - Remove fixpath call from ExtUtils::Liblist::Kid::_vms_ext.
+ - Override is_make_type() as checks as unnecessary
+ 
+ Core fixes:
+ - Wrap parse_abstract() call to Encode in eval() to
+   avoid build failures
+ - Fix issue with CCFLAGS in core
+- replace fix-provides.diff with a grep call
+
+---

Old:

  ExtUtils-MakeMaker-6.98.tar.gz
  fix-provides.diff

New:

  ExtUtils-MakeMaker-7.04.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.8yAVU6/_old  2015-02-08 13:04:27.0 +0100
+++ /var/tmp/diff_new_pack.8yAVU6/_new  2015-02-08 13:04:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-MakeMaker
 #
-# 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-ExtUtils-MakeMaker
-Version:6.98
+Version:7.04
 Release:0
 %define cpan_name ExtUtils-MakeMaker
 Summary:Create a module Makefile
@@ -25,8 +25,6 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/ExtUtils-MakeMaker/
 Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
-# MANUAL
-Patch0: fix-provides.diff
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -70,20 +68,24 @@
 possibly bewildering errors resulting from using the wrong one.
 
 On POSIX systems, that program will likely be GNU Make; on Microsoft
-Windows, it will be either Microsoft NMake or DMake. Note that this module
-does not support generating Makefiles for GNU Make on Windows. See the
+Windows, it will be either Microsoft NMake, DMake or GNU Make. See the
 section on the L/MAKE parameter for details.
 
-MakeMaker is object oriented. Each directory below the current directory
-that contains a Makefile.PL is treated as a separate object. This makes it
-possible to write an unlimited number of Makefiles with a single invocation
-of WriteMakefile().
+ExtUtils::MakeMaker (EUMM) is object oriented. Each directory below the
+current directory that contains a Makefile.PL is treated as a separate
+object. This makes it possible to write an unlimited number of Makefiles
+with a single invocation of WriteMakefile().
+
+All inputs to WriteMakefile are Unicode characters, not just octets. EUMM
+seeks to handle all of these correctly. It is currently still not possible
+to portably use Unicode characters in module names, because this requires
+Perl to handle Unicode filenames, which is not yet the case on Windows.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
 # MANUAL BEGIN
-%patch0
+grep -v ^bundled MAINFEST  t  mv t MAINFEST
 rm -rf bundled
 # MANAUL END
 
@@ -104,6 +106,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes NOTES PATCHING README README.packaging TODO
+%doc Changes CONTRIBUTING NOTES README README.packaging
 
 %changelog

++ ExtUtils-MakeMaker-6.98.tar.gz - ExtUtils-MakeMaker-7.04.tar.gz ++
 11601 lines of diff (skipped)

-- 
To unsubscribe, e-mail: 

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2014-07-23 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2014-07-23 22:06:30

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


Package is perl-ExtUtils-MakeMaker

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2014-02-11 10:44:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new/perl-ExtUtils-MakeMaker.changes
 2014-07-23 22:06:42.0 +0200
@@ -1,0 +2,20 @@
+Fri Jul 18 10:45:29 UTC 2014 - ch...@computersalat.de
+
+- update to 6.98
+Dist fixes:
+* Removed redundant File::Spec check from Makefile.PL
+Bug fixes:
+* Resolve another regression related to not recursing into distdirs
+* Work-around v5.10.1 for the MIN_PERL_VERSION v-string handling
+* Make MIN_PERL_VERSION handle v-strings properly
+* Resolved a regression in MM_Unix.pm
+  (https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/96)
+* Libraries are not transitive on Android
+Test fixes:
+* Make meta tests more robust to changes in CPAN::Meta
+- fix deps and avoid build loop
+  * push all 'BuildRequires' (taken from Makefile.PL) into
+perl-ExtUtils-MakeMaker-mini as 'Requires' and now 
+BuildRequire: perl-ExtUtils-MakeMaker-mini
+
+---

Old:

  ExtUtils-MakeMaker-6.88.tar.gz

New:

  ExtUtils-MakeMaker-6.98.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.tQonmI/_old  2014-07-23 22:06:43.0 +0200
+++ /var/tmp/diff_new_pack.tQonmI/_new  2014-07-23 22:06:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-MakeMaker
-Version:6.88
+Version:6.98
 Release:0
 %define cpan_name ExtUtils-MakeMaker
 Summary:Create a module Makefile
@@ -34,9 +34,24 @@
 %{perl_requires}
 # MANUAL BEGIN
 #!BuildIgnore:  perl-ExtUtils-MakeMaker
-BuildRequires:  perl-CPAN-Meta
-BuildRequires:  perl-File-Copy-Recursive
+# used by my/bundles.pm
+#BuildRequires:  perl-File-Copy-Recursive
 BuildRequires:  perl(Data::Dumper)
+##
+### dependencies defined in a dummy package to avoid build loops
+BuildRequires:  perl-ExtUtils-MakeMaker-mini
+##
+Requires:   perl(CPAN::Meta) = 2.113640
+Requires:   perl(CPAN::Meta::Requirements) = 2.121
+Requires:   perl(CPAN::Meta::YAML) = 0.002
+Requires:   perl(ExtUtils::Command) = 1.16
+Requires:   perl(ExtUtils::Install) = 1.52
+Requires:   perl(ExtUtils::Manifest) = 1.58
+Requires:   perl(File::Temp) = 0.22
+Requires:   perl(JSON::PP) = 2.27103
+Requires:   perl(Parse::CPAN::Meta) = 1.4400
+Requires:   perl(Scalar::Util) = 1.13
+Requires:   perl(version) = 0.82
 # MANUAL END
 
 %description
@@ -73,6 +88,7 @@
 # MANAUL END
 
 %build
+export BUILDING_AS_PACKAGE=1
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 

++ ExtUtils-MakeMaker-6.88.tar.gz - ExtUtils-MakeMaker-6.98.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-6.88/Changes 
new/ExtUtils-MakeMaker-6.98/Changes
--- old/ExtUtils-MakeMaker-6.88/Changes 2014-01-31 21:50:06.0 +0100
+++ new/ExtUtils-MakeMaker-6.98/Changes 2014-04-29 22:28:29.0 +0200
@@ -1,3 +1,52 @@
+6.98 Tue Apr 29 21:27:59 BST 2014
+
+No changes from 6.97_02
+
+6.97_02 Mon Apr 28 11:44:56 BST 2014
+Dist fixes:
+* Removed redundant File::Spec check from Makefile.PL
+
+6.97_01 Thu Apr 24 14:23:02 BST 2014
+Bug fixes:
+* Resolve another regression related to not recursing into distdirs
+
+6.96 Fri Apr 11 21:54:25 BST 2014
+
+No changes from 6.95_02
+
+6.95_02 Mon Apr  7 15:26:20 BST 2014
+Bug fixes:
+* Work-around v5.10.1 for the MIN_PERL_VERSION v-string handling
+
+6.95_01 Wed Apr  2 21:49:22 BST 2014
+Bug fixes:
+* Make MIN_PERL_VERSION handle v-strings properly
+
+6.94 Tue Mar 25 19:26:31 GMT 2014
+
+No changes from 6.93_01
+
+6.93_01 Mon Mar 24 16:53:31 GMT 2014
+Bug fixes:
+* Resolved a regression in MM_Unix.pm
+  (https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/96)
+
+6.92 Thu Mar 13 16:18:32 GMT 2014
+
+No changes from 6.91_01
+
+6.91_01 Thu Mar  6 13:48:22 GMT 2014
+Test fixes:
+* Make meta tests more robust to changes in CPAN::Meta
+
+6.90 Thu Feb 20 20:46:04 GMT 2014
+
+No changes from 6.89_01
+
+6.89_01 Mon Feb 

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2014-02-11 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2014-02-11 10:44:34

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


Package is perl-ExtUtils-MakeMaker

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2013-12-06 14:42:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new/perl-ExtUtils-MakeMaker.changes
 2014-02-11 10:44:36.0 +0100
@@ -1,0 +2,34 @@
+Sat Feb  8 10:54:51 UTC 2014 - l...@linux-schulserver.de
+
+- update to 6.88:
+Misc:
+* disable make parallelism for pure_all target
+* Enable bootstrapping to work on v5.10.x again
+Bug fixes:
+* Don't recurse into stale dist dirs
+* RT#90780 fix Macro `BOOTSTRAP' redefined warnings
+* Only enable automatic OBJECT generation if MAGICXS is true
+* harden xsubpp locating loop in MM_Unix
+* RT#91540 PREREQ_FATAL not recognised on command line
+* Export 'configure' section of prereqs when meta-spec version 2
+* Explicitly require dynaloader before using mod2fname
+* Expanded test coverage for metafiles
+* Get rid of unused printf arguments in dir_target
+* Get rid of unused printf arguments in dynamic_bs
+* On Android, pass PERL_LIB through rel2abs().
+* Synchronisation with blead to remove old cross-compilation model
+New Features:
+* OBJECT can now be specified as an array
+* build C_FILES/O_FILES/OBJECT automatically from XS
+* Added MAGICXS attribute to explicitly enable automagic
+  XS building.
+* Added PPM_UNINSTALL_EXEC and PPM_UNINSTALL_SCRIPT options
+  to PPD generation
+Doc fixes:
+* Correct the documentation for MAGICXS
+* Document BUILD_REQUIRES defaults
+* Documentation expanded to mention JSON metafiles
+* mention that TEST_REQUIRES is in v6.64 and above
+* Update documentation for LICENSE attribute.
+
+---

Old:

  ExtUtils-MakeMaker-6.82.tar.gz

New:

  ExtUtils-MakeMaker-6.88.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.gElF8Y/_old  2014-02-11 10:44:36.0 +0100
+++ /var/tmp/diff_new_pack.gElF8Y/_new  2014-02-11 10:44:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-MakeMaker
 #
-# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-MakeMaker
-Version:6.82
+Version:6.88
 Release:0
 %define cpan_name ExtUtils-MakeMaker
 Summary:Create a module Makefile

++ ExtUtils-MakeMaker-6.82.tar.gz - ExtUtils-MakeMaker-6.88.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-MakeMaker-6.82/Changes 
new/ExtUtils-MakeMaker-6.88/Changes
--- old/ExtUtils-MakeMaker-6.82/Changes 2013-11-04 20:20:56.0 +0100
+++ new/ExtUtils-MakeMaker-6.88/Changes 2014-01-31 21:50:06.0 +0100
@@ -1,3 +1,103 @@
+6.88 Fri Jan 31 20:49:13 GMT 2014
+
+No changes from 6.87_05
+
+6.87_05 Tue Jan 28 13:54:21 GMT 2014
+Bug fixes:
+* Synchronisation with blead to remove old cross-compilation model
+
+6.87_04 Sun Jan 26 19:29:05 GMT 2014
+Bug fixes:
+* On Android, pass PERL_LIB through rel2abs().
+
+6.87_03 Sun Jan 19 17:49:43 GMT 2014
+Bug fixes:
+* Get rid of unused printf arguments in dynamic_bs
+
+6.87_02 Sat Jan 18 13:00:36 GMT 2014
+Doc fixes:
+* Update documentation for LICENSE attribute.
+
+Bug fixes:
+* Get rid of unused printf arguments in dir_target
+
+6.87_01 Sun Jan 12 10:31:41 GMT 2014
+Doc fixes:
+* mention that TEST_REQUIRES is in v6.64 and above
+
+6.86 Sat Jan  4 12:17:53 GMT 2014
+
+No changes from 6.85_07
+
+6.85_07 Wed Jan  1 18:55:22 GMT 2014
+Bug fixes:
+* Expanded test coverage for metafiles
+
+Doc fixes:
+* Documentation expanded to mention JSON metafiles
+
+6.85_06 Mon Dec 30 23:14:37 GMT 2013
+Bug fixes:
+* Explicitly require dynaloader before using mod2fname
+
+6.85_05 Sun Dec 29 11:25:00 GMT 2013
+Bug fixes:
+* Export 'configure' section of prereqs when meta-spec version 2
+
+Doc fixes:
+* Document BUILD_REQUIRES defaults
+
+6.85_04 Mon Dec 23 15:00:14 GMT 2013
+
+No changes since v6.85_03 fixing repo tags
+