From 650b0e5a5badf28e0405450e7120ad2dcbdccd98 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Tue, 12 Jul 2016 20:00:05 +0100
Subject: Update to 0.37

- New upstream release 0.37
  - A large chunk of boilerplate XS code, which is also used in other XS
    modules, has been factored out of the main .xs file to a collection of .h
    files in the xsh subdirectory
  - Fixed intermittent segfaults with heredocs (CPAN RT#115392)
---
 perl-indirect.spec | 12 ++++++++++--
 sources            |  2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/perl-indirect.spec b/perl-indirect.spec
index 817c1be..0a59dad 100644
--- a/perl-indirect.spec
+++ b/perl-indirect.spec
@@ -1,6 +1,6 @@
 Name:           perl-indirect
-Version:        0.36
-Release:        5%{?dist}
+Version:        0.37
+Release:        1%{?dist}
 Summary:        Lexically warn about using the indirect object syntax
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -24,6 +24,7 @@ BuildRequires:  perl(XSLoader)
 # Test Suite
 BuildRequires:  perl(B)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
@@ -74,6 +75,13 @@ make test
 %{_mandir}/man3/indirect.3*
 
 %changelog
+* Tue Jul 12 2016 Paul Howarth <p...@city-fan.org> - 0.37-1
+- Update to 0.37
+  - A large chunk of boilerplate XS code, which is also used in other XS
+    modules, has been factored out of the main .xs file to a collection of .h
+    files in the xsh subdirectory
+  - Fixed intermittent segfaults with heredocs (CPAN RT#115392)
+
 * Wed May 18 2016 Jitka Plesnikova <jples...@redhat.com> - 0.36-5
 - Perl 5.24 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 96055df..49edf25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91319da61700668051ee94ec86281bfe  indirect-0.36.tar.gz
+d6ae968af42ab90e03f70a2f93ac6b51  indirect-0.37.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-indirect.git/commit/?h=master&id=650b0e5a5badf28e0405450e7120ad2dcbdccd98
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to