pghmcfc pushed to perl-indirect (perl-indirect-0.34-1.fc22). "Update to 0.34 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 3 14:19:17 UTC 2015


>From 836c64c00141afd2d811874e8d2a35a1f104a5d3 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Fri, 3 Apr 2015 15:03:52 +0100
Subject: Update to 0.34

- New upstream release 0.34
  - The new environment variable to enable thread tests on older perls is
    PERL_FORCE_TEST_THREADS; note that this variable should only be turned on
    by authors
  - Add link in documentation to historical tchrist post (CPAN RT#100068)
  - Fix segfaults when the module is loaded by several threads (or Windows
    emulated processes) ran in parallel
  - Update the Windows ActivePerl + gcc 3.4 workaround for ExtUtils::MakeMaker
    version 7.04
  - Be really compatible with the optional OP_PARENT feature
  - Test: $ENV{$Config{ldlibpthname}} is now preserved on all platforms, which
    will address failures of t/41-threads-teardown.t and t/50-external.t with
    unusual compilers (like icc) that link all their compiled objects to their
    own libraries

diff --git a/perl-indirect.spec b/perl-indirect.spec
index 0d76351..ecd1053 100644
--- a/perl-indirect.spec
+++ b/perl-indirect.spec
@@ -1,5 +1,5 @@
 Name:           perl-indirect
-Version:        0.33
+Version:        0.34
 Release:        1%{?dist}
 Summary:        Lexically warn about using the indirect object syntax
 License:        GPL+ or Artistic
@@ -19,6 +19,7 @@ BuildRequires:  perl(XSLoader)
 BuildRequires:  perl(B)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(lib)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(threads::shared)
@@ -62,6 +63,22 @@ make test
 %{_mandir}/man3/indirect.3*
 
 %changelog
+* Fri Apr  3 2015 Paul Howarth <paul at city-fan.org> - 0.34-1
+- Update to 0.34
+  - The new environment variable to enable thread tests on older perls is
+    PERL_FORCE_TEST_THREADS; note that this variable should only be turned on
+    by authors
+  - Add link in documentation to historical tchrist post (CPAN RT#100068)
+  - Fix segfaults when the module is loaded by several threads (or Windows
+    emulated processes) ran in parallel
+  - Update the Windows ActivePerl + gcc 3.4 workaround for ExtUtils::MakeMaker
+    version 7.04
+  - Be really compatible with the optional OP_PARENT feature
+  - Test: $ENV{$Config{ldlibpthname}} is now preserved on all platforms, which
+    will address failures of t/41-threads-teardown.t and t/50-external.t with
+    unusual compilers (like icc) that link all their compiled objects to their
+    own libraries
+
 * Wed Nov 12 2014 Paul Howarth <paul at city-fan.org> - 0.33-1
 - Update to 0.33
   - Fix false positives with Devel::Declare (CPAN RT#83806)
diff --git a/sources b/sources
index cc9922f..d886301 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a8c66e97f46120ff44023ee295d5acb  indirect-0.33.tar.gz
+0fc55a300bf49759ccd89f8458d5faae  indirect-0.34.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-indirect.git/commit/?h=perl-indirect-0.34-1.fc22&id=836c64c00141afd2d811874e8d2a35a1f104a5d3


More information about the scm-commits mailing list