[Reproducible-commits] [libextutils-depends-perl] 84/187: Version 0.304

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

akira-guest pushed a commit to branch pu/reproducible_builds
in repository libextutils-depends-perl.

commit f9e47cf0039494730a983c7fb2f06163d181c81f
Author: Florian Ragwitz <rafl at debian.org>
Date:   Wed Jan 26 08:55:40 2011 +0100

    Version 0.304
---
 Changes                 | 6 ++++++
 lib/ExtUtils/Depends.pm | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 3b2df03..a712456 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.304 Wed Jan 26 08:48:18 CET 2011
+	- More robust detection of gcc toolchains on Win32
+	  (Closes: RT#62455) (sisyphus).
+	- Don't assume dlltool is called 'dlltool' on Win32+gcc. Ask Config.pm
+	  instead (Closes: RT#62455) (sisyphus).
+
 0.303 Mon Nov 29 19:42:59 CET 2010
 	- Fix a race condition when running the tests in parallel.
 
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 06f3f11..00fb2d0 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -11,7 +11,7 @@ use File::Find;
 use File::Spec;
 use Data::Dumper;
 
-our $VERSION = '0.303';
+our $VERSION = '0.304';
 
 sub import {
 	my $class = shift;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/libextutils-depends-perl.git



More information about the Reproducible-commits mailing list