]> git.pld-linux.org Git - packages/perl-Crypt-Rijndael.git/commitdiff
- updated to 1.15 auto/th/perl-Crypt-Rijndael-1.15-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Jun 2021 18:56:20 +0000 (20:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Jun 2021 18:56:20 +0000 (20:56 +0200)
- removed obsolete types patch

perl-Crypt-Rijndael-types.patch [deleted file]
perl-Crypt-Rijndael.spec

diff --git a/perl-Crypt-Rijndael-types.patch b/perl-Crypt-Rijndael-types.patch
deleted file mode 100644 (file)
index 74b7535..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- Crypt-Rijndael-1.07_02/rijndael.h.orig     2009-06-17 19:02:15.877534003 +0200
-+++ Crypt-Rijndael-1.07_02/rijndael.h  2009-06-17 19:03:40.370784249 +0200
-@@ -27,6 +27,7 @@
- #if !defined(RIJNDAEL_H)
- #define RIJNDAEL_H
-+#include <stdint.h>
- #include <stdlib.h>
- #include <sys/types.h>
-@@ -41,8 +42,8 @@
-  */
- #if defined(_SGIAPI) || defined( __sgi )
-       #define _CRYPT_RIJNDAEL_H_TYPES
--      typedef __uint32_t    UINT32;
--      typedef unsigned char UINT8;
-+      typedef uint32_t UINT32;
-+      typedef uint8_t UINT8;
- #endif
- /* Solaris has sys/types.h, but doesn't act like everyone else 
index d190ddde8a00d8cca88918c218cdea2ac217f861..c283021a0acd2ac80cc51ee28b37dc1ddec26e8a 100644 (file)
@@ -7,19 +7,18 @@
 Summary:       Crypt::Rijndael Perl module - Rijndael encryption algorithm
 Summary(pl.UTF-8):     ModuĊ‚ Perla Crypt::Rijndael - algorytm szyfrowania Rijndael
 Name:          perl-Crypt-Rijndael
-Version:       1.13
-Release:       3
+Version:       1.15
+Release:       1
 License:       LGPL v2+
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 2af117c9ab4052cec05cf6737c5f3f45
-Patch0:                %{name}-types.patch
-URL:           http://search.cpan.org/dist/Crypt-Rijndael/
+# Source0-md5: 5a26457e9f6a747896234773140a4f58
+URL:           https://metacpan.org/dist/Crypt-Rijndael
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
 %if %{with tests}
-BuildRequires: perl-Test-Manifest >= 1.21
-BuildRequires: perl-Test-Simple
+BuildRequires: perl-Test-Simple >= 0.94
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,7 +33,6 @@ szyfrowania (AES).
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
This page took 0.110743 seconds and 4 git commands to generate.