Hello community,
here is the log from the commit of package perl-ExtUtils-CBuilder for
openSUSE:Factory checked in at 2012-02-17 12:07:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-CBuilder (Old)
and /work/SRC/openSUSE:Factory/.perl-ExtUtils-CBuilder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-ExtUtils-CBuilder", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder.changes
2011-12-06 16:24:11.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-ExtUtils-CBuilder.new/perl-ExtUtils-CBuilder.changes
2012-02-17 12:07:34.000000000 +0100
@@ -1,0 +2,20 @@
+Wed Feb 15 12:02:42 UTC 2012 - [email protected]
+
+- updated to 0.280202
+ - Different file names used for test files; allows EU::CB tests
+ to be run in parallel. [Florian Ragwitz]
+
+ Fixed:
+ - t/04-base.t no longer attempt to compile or link as this provokes
+ failures on main platforms
+ - Various typo fixes in Pod or comments
+ - Incorporated another t/04-base.t fix from bleadperl
+ [Chris Williams]
+ - Fixed spurious t/04-base.t failure when run from Perl core
+ [David Golden]
+ - Fixed t/02-link.t on perl < 5.8
+ - Preserves exit status on VMS [Craig Berry]
+ - Fix Win32 split_like_shell escaping [Christian Walde]
+ - Tests no longer fail if user has set the CC environment variable
+
+-------------------------------------------------------------------
Old:
----
ExtUtils-CBuilder-0.27.tar.gz
ExtUtils-CBuilder-0.2701.patch
ExtUtils-CBuilder-0.2701_0.2702.patch
ExtUtils-CBuilder-0.2702_0.2703.patch
New:
----
ExtUtils-CBuilder-0.280202.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-ExtUtils-CBuilder.spec ++++++
--- /var/tmp/diff_new_pack.0Owaxg/_old 2012-02-17 12:07:36.000000000 +0100
+++ /var/tmp/diff_new_pack.0Owaxg/_new 2012-02-17 12:07:36.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-CBuilder
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,53 +15,39 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: perl-ExtUtils-CBuilder
+Version: 0.280202
+Release: 0
%define cpan_name ExtUtils-CBuilder
Summary: Compile and link C code for Perl modules
-Version: 0.27
-Release: 0
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-CBuilder/
-Source:
http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-CBuilder-%{version}.tar.gz
-Patch1: %{cpan_name}-0.2701.patch
-Patch2: %{cpan_name}-0.2701_0.2702.patch
-Patch3: %{cpan_name}-0.2702_0.2703.patch
+Source:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
-BuildRequires: perl(Cwd)
-BuildRequires: perl(File::Basename)
-BuildRequires: perl(File::Spec)
-BuildRequires: perl(IO::File)
-BuildRequires: perl(Test::More)
-BuildRequires: perl(Text::ParseWords)
BuildRequires: perl-macros
-Requires: perl(Cwd)
-Requires: perl(File::Basename)
-Requires: perl(File::Spec)
-Requires: perl(IO::File)
-Requires: perl(Text::ParseWords)
+BuildRequires: perl(File::Spec) >= 3.13
+BuildRequires: perl(IPC::Cmd)
+#BuildRequires: perl(ExtUtils::CBuilder)
+#BuildRequires: perl(ExtUtils::CBuilder::Base)
+#BuildRequires: perl(ExtUtils::CBuilder::Platform::Unix)
+Requires: perl(File::Spec) >= 3.13
+Requires: perl(IPC::Cmd)
+%{perl_requires}
%description
This module can build the C portions of Perl modules by invoking the
appropriate compilers and linkers in a cross-platform manner. It was
-motivated by the Module::Build project, but may be useful for other
-purposes as well. However, it is not intended as a general cross-platform
+motivated by the 'Module::Build' project, but may be useful for other
+purposes as well. However, it is _not_ intended as a general cross-platform
interface to all your C building needs. That would have been a much more
ambitious goal!
-Authors:
---------
- Ken Williams, [email protected]
- David Golden
-
%prep
%setup -q -n %{cpan_name}-%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -72,18 +58,11 @@
%install
%perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
%perl_gen_filelist
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
%files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes LICENSE README README.patching
%changelog
++++++ ExtUtils-CBuilder-0.27.tar.gz -> ExtUtils-CBuilder-0.280202.tar.gz ++++++
++++ 2511 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]