ppisar pushed to perl-Crypt-Rijndael (master). "1.13 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Sep 23 12:22:18 UTC 2015


From efba7a36884e5df0e4ea5ebe00bbae786fe45e98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Wed, 23 Sep 2015 14:22:02 +0200
Subject: 1.13 bump


diff --git a/.gitignore b/.gitignore
index 833aaa5..37563c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Crypt-Rijndael-1.09.tar.gz
 /Crypt-Rijndael-1.10.tar.gz
 /Crypt-Rijndael-1.11.tar.gz
 /Crypt-Rijndael-1.12.tar.gz
+/Crypt-Rijndael-1.13.tar.gz
diff --git a/perl-Crypt-Rijndael.spec b/perl-Crypt-Rijndael.spec
index c376905..3d06524 100644
--- a/perl-Crypt-Rijndael.spec
+++ b/perl-Crypt-Rijndael.spec
@@ -1,17 +1,30 @@
 Name:           perl-Crypt-Rijndael
-Version:        1.12
-Release:        3%{?dist}
+Version:        1.13
+Release:        1%{?dist}
 Summary:        Crypt::CBC compliant Rijndael encryption module
-License:        LGPLv3
+# Rijndael.xs:  LGPLv2+
+# Rijndael.pm:  LGPLv3
+# ppport.h:     GPL+ or Artistic
+# COPYING:      LGPLv3+
+# See <https://github.com/Leont/crypt-rijndael/issues/10>.
+License:        LGPLv3 and LGPLv2+ and (GPL+ or Artistic)
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Crypt-Rijndael/
-Source0:        http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Crypt-Rijndael-%{version}.tar.gz
-BuildRequires:  perl(Digest::MD5)
+Source0:        http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Crypt-Rijndael-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::Manifest) >= 1.14
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(XSLoader)
+# Tests:
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Digest::MD5)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -39,12 +52,18 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 make test
 
 %files
-%doc Changes COPYING LICENSE NEWS README
+%license COPYING
+%doc Changes LICENSE NEWS README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Crypt*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 23 2015 Petr Pisar <ppisar at redhat.com> - 1.13-1
+- 1.13 bump
+- License corrected from (LGPLv3) to (LGPLv3 and LGPLv2+ and
+  (GPL+ or Artistic))
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 5046565..993633e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e50f9b5d8ca20ee615af1228a26d955  Crypt-Rijndael-1.12.tar.gz
+2af117c9ab4052cec05cf6737c5f3f45  Crypt-Rijndael-1.13.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Crypt-Rijndael.git/commit/?h=master&id=efba7a36884e5df0e4ea5ebe00bbae786fe45e98


More information about the perl-devel mailing list