[perl-Crypt-Twofish] update to 2.15

Iain Arnell iarnell at fedoraproject.org
Fri Sep 7 17:41:57 UTC 2012


commit 9b9dfe1a708776bfa73657aa56f29992f1d32b11
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Sep 7 11:39:51 2012 -0600

    update to 2.15

 .gitignore              |    1 +
 perl-Crypt-Twofish.spec |    8 ++++++--
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 549e787..322854c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Crypt-Twofish-2.14.tar.gz
+/Crypt-Twofish-2.15.tar.gz
diff --git a/perl-Crypt-Twofish.spec b/perl-Crypt-Twofish.spec
index 9a9efd8..9898f03 100644
--- a/perl-Crypt-Twofish.spec
+++ b/perl-Crypt-Twofish.spec
@@ -1,6 +1,6 @@
 Name:           perl-Crypt-Twofish
-Version:        2.14
-Release:        9%{?dist}
+Version:        2.15
+Release:        1%{?dist}
 Summary:        Twofish Encryption Algorithm
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@ URL:            http://search.cpan.org/dist/Crypt-Twofish/
 Source0:        http://www.cpan.org/authors/id/A/AM/AMS/Crypt-Twofish-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Crypt::CBC)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -49,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 07 2012 Iain Arnell <iarnell at gmail.com> 2.15-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.14-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index a217923..1af65c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-295c059d18f9a46dd14bd765fc465318  Crypt-Twofish-2.14.tar.gz
+0a4a9c1eccc622a31af58bddb2e7bd31  Crypt-Twofish-2.15.tar.gz



More information about the perl-devel mailing list