]> git.pld-linux.org Git - packages/perl-Crypt-Twofish.git/commitdiff
- fix building with perl 5.26 auto/th/perl-Crypt-Twofish-2.14-10
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 22 Jun 2017 20:45:06 +0000 (22:45 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 22 Jun 2017 20:45:06 +0000 (22:45 +0200)
- rel 10

no-dot-in-inc.patch [new file with mode: 0644]
perl-Crypt-Twofish.spec

diff --git a/no-dot-in-inc.patch b/no-dot-in-inc.patch
new file mode 100644 (file)
index 0000000..97eed1c
--- /dev/null
@@ -0,0 +1,11 @@
+--- Crypt-Twofish-2.14/tab/tables.pl~  2001-05-21 19:38:02.000000000 +0200
++++ Crypt-Twofish-2.14/tab/tables.pl   2017-06-22 22:44:07.532561872 +0200
+@@ -3,7 +3,7 @@
+ # Copyright 2001 Abhijit Menon-Sen <ams@wiw.org>
+ use strict;
+-require 'tab/misc.pl';
++require './tab/misc.pl';
+ my ($qtab, $mtab) = ([], []);
index 5d459a5cadce6109582bf6bcbfa9578dd510e560..7b95582845407433c0897390d32f78ee56489b17 100644 (file)
@@ -9,11 +9,12 @@ Summary:      Crypt::Twofish Perl module - the Twofish encryption algorithm
 Summary(pl.UTF-8):     Moduł Perla Crypt::Twofish - algorytm szyfrowania Twofish
 Name:          perl-Crypt-Twofish
 Version:       2.14
-Release:       9
+Release:       10
 License:       Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 295c059d18f9a46dd14bd765fc465318
+Patch0:                no-dot-in-inc.patch
 URL:           http://search.cpan.org/dist/Crypt-Twofish/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -36,6 +37,7 @@ do dowolnych celów, zgodnie z opisem pod adresem
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
This page took 0.097246 seconds and 4 git commands to generate.