From 38f6a7e89d5138110cee3847d24aad49bce5e9a1 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Tue, 11 Oct 2016 15:58:48 +0200
Subject: 2.017 bump

---
 .gitignore                                             |  1 +
 PDL-2.17.0-Update-additional-deps-for-Basic-Core.patch | 12 ++++++++++++
 PDL-2.6.0.90-Compile-Slatec-code-as-PIC.patch          |  4 ++--
 perl-PDL.spec                                          | 10 ++++++++--
 sources                                                |  2 +-
 5 files changed, 24 insertions(+), 5 deletions(-)
 create mode 100644 PDL-2.17.0-Update-additional-deps-for-Basic-Core.patch

diff --git a/.gitignore b/.gitignore
index ea6fbf7..e2adc74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ PDL-2.4.6.tar.gz
 /PDL-2.014.tar.gz
 /PDL-2.015.tar.gz
 /PDL-2.016.tar.gz
+/PDL-2.017.tar.gz
diff --git a/PDL-2.17.0-Update-additional-deps-for-Basic-Core.patch 
b/PDL-2.17.0-Update-additional-deps-for-Basic-Core.patch
new file mode 100644
index 0000000..9608f17
--- /dev/null
+++ b/PDL-2.17.0-Update-additional-deps-for-Basic-Core.patch
@@ -0,0 +1,12 @@
+diff -up PDL-2.017/Basic/Core/Makefile.PL.orig PDL-2.017/Basic/Core/Makefile.PL
+--- PDL-2.017/Basic/Core/Makefile.PL.orig      2016-10-11 15:16:14.037949668 
+0200
++++ PDL-2.017/Basic/Core/Makefile.PL   2016-10-11 15:16:29.306874952 +0200
+@@ -206,7 +206,7 @@ pdlapi.c :: pdl.h pdlcore.h\n"
+ pdlmagic.c :: pdlcore.h\n"
+ ."
+ 
+-pdlsections.c :: pdl.h pdlcore.h\n"
++pdlsections.c :: pdl.h pdlcore.h pdlsimple.h\n"
+ ."
+ 
+ pdlconv.c:: pdlconv.c.PL Types.pm\n"
diff --git a/PDL-2.6.0.90-Compile-Slatec-code-as-PIC.patch 
b/PDL-2.6.0.90-Compile-Slatec-code-as-PIC.patch
index 2b389d4..58e7c3a 100644
--- a/PDL-2.6.0.90-Compile-Slatec-code-as-PIC.patch
+++ b/PDL-2.6.0.90-Compile-Slatec-code-as-PIC.patch
@@ -19,7 +19,7 @@ Signed-off-by: Petr Písař <ppi...@redhat.com>
 diff -up PDL-2.008/Lib/Minuit/Makefile.PL.orig PDL-2.008/Lib/Minuit/Makefile.PL
 --- PDL-2.008/Lib/Minuit/Makefile.PL.orig      2015-05-25 10:40:25.504280235 
+0200
 +++ PDL-2.008/Lib/Minuit/Makefile.PL   2015-05-25 10:41:31.262090495 +0200
-@@ -135,13 +135,12 @@ undef &MY::postamble; # suppress warning
+@@ -136,13 +136,12 @@ undef &MY::postamble; # suppress warning
          my $mycompiler     = $f77->compiler();
          my $mycflags       = $f77->cflags();
        my $orig = pdlpp_postamble_int(@pack);
@@ -37,7 +37,7 @@ diff -up PDL-2.008/Lib/Minuit/Makefile.PL.orig 
PDL-2.008/Lib/Minuit/Makefile.PL
 diff -up PDL-2.008/Lib/Slatec/Makefile.PL.orig PDL-2.008/Lib/Slatec/Makefile.PL
 --- PDL-2.008/Lib/Slatec/Makefile.PL.orig      2015-05-25 10:41:48.991308954 
+0200
 +++ PDL-2.008/Lib/Slatec/Makefile.PL   2015-05-25 10:42:20.934702247 +0200
-@@ -125,13 +125,12 @@ undef &MY::postamble; # suppress warning
+@@ -126,13 +126,12 @@ undef &MY::postamble; # suppress warning
          my $mycompiler     = $f77->compiler();
          my $mycflags       = $f77->cflags();
        my $orig = pdlpp_postamble_int(@pack);
diff --git a/perl-PDL.spec b/perl-PDL.spec
index 75e39ab..7667dc3 100644
--- a/perl-PDL.spec
+++ b/perl-PDL.spec
@@ -9,8 +9,8 @@
 %endif
 
 Name:           perl-PDL
-%global cpan_version 2.016
-Version:        2.16.0
+%global cpan_version 2.017
+Version:        2.17.0
 Release:        1%{?dist}
 Summary:        The Perl Data Language
 Group:          Development/Libraries
@@ -26,6 +26,7 @@ Patch2:         PDL-2.4.10-Disable-PDL-GIS-Proj.patch
 Patch3:         PDL-2.6.0.90-Compile-Slatec-code-as-PIC.patch
 # Disable Slatec code crashing on PPC64, bug #1041304
 Patch4:         PDL-2.14.0-Disable-PDL-Slatec.patch
+Patch5:         PDL-2.17.0-Update-additional-deps-for-Basic-Core.patch
 BuildRequires:  coreutils
 BuildRequires:  fftw2-devel
 BuildRequires:  findutils
@@ -94,6 +95,7 @@ BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(SelfLoader)
 BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Text::Balanced) >= 1.89
+BuildRequires:  perl(version)
 # Tests:
 BuildRequires:  perl(Benchmark)
 BuildRequires:  perl(ExtUtils::testlib)
@@ -174,6 +176,7 @@ such commercial packages as IDL and MatLab.
 %if %{without slatec}
 %patch4 -p1 -b .slatec
 %endif
+%patch5 -p1
 # Fix shellbang
 sed -e 's,^#!/usr/bin/env perl,%(perl -MConfig -e 'print 
$Config{startperl}'),' -i Perldl2/pdl2
 
@@ -212,6 +215,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Oct 10 2016 Jitka Plesnikova <jples...@redhat.com> - 2.17.0-1
+- 2.017 bump
+
 * Mon Jun 06 2016 Jitka Plesnikova <jples...@redhat.com> - 2.16.0-1
 - 2.016 bump
 
diff --git a/sources b/sources
index 2c99d4d..a0bc630 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ffb55fe4520354b3cf77b01ab6416dd4  PDL-2.016.tar.gz
+9966447f0afd61625e3ea871f731adf1  PDL-2.017.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-PDL.git/commit/?h=master&id=38f6a7e89d5138110cee3847d24aad49bce5e9a1
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to