pghmcfc pushed to perl-indirect (perl-indirect-0.36-1.fc23). "Update to 0.36 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Jul 18 17:01:16 UTC 2015


From da82a8ac770725a92ebc080d86f30fd2cd4c1df0 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Sat, 18 Jul 2015 17:45:16 +0100
Subject: Update to 0.36

- New upstream release 0.36
  - Fix CPAN RT#104312: no indirect 'fatal' will no longer hide compilation
    errors occurring before indirect constructs

diff --git a/perl-indirect.spec b/perl-indirect.spec
index c5c029a..769715c 100644
--- a/perl-indirect.spec
+++ b/perl-indirect.spec
@@ -1,12 +1,16 @@
 Name:           perl-indirect
-Version:        0.35
-Release:        4%{?dist}
+Version:        0.36
+Release:        1%{?dist}
 Summary:        Lexically warn about using the indirect object syntax
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/indirect/
 Source0:        http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/indirect-%{version}.tar.gz
 # Module Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -22,12 +26,17 @@ BuildRequires:  perl(lib)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(threads)
 BuildRequires:  perl(threads::shared)
 # Optional Tests
 %if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(Devel::CallParser)
 BuildRequires:  perl(Devel::Declare) >= 0.006007
 %endif
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IO::Select)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Socket)
 # Runtime
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Carp)
@@ -63,6 +72,11 @@ make test
 %{_mandir}/man3/indirect.3*
 
 %changelog
+* Sat Jul 18 2015 Paul Howarth <paul at city-fan.org> - 0.36-1
+- Update to 0.36
+  - Fix CPAN RT#104312: no indirect 'fatal' will no longer hide compilation
+    errors occurring before indirect constructs
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.35-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 91085b5..96055df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98bdb0d19044176d9360994956ff2431  indirect-0.35.tar.gz
+91319da61700668051ee94ec86281bfe  indirect-0.36.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-indirect.git/commit/?h=perl-indirect-0.36-1.fc23&id=da82a8ac770725a92ebc080d86f30fd2cd4c1df0


More information about the perl-devel mailing list