stevetraylen pushed to perl-Crypt-SMIME (perl-Crypt-SMIME-0.16-1.fc23). "0.16 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Nov 3 13:33:00 UTC 2015


From a477010e32a3632f96302161e1d028022e39b29e Mon Sep 17 00:00:00 2001
From: Steve Traylen <steve.traylen at cern.ch>
Date: Tue, 3 Nov 2015 14:31:46 +0100
Subject: 0.16 bump

---
 .gitignore            |  1 +
 perl-Crypt-SMIME.spec | 12 +++++++++++-
 sources               |  2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 833d49c..7b5fd0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Crypt-SMIME-0.09.tar.gz
 /Crypt-SMIME-0.10.tar.gz
 /Crypt-SMIME-0.15.tar.gz
+/Crypt-SMIME-0.16.tar.gz
diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec
index 0ac57c4..afdb0c0 100644
--- a/perl-Crypt-SMIME.spec
+++ b/perl-Crypt-SMIME.spec
@@ -1,5 +1,5 @@
 Name:           perl-Crypt-SMIME
-Version:        0.15
+Version:        0.16
 Release:        1%{?dist}
 Summary:        S/MIME message signing, verification, encryption and decryption
 License:        GPL+ or Artistic
@@ -24,8 +24,12 @@ BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::PkgConfig)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Taint::Util)
 BuildRequires:  perl(Test::Dependencies)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Taint)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -39,6 +43,9 @@ verify, encrypt and decrypt messages. It requires libcrypto
 
 %prep
 %setup -q -n Crypt-SMIME-%{version}
+# As part of the rpm process we generate some .list files which
+# then cause t/manifest.t to fail.
+echo '\.list$' >> MANIFEST.SKIP
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -69,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 3 2015 Steve Traylen <steve.traylen at cern.ch> - 0.16-1
+- 0.16 bump
+
 * Mon Aug 31 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.15-1
 - 0.15 bump
 
diff --git a/sources b/sources
index 5574848..449b238 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84013b0a550369bbee76a9fb2caf7494  Crypt-SMIME-0.15.tar.gz
+1e64cc7e738e8abd70da16ae893b65e4  Crypt-SMIME-0.16.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-Crypt-SMIME.git/commit/?h=perl-Crypt-SMIME-0.16-1.fc23&id=a477010e32a3632f96302161e1d028022e39b29e


More information about the perl-devel mailing list