public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Crypt-SMIME] openssl4: 0.16 bump
@ 2026-07-30 12:22 Steve Traylen
  0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-07-30 12:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Crypt-SMIME
Branch : openssl4
Commit : a477010e32a3632f96302161e1d028022e39b29e
Author : Steve Traylen <steve.traylen@cern.ch>
Date   : 2015-11-03T14:31:46+01:00
Stats  : +13/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Crypt-SMIME/c/a477010e32a3632f96302161e1d028022e39b29e?branch=openssl4

Log:
0.16 bump

---
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@cern.ch> - 0.16-1
+- 0.16 bump
+
 * Mon Aug 31 2015 Jitka Plesnikova <jplesnik@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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-30 12:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 12:22 [rpms/perl-Crypt-SMIME] openssl4: 0.16 bump Steve Traylen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox