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.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new/perl-ExtUtils-MakeMaker.changes
2015-02-08 13:04:26.000000000 +0100
@@ -1,0 +2,34 @@
+Sun Feb 8 07:44:48 UTC 2015 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.8yAVU6/_new 2015-02-08 13:04:27.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]